﻿.inst-footer {
    background: #2fb3ad;
    color: #ffffff;
    font-size: 12px;
    border-top: 3px solid #ff8a2a;
}

.inst-footer-inner {
    max-width: 360px;
    margin: 0 auto;
    padding: 12px 14px 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.inst-footer-col {
    line-height: 1.5;
}

.inst-footer-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 6px;
    opacity: 0.9;
}

.inst-footer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

    .inst-footer a:hover {
        text-decoration: underline;
    }

/* Social icons */
.social {
    margin-top: 10px;
    display: flex;
    gap: 12px;
}

    .social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        background: rgba(255,255,255,0.15);
        border-radius: 50%;
    }

    .social svg {
        width: 14px;
        height: 14px;
        fill: #ffffff;
    }
