/* === My Schedule - Request Section Styling === */
/* === Global Font Reset === */

/* === Global Font Reset with Stronger Selectors === */
body,
body * {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.wpmo-request-section {
    background-color: #f1f5f9;
    padding: 1.5rem;
    margin-top: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
}

.wpmo-request-section h3 {
    margin-top: 0;
    font-size: 1.4rem;
    color: #1a202c;
}

/* Custom-styled select */
.wpmo-container select {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M6%207L0.803848%200.75L11.1962%200.75L6%207Z%22%20fill%3D%22%234A5568%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 0.65rem auto;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.wpmo-container select:focus {
    border-color: #3182ce;
    outline: none;
}

/* Checkbox list layout */
.wpmo-request-section label {
    display: inline-block;
    margin: 0.5rem 1rem 0.5rem 0;
    font-weight: 500;
}
