.wrm-selector-wrap {
    max-width: 480px;
    font-family: inherit;
}

.wrm-selector-label {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #1a2231;
}

.wrm-selector-dropdown {
    width: 100%;
    padding: 14px 44px 14px 18px;
    border: 1.5px solid #d1d5db;
    border-radius: 12px;
    font-size: 16px;
    color: #374151;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin-bottom: 14px;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.wrm-selector-dropdown:focus {
    outline: none;
    border-color: #1e3a5f;
    box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.1);
}

.wrm-selector-btn {
    width: 100%;
    padding: 17px 16px;
    background: #1e3a5f;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.2s;
    box-sizing: border-box;
    display: block;
    text-align: center;
}

.wrm-selector-btn:hover {
    background: #16304f;
}

.wrm-selector-btn:active {
    background: #0f2238;
}

.wrm-selector-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
