.socialselectors {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    column-gap: 36px;
    margin-bottom: 24px;
}

.socialselectors .selectorSlot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 18px);
}

.socialselectors .smallcard.error-state .countLabel {
    color: #c62828;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.48px;
}

.socialselectors .smallcard.error-state.selected .countLabel {
    color: #c62828;
}

@media (max-width: 480px) {
    .socialselectors {
        column-gap: 12px;
    }
    .socialselectors .selectorSlot {
        width: 100%;
    }
    .socialselectors .smallcard.error-state .countLabel {
        font-size: 36px;
        line-height: 42px;
    }
}

.dark .socialselectors .smallcard.error-state .countLabel,
.dark .socialselectors .smallcard.error-state.selected .countLabel {
    color: #ef9a9a;
}
