.ResourceSkillsAndExperience-wrapper {
    width: 48rem;
    max-width: calc(100vw - 300px - 48px - 14px); /* full screen minus the filters menu, sidebar and a scrollbar width */
    padding: 0 var(--padding-sm);
    overflow: auto;
    flex-grow: 1;
}

.ResourceSkillsAndExperience-header {
    font-size: 14px;
    color: var(--gray-600);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: var(--padding-xs);
}

.ResourceSkillsAndExperience-description {
    min-height: 26px;
    margin-bottom: var(--padding-xs);
}

.flex-basis-0 {
    flex-basis: 0;
}

.ResourceSkillsAndExperience-dropdownButton::after {
    position: absolute;
    right: 12px;
    top: 12px;
    transform: rotate(90deg);
}

.ResourceSkillsAndExperience-dropdownButton.disabled > :hover {
    color: inherit !important;
}

.ResourceSkillsAndExperience-dropdown {
    width: 100% !important;
}

.ResourceSkillsAndExperience-dropdown .dropdown-menu {
    width: inherit !important;
    height: inherit !important;
    padding: 0.25rem 0 !important;
}

.ResourceSkillsAndExperience-dropdown .dropdown-item {
    padding-left: var(--padding-xs);
    padding-right: var(--padding-xs);
}

.ResourceSkillsAndExperience-dropdownButton {
    border-color: #ced4da !important;
    background: white !important;
    color: inherit !important;
    text-align: left;
}

.ResourceSkillsAndExperience-dropdownButton:hover,
.ResourceSkillsAndExperience-dropdownButton:active {
    background-color: inherit !important;
    color: inherit !important;
}

.ResourceSkillsAndExperience-actionGroup {
    display: flex;
    margin-bottom: var(--padding-sm);
    justify-content: flex-end;
    margin-top: -3rem; /* im not super happy with this implementation but its the one that makes the most sense */
}

.ResourceSkillsAndExperience-competencyColumn {
    min-width: 170px;
}

.ResourceSkillsAndExperience-preferenceColumn {
    min-width: 190px;
}
