#configura-tu-moto .ma-nena-native-option {
    display: none !important;
}

#configura-tu-moto .ma-nena-picker {
    display: grid;
    gap: 10px;
}

#configura-tu-moto .ma-nena-select {
    width: 100%;
    min-height: 40px;
    padding: 8px 34px 8px 10px;
    border: 1px solid #c9d3e2;
    border-radius: 7px;
    background: #fff;
    color: #061b43;
    font: inherit;
    font-size: 11px;
    font-weight: 750;
    cursor: pointer;
}

#configura-tu-moto .ma-nena-select:disabled {
    background: #f4f6f8;
    color: #667085;
    cursor: not-allowed;
}

#configura-tu-moto .ma-nena-selected {
    display: grid;
    gap: 7px;
}

#configura-tu-moto .ma-nena-empty-selection {
    margin: 0;
    padding: 8px 10px;
    border: 1px dashed #cbd5e1;
    border-radius: 7px;
    color: #667085;
    background: #f8fafc;
    font-size: 10px;
    line-height: 1.35;
}

#configura-tu-moto .ma-nena-selected-row {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 26px;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 5px 6px;
    border: 1px solid #dfe6ef;
    border-radius: 8px;
    background: #f8fafc;
}

#configura-tu-moto .ma-nena-selected-image,
#configura-tu-moto .ma-nena-selected-placeholder {
    width: 34px;
    height: 34px;
    border-radius: 6px;
}

#configura-tu-moto .ma-nena-selected-image {
    object-fit: cover;
    background: #fff;
}

#configura-tu-moto .ma-nena-selected-placeholder {
    display: grid;
    place-items: center;
    background: #eaf2ff;
    color: #0757c9;
    font-size: 15px;
}

#configura-tu-moto .ma-nena-selected-text {
    min-width: 0;
}

#configura-tu-moto .ma-nena-selected-text strong,
#configura-tu-moto .ma-nena-selected-text small {
    display: block;
}

#configura-tu-moto .ma-nena-selected-text strong {
    overflow: hidden;
    color: #061b43;
    font-size: 10px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#configura-tu-moto .ma-nena-selected-text small {
    margin-top: 2px;
    color: #0757c9;
    font-size: 9px;
    font-weight: 850;
}

#configura-tu-moto .ma-nena-remove {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #eef2f7;
    color: #344054;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
}

#configura-tu-moto .ma-nena-remove:hover {
    background: #ffe8eb;
    color: #b42318;
}

@media (max-width: 650px) {
    #configura-tu-moto .ma-nena-select {
        min-height: 44px;
        font-size: 12px;
    }

    #configura-tu-moto .ma-nena-selected-text strong {
        font-size: 11px;
    }
}
