/*
 * Trauerberatung.at – site-specific overrides
 */

/*
 * Footer "Informationen":
 * remove separator lines only from the remaining footer navigation widget.
 * Arrows and "Aktuelles" styling remain untouched.
 */
.site-footer .footer_widget.widget_nav_menu ul li {
    border-bottom: 0 !important;
}

.site-footer .footer_widget.widget_nav_menu ul li a {
    border-bottom: 0 !important;
}

/*
 * Footer-Menü "Informationen":
 * passende Symbole statt Standard-Pfeil
 */
.site-footer .footer_widget.widget_nav_menu ul li:before {
    display: none !important;
    content: none !important;
}

.site-footer .footer_widget.widget_nav_menu ul li a {
    position: relative;
    padding-left: 24px !important;
}

.site-footer .footer_widget.widget_nav_menu ul li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    font-size: 13px;
    line-height: 1;
    color: #8b5e5a;
    width: 14px;
    text-align: center;
}

/* Kontakt */
.site-footer .footer_widget.widget_nav_menu ul li a[href*="/kontakt"]::before {
    content: "\f003";
}

/* Impressum */
.site-footer .footer_widget.widget_nav_menu ul li a[href*="/impressum"]::before {
    content: "\f0f6";
}

/* Datenschutz */
.site-footer .footer_widget.widget_nav_menu ul li a[href*="/datenschutz"]::before {
    content: "\f023";
}


/* Footer Informationen: Kontakt-Symbol korrigieren */
.site-footer .footer_widget.widget_nav_menu ul li:first-child > a::before {
    content: "\f003" !important;
    font-family: "FontAwesome" !important;
}

/*
 * LSA_DONATION_CTA
 * Closing CTA on the "Spenden" page.
 */
.lsa-donation-cta {
    margin-top: 30px;
    padding: 36px 32px;
    text-align: center;
}

.lsa-donation-cta-icon {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 1;
    color: #fff;
}

.lsa-donation-cta h3 {
    margin: 0 0 12px;
    color: #fff;
}

.lsa-donation-cta p {
    max-width: 760px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    line-height: 1.65;
}

@media (max-width: 767px) {
    .lsa-donation-cta {
        padding: 28px 20px;
    }
}

/*
 * LSA_DONATION_CTA_NEUTRAL
 * Harmonise donation CTA with the GiveWP green accent.
 */
.lsa-donation-cta {
    background: #f4f1ec !important;
    border-top: 3px solid #28c77b;
}

.lsa-donation-cta-icon {
    color: #28c77b !important;
}

.lsa-donation-cta h3 {
    color: #444444 !important;
}

.lsa-donation-cta p {
    color: #666666 !important;
}
