﻿.species-footer-detail {
    padding: 2vmax;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #EDEDED;
}

.species-footer-detail label {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-text-light);
}

.species-footer-item {
    display: flex;
    flex-flow: column;
    color: var(--color-text-dark);
}

.species-footer-item img {
    border-radius: var(--border-radius-custom);
}

.species-footer-item img.tns-complete {
    background: #EFEFEF;
}

.species-footer-detail .carousel img:not(.tns-lazy-img), .carousel .lazyload img {
    width: 100%;
    height: 12vmax !important;
    margin-bottom: 12px;
}

.species-footer-detail .carousel .tns-horizontal.tns-subpixel > .tns-item {
    padding-right: 2.1vmax !important;
}

.species-footer-detail .carousel .tns-ah {
    margin: 0 0 0 2.1vmax !important;
}

.species-footer-citation {
    height: 60px;
    padding-left: 2vmax;
    display: flex;
    align-items: center;
}

/* Responsive Mobile */     

.phone .species-footer-detail .carousel img:not(.tns-lazy-img), .phone .carousel .lazyload img {
    height: 28vmax !important;
}