/* New social row only — do not edit styles.css existing rules. */

.tg-access-socials {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 14px;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 18px;
    padding: 0;
    list-style: none;
}

.tg-access-social {
    flex: 1 1 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 72px;
    padding: 10px 8px;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFA726;
    background: transparent;
    border: 2px solid #FFA726;
    border-radius: 12px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
}

.tg-access-social:hover,
.tg-access-social:focus-visible {
    background: rgba(255, 167, 38, 0.12);
    color: #FFA726;
}

.tg-access-social svg {
    display: block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .tg-access-socials {
        max-width: 480px;
        gap: 18px;
        margin-bottom: 20px;
    }

    .tg-access-social {
        min-height: 80px;
        font-size: 13px;
    }

    .tg-access-social svg {
        width: 24px;
        height: 24px;
    }
}
