* {
    box-sizing: border-box;
}

.social-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.social-heading h1,
.social-section h2,
.social-profile-actions h2 {
    margin-top: 0;
}

.social-search {
    display: grid;
    gap: 0.65rem;
    margin: 1.25rem 0 1.75rem;
}

.social-search input {
    width: 100%;
    min-height: 2.75rem;
    padding: 0.7rem;
    border: 1px solid #cdd7e4;
    border-radius: 0.5rem;
}

.social-card-list {
    display: grid;
    gap: 1rem;
}

.social-card {
    padding: 1rem;
    border: 1px solid #dce4ef;
    border-radius: 0.8rem;
    background: #f8fbff;
}

.social-card h2 {
    margin: 0;
}

.social-card a,
.social-heading a {
    color: #315f8f;
    font-weight: 700;
}

.social-handle,
.social-meta {
    color: #68778a;
}

.social-section {
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e5ebf3;
}

.social-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.8rem;
}

.social-action-row form {
    margin: 0;
}

.social-profile-actions {
    margin: 1.5rem 0;
    padding: 1rem;
    border: 1px solid #dce4ef;
    border-radius: 0.8rem;
    background: #f8fbff;
}

.social-danger {
    border-color: #8d2d2d;
}

@media (max-width: 640px) {
    .social-heading {
        flex-direction: column;
    }
}
