/**** Patička stránky - grafitová ****/
.site-footer--graphite {
    background: #3a3f45;
    color: #f1f1f1;
    font-family: Arial, sans-serif;
}

.site-footer--graphite .footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 3rem 1rem 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2.5rem;
}

.site-footer--graphite .footer-col h4 {
    font-size: 1.3rem;
    margin-bottom: 0.9rem;
    color: #ffe58a;
}

/* odsazení adresy od mapy */
.site-footer--graphite .footer-address {
    margin: 0 0 1.1rem;
    line-height: 1.5;
}

.site-footer--graphite .footer-col h4 i {
    margin-right: 0.4rem;
}

.site-footer--graphite .footer-line {
    margin: 0 0 0.55rem;
    line-height: 1.5;
}

.site-footer--graphite a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dotted rgba(255, 229, 138, 0.6);
}

.site-footer--graphite a:hover {
    border-bottom-style: solid;
}

.site-footer--graphite i.fa-solid {
    width: 1.25rem;
    text-align: center;
    color: #ffe58a;
    margin-right: 0.35rem;
}

/* odkazy */
.site-footer--graphite .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer--graphite .footer-links li {
    margin-bottom: 0.45rem;
}

/* zvýrazněné boxy */
.site-footer--graphite .footer-box {
    background: rgba(255, 229, 138, 0.12);
    border: 1px solid rgba(255, 229, 138, 0.28);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.site-footer--graphite .footer-box-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: #ffe58a;
    font-size: 1.3rem;
}

/* odsazení obsahu v boxech (telefony, text) */
.site-footer--graphite .footer-box p {
    padding-left: 1.2rem;
}

.site-footer--graphite .footer-box-title i {
    color: #ffe58a;
}

/* spodní lišta */
.site-footer--graphite .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.18);
    text-align: center;
    padding: 1rem;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.85);
}