.rjc-histoire-selects {
    width: 100%;
    margin: 28px 0 34px;
    padding: 22px 24px 24px;
    clear: both;
    border: 1px solid rgba(2, 35, 107, .16);
    background: #fff;
    box-sizing: border-box;
    font-family: inherit;
}

.rjc-histoire-selects__heading {
    margin: 0 0 16px;
    color: #02236b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.rjc-histoire-selects__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
}

.rjc-histoire-selects--single {
    max-width: 820px;
}

.rjc-histoire-selects--single .rjc-histoire-selects__grid {
    grid-template-columns: minmax(0, 1fr);
}

.rjc-histoire-select__label {
    display: block;
    margin: 0 0 8px;
    color: #17213a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.rjc-histoire-select__field-wrap {
    position: relative;
}

.rjc-histoire-select__field-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #02236b;
    border-bottom: 2px solid #02236b;
    transform: translateY(-72%) rotate(45deg);
    pointer-events: none;
}

.rjc-histoire-select__field {
    display: block;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 11px 46px 11px 14px;
    border: 1px solid rgba(2, 35, 107, .30);
    border-radius: 2px;
    background: #fff;
    color: #17213a;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.rjc-histoire-select__field:hover,
.rjc-histoire-select__field:focus {
    border-color: #02236b;
    outline: none;
}

.rjc-histoire-select__field:focus {
    box-shadow: 0 0 0 3px rgba(2, 35, 107, .10);
}

@media (max-width: 767px) {
    .rjc-histoire-selects {
        margin: 22px 0 28px;
        padding: 18px 16px 20px;
    }

    .rjc-histoire-selects__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 15px;
    }

    .rjc-histoire-selects__heading {
        font-size: 12px;
    }

    .rjc-histoire-select__field {
        min-height: 49px;
        font-size: 14px;
    }
}
