.site-footer {
    background: #fafafa;
    padding: 24px 0 32px;
}

.footer-inner {
    max-width: 90%;
    margin: 0 auto;
}

.footer-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #ddd, transparent);
    margin-bottom: 24px;
}

.footer-teaser-link {
    font-size: 15px;
    font-weight: 600;
    color: #c0392b;
    text-decoration: none;
}

.footer-teaser-link:hover {
    text-decoration: underline;
}

.footer-headline {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-align: left;
}

.footer-image img {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.footer-content p {
    margin-bottom: 12px;
    line-height: 1.6;
}

.footer-links {
    margin-top: 18px;
    text-align: center;
}

.footer-links-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-bottom: 8px;
}

.footer-links a {
    font-size: 12px;
    color: #777;
    text-decoration: none;
}

.footer-links a:hover {
    color: #000;
    text-decoration: underline;
}

.footer-copyright {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}
