﻿.fixed-gallery-image {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.gallery-caption {
    font-size: 1.1rem;
    line-height: 1.6;
}

.info-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #aaa;
}

.share-buttons a {
    margin-right: 5px;
}

.share-buttons i {
    font-size: 1.1rem;
}

.btn-font {
    font-size: 0.8rem;
    padding: 3px 7px;
}
