.arvenio-unit-select-button {
    display: flex;
    align-items: center;
    gap: 15px;
}

input.arvenio-unit-select-button__input {
    appearance: none;
    width: 30px;
    height: 30px;
    color: #fff;
    border: 2px solid #E81C3D;
    background-color: transparent;
    outline: none;
    transition: outline .1s;
}

input.arvenio-unit-select-button__input:checked {
    background-color: #E81C3D;
    padding: 5px;
}

input.arvenio-unit-select-button__input:not(:disabled):checked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m14.333 1-9.166 9.167L1 6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
}

label.arvenio-unit-select-button__label {
    color: #000;
    font-family: "Frutiger Next Medium", sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    text-transform: uppercase;
}

#arvenio_individual_courses_selected_units {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 10px;
    align-self: stretch;
    flex-wrap: wrap;
}

#arvenio_individual_courses_selected_units:has(.arvenio-unit-selected-chip) {
    margin-bottom: 30px;
}

.arvenio-unit-selected-chip {
    display: flex;
    padding: 5px 12px;
    align-items: center;
    gap: 10px;
    background-color: rgba(255, 255, 255, 0.80);
    cursor: pointer;
}

.arvenio-unit-selected-chip::before {
    content: '';
    width: 3px;
    height: 3px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 3 3'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%23e81c3d'/%3E%3C/svg%3E");
}

.arvenio-unit-selected-chip-inner {
    display: flex;
    align-items: center;
    gap: 5px;
}

.arvenio-unit-selected-chip-label {
    color: rgba(0, 0, 0, 0.70);
    font-family: 'Frutiger Next Medium', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

.arvenio-unit-selected-chip-remove-button {
    appearance: none;
    width: 13px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 13'%3E%3Cpath fill='%23000' fill-opacity='.5' d='m3.466 10.292-.758-.759L5.741 6.5 2.708 3.467l.758-.759L6.5 5.742l3.033-3.034.758.759L7.258 6.5l3.033 3.033-.758.759L6.5 7.258z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: center;
    background-color: transparent;
    border: 0;
    outline: none;
    transition: outline .1s;
}
