/* Selectores públicos de Invitados. Alcance limitado a los shortcodes del plugin. */
.edl-selector-wrap {
    width: 100%;
}

.edl-selector-wrap .edl-selector {
    width: 100%;
    min-height: 40px;
    padding: 8px 42px 8px 14px;
    font: inherit;
    font-size: 14px;
    line-height: 1.35;
    color: #5f6368;
    background-color: #ffffff;
    border: 1px solid #9aa0a6;
    border-radius: 2px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235f6368' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px 14px;
}

.edl-selector-wrap .edl-selector:hover {
    border-color: #7a7f85;
}

.edl-selector-wrap .edl-selector:focus {
    outline: 2px solid #b8bcc1;
    outline-offset: 2px;
    border-color: #7a7f85;
}

.edl-selector-wrap .edl-selector option {
    color: #5f6368;
    background-color: #ffffff;
    font-size: 14px;
}

.edl-selector-wrap .edl-selector option:checked {
    color: #4f5357;
    background-color: #e8eaed;
}
