body {
    background-color: #1a3351;
}

.site-header {
    background-color: #fff;
    border-bottom: 4px solid #006400;
}

.header-logo {
    max-width: 85px;
    max-height: 85px;
}

.site-title {
    color: #228B22;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.05em;
}

.site-subtitle {
    font-size: 1rem;
    color: #ffffff;
}

.banner {
    background: #228B22;
    color: #fff;
    border-radius: 4px;
    padding: 0.5rem 0;
    font-size: 1rem;
    margin-top: 6px;
}

.navbar {
    margin-bottom: 0;
}

.nav-link {
    font-weight: 500;
    color: #fff !important;
    transition: color .2s;
}

.nav-link:hover {
    color: #fffa90 !important;
}

main {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.sidebar-card {
    background: #060d00;
    border: 1px solid #011201;
    padding: 1rem;
}

.sidebar-img {
    border-radius: 8px;
    border: 2px solid #ddd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.sidebar-contact {
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.sidebar-visitors {
    background: #cde4bc;
    padding: 0.5rem;
    border-radius: 6px;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 10px;
}

.main-content {
    background: #fff;
    border: 2px solid #228B22;
}

.contact-box {
    background: #f5fff2;
    border: 2px solid #228B22;
    font-size: 0.96rem;
}

.white-oak-news ul {
    padding-left: 20px;
}

.white-oak-news strong {
    color: #228B22;
}

.site-footer {
    border-top: 4px solid #fff;
    font-size: 1rem;
}

.footer-link {
    color: #fff;
    text-decoration: underline;
    margin: 0 5px;
    font-size: 1rem;
}

.footer-link:hover {
    color: #fffa90;
}

.footer-meta {
    margin-top: 9px;
    color: #fff;
}

.footer-sep {
    color: #fff;
}

a {
    color: #228B22;
    text-decoration: underline;
}

a:hover {
    color: #124f1d;
}
.facility-item {
    gap: 1.5rem;
}

.facility-img {
    max-width: 280px;
    border-style: solid;
    border-color: #000070; /* Темно-синий рамка */
    border-width: 8px 0 8px 8px; /* как на оригинале */
    object-fit: cover;
}
.main-content-happy {
    background: #fff;
    border: 2px solid #228B22;
    font-size: 1rem;
}
.happy-photo {
    max-width: 120px;
    max-height: 95px;
    object-fit: cover;
    border: 3px solid #223388;
    border-radius: 6px;
    background: #f9f9f9;
}
.happy-block {
    margin-bottom: 1rem;
}
@media (max-width: 576px) {
    .happy-photo { max-width: 95px; max-height: 70px;}
}
.litter-photo {
    max-width: 145px;
    max-height: 115px;
    border-radius: 10px;
    border: 3px solid #223388;
    background-color: #f6f6f6;
    margin-bottom: 7px;
}
.girls-photo {
    max-width: 105px;
    max-height: 105px;
    border-radius: 8px;
    border: 2px solid #223388;
    background: #f6f6fa;
    object-fit: cover;
    margin-bottom: 7px;
}
.girls-block {
    margin-bottom: 1.2rem;
}
.girls-list {
    font-size: 0.97rem;
    padding-left: 14px;
}
.girls-link {
    color: #228B22;
    text-decoration: underline;
}
.girls-description {
    font-size: 0.98rem;
    margin-top: 4px;
}
@media (max-width: 576px) {
    .girls-photo { max-width: 78px; max-height: 78px;}
}
.gallery-photo {
    max-width: 125px;
    max-height: 125px;
    border-radius: 9px;
    border: 2px solid #228b22;
    background: #f7f7fd;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.gallery-caption {
    margin-top: 3px;
}
.stud-photo {
    max-width: 130px;
    max-height: 130px;
    border-radius: 9px;
    border: 2px solid #228b22;
    background: #f7f7fd;
    object-fit: cover;
    margin-bottom: 7px;
}
.stud-list {
    font-size: 0.97rem;
    padding-left: 16px;
}
.stud-block {
    margin-bottom: 1.2rem;
}
.stud-link {
    color: #228B22;
    text-decoration: underline;
}
.stud-description {
    font-size: 0.98rem;
    margin-top: 4px;
}
.main-content .border-success {
    border-width: 2px !important;
}
.white-text-page,
.white-text-page p,
.white-text-page h1,
.white-text-page h2,
.white-text-page h3,
.white-text-page h4,
.white-text-page h5,
.white-text-page h6,
.white-text-page li,
.white-text-page .nav-link {
  color: #fff !important;
}
.sidebar-contact,
.sidebar-contact p,
.sidebar-contact a,
.sidebar-contact strong,
.sidebar-contact br {
    color: #fff !important;
}
