/* Footerteaser — i2t3 component styles */

.i2t3-footerteaser-section { background-color: #1c1f26; color: rgba(255, 255, 255, 0.85); padding: 3rem 0; }

.i2t3-footerteaser-section .h4,
.i2t3-footerteaser-section h4 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.i2t3-footerteaser-section a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}
.i2t3-footerteaser-section a:hover {
    color: #fff;
    text-decoration: underline;
}

.i2t3-footerteaser-section .address-block,
.i2t3-footerteaser-section .contact-block {
    margin-bottom: 1.5rem;
}
.i2t3-footerteaser-section .contact-block p {
    margin-bottom: 0.25rem;
}

.i2t3-footerteaser-section .social-icons {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}
.i2t3-footerteaser-section .social-icons a {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    transition: background-color 0.2s ease;
    width: 36px;
}
.i2t3-footerteaser-section .social-icons a:hover {
    background-color: var(--i2t3-primary, #0d6efd);
    color: #fff;
}

.i2t3-footerteaser-section .border-top {
    border-color: rgba(255, 255, 255, 0.1) !important;
    margin-top: 2rem;
    padding-top: 1.5rem;
}

.i2t3-footerteaser-section ul {
    list-style: none;
    padding: 0;
}
.i2t3-footerteaser-section ul li {
    margin-bottom: 0.4rem;
}
