﻿
.img-container {
    position: relative;
    padding-bottom:50px;
}

.fish-anchor {
    padding: 10px;
    color: #ffffff;
    background-color: var(--color-blue-dk);
    transition: all ease-in .7s;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

    .fish-anchor:hover,
    .fish-anchor:active {
        background-color: var(--color-blue-dk-hvr);
        transition: all ease-in .7s;
        cursor:pointer;
    }

.fish-ratings {
    position: absolute;
    bottom: 10px;
    right: 20px;
    left: 20px;
}

article {
    background-color: #ffffff;
}

.article-body {
    padding: 10px 20px 80px 20px;
    background-color: #ffffff;
}

.article-desc {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: justify;
}

.attribute-row {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    align-items: end;
}

.detail-container {
    background-color: var(--color-yellow);
    padding: 10px;
}

.detail-desc {
    font-family: var(--font-title);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}

.detail-value {
    font-family: var(--font-body);
    font-size: 14px;
}
