body {
    background-color: #2b2f33;
    color: #f5f5f5;
}

.cookie-notice {
    background: #1e252b;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #f5f5f5;
    font-size: 0.875rem;
    padding: 0.75rem 0;
}

.cookie-notice a {
    color: #fff;
    text-decoration: underline;
}

a {
    color: #dce4e8;
}

a:hover {
    color: #fff;
}

.container > header .text-muted,
.container > .mt-4 .text-muted {
    color: #c3c7ca !important;
}

.album-card {
    background-color: #f8f9fa;
    border: 0;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.album-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.album-card .card-img-top,
.photo-thumb img {
    object-fit: cover;
}

.album-card .card-img-top {
    aspect-ratio: 4 / 3;
    border: 3px solid #fff;
}

.album-link {
    color: #212529;
    display: block;
}

.album-link:hover {
    color: #212529;
}

.photo-thumb img {
    aspect-ratio: 1 / 1;
    border: 3px solid #fff;
    width: 100%;
}

.photo-meta {
    color: #c3c7ca;
    font-size: 0.8rem;
}

.album-header-meta {
    display: none;
}

.breadcrumb-item a {
    color: #e1e5e8;
}

.breadcrumb-item a:hover {
    color: #fff;
}

.breadcrumb-item.active {
    color: #c3c7ca;
}

.photo-main img {
    border: 3px solid #fff;
    max-height: 80vh;
    width: 100%;
    object-fit: contain;
    background: #fff;
}

.photo-stage {
    position: relative;
}

.photo-navigation {
    left: 0.75rem;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.photo-navigation .btn {
    backdrop-filter: blur(4px);
    background-color: rgba(20, 24, 28, 0.15);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
    min-width: 7.5rem;
}

.photo-navigation .btn:hover {
    background-color: rgba(20, 24, 28, 0.4);
    border-color: rgba(255, 255, 255, 0.8);
    color: #fff;
}

.photo-details {
    color: #212529;
}

.photo-facts {
    color: #495057;
    font-size: 0.875rem;
}

.comment-item {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.375rem;
    margin-top: 0.75rem;
    padding: 1rem 1.25rem;
}

.comment-author {
    color: #c3c7ca;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 0.78rem;
    padding-bottom: 0.5rem;
}

.comment-form .form-control {
    background-color: #f8f9fa;
}

.site-footer a {
    color: #1f4d6b;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.site-footer a:hover {
    color: #0d344d;
}

.panel-photo img {
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    width: 600px;
}

.panel-photo small {
    display: block;
    margin-top: 0.35rem;
    max-width: 600px;
    overflow-wrap: anywhere;
}

.panel-description {
    min-width: 22rem;
}

.photo-details a,
.page-link {
    color: #3f6478;
}

.photo-details a:hover,
.page-link:hover {
    color: #244b61;
}

.btn-link {
    color: #dce4e8;
}

.btn-link:hover {
    color: #fff;
}

.breadcrumb {
    --bs-breadcrumb-divider: "›";
}
