/*!
Theme Name: Sarada Child
Theme URI: https://classicbeauty.com.ua/
Description: Minimal child theme for classicbeauty.com.ua pagination cleanup.
Author: Yaroslav
Template: sarada
Version: 1.0.0
Text Domain: sarada-child
*/


/* ===== dezhavyu holding footer (child override) ===== */
.footer-b .dz-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}
.dz-footer-about {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(var(--font-color-rgb), 0.85);
    font-size: 0.9em;
    line-height: 1.65;
}
.dz-footer-about p {
    margin: 0 0 6px;
}
.dz-footer-about p:last-child {
    margin-bottom: 0;
}
.dz-footer-desc strong {
    letter-spacing: 0.06em;
}
.dz-footer-about a {
    color: var(--font-color);
    text-decoration: none;
    border-bottom: 1px solid rgba(var(--font-color-rgb), 0.4);
}
.dz-footer-about a:hover {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}
.dz-footer-contacts .dz-footer-label {
    opacity: 0.85;
}
.dz-footer-address {
    font-size: 0.92em;
    opacity: 0.8;
}
/* compact, centered tech-pages menu */
.footer-b .dz-footer .footer-menu {
    flex: 0 1 auto;
    justify-content: center;
    max-width: 760px;
}
.footer-b .dz-footer .footer-menu .nav-menu {
    text-align: center;
}
.footer-b .dz-footer .footer-menu .nav-menu li {
    margin: 4px 5px;
}
/* centered copyright at the very bottom */
.footer-b .dz-footer .site-info {
    width: 100%;
    text-align: center;
    padding-top: 12px;
    border-top: 1px solid rgba(var(--font-color-rgb), 0.18);
}
@media (max-width: 767px) {
    .dz-footer-about {
        font-size: 0.86em;
    }
}
/* ===== end dezhavyu holding footer ===== */

