.stanloop-social-links {
    margin: 32px 0;
}

.stanloop-social-links__header {
    margin-bottom: 18px;
}

.stanloop-social-links__header h2 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.2;
}

.stanloop-social-links__header p {
    margin: 0;
    color: #555;
}

.stanloop-social-links__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.stanloop-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    text-decoration: none;
    font-weight: 600;
}

.stanloop-social-link:hover {
    text-decoration: none;
}

.stanloop-social-links-profile-tab {
    width: 100%;
}

.stanloop-social-links-profile-tab .stanloop-social-links {
    margin-top: 0;
}

@media (max-width: 700px) {
    .stanloop-social-link {
        width: 100%;
    }
}

.stanloop-social-links-manage {
    margin: 0 0 28px;
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
}

.stanloop-social-links-manage h3 {
    margin: 0 0 10px;
    font-size: 22px;
}

.stanloop-help-text,
.stanloop-field-help {
    color: #666;
}

.stanloop-field-help {
    display: block;
    margin-top: 6px;
    font-size: 13px;
}

.stanloop-social-links-form .stanloop-field input {
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #fff;
}

.stanloop-notice {
    margin: 12px 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

.stanloop-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

.stanloop-button:hover {
    color: #fff;
    text-decoration: none;
}
