/* LearnDash Czech Results Comparator Styles */

/* School Selection Widget for Profile Page */
.ldcrc-school-selection-widget {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    padding: 20px;
}

.ldcrc-school-selection-widget .widget-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid #285cff;
    padding-bottom: 10px;
}

.school-selection-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.school-selection-table th,
.school-selection-table td {
    padding: 12px 10px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
}

.school-selection-table thead th {
    background: #f8f9fa;
    font-weight: bold;
    color: #333;
}

.school-selection-table .order-column {
    background: #285cff;
    color: #ffffff;
}

.school-selection-table .schools-section {
    background: #285cff;
    color: #ffffff;
}

.school-selection-table .min-score-section {
    background: #285cff;
    color: #ffffff;
}

.school-selection-table .results-section {
    background: #fff3cd;
    color: #856404;
}

.school-selection-table .sub-header td {
    background: #f1f1f1;
    font-weight: 600;
    font-size: 14px;
}

.school-dropdown {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.user-last-test,
.user-avg-3 {
    text-align: center;
    font-weight: bold;
    color: #285cff;
}

.school-min-score {
    text-align: center;
    font-weight: bold;
}

.school-min-score .score-value {
    color: #28a745;
}

.school-avg-score {
    text-align: center;
    font-weight: bold;
}

.school-avg-score .score-value {
    color: #28a745;
}

/* Save indicators */
.save-indicator {
    font-size: 11px;
    font-weight: bold;
    margin-left: 8px;
    padding: 2px 6px;
    border-radius: 3px;
    display: inline-block;
}

.save-indicator.save-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.save-indicator.save-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Disclaimer Section */
.ldcrc-disclaimer {
    margin-top: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid #285cff;
}

.ldcrc-disclaimer .disclaimer-text {
    font-size: 12px;
    line-height: 1.4;
    color: #666;
    margin-bottom: 10px;
}

.ldcrc-disclaimer .sources-text {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
}

.ldcrc-disclaimer .article-link {
    font-size: 13px;
    color: #285cff;
    margin-bottom: 0;
}

/* School Browser for Selection Page */
.ldcrc-school-browser {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.ldcrc-school-browser h2 {
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.search-filters {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.search-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    align-items: center;
}

.search-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
}

.search-btn {
    padding: 12px 25px;
    background: #285cff;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.search-btn:hover {
    background: #1e4bd1;
}

.filter-row {
    display: flex;
    gap: 15px;
}

.filter-select {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.schools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.school-card {
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s, transform 0.2s;
}

.school-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.school-card.clickable {
    cursor: pointer;
}

.school-card.clickable:hover {
    background: #f9f9f9;
}

.school-card h3 {
    margin: 0 0 10px 0;
    color: #285cff;
    font-size: 18px;
}

.school-card .school-field {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.school-card .school-specialization {
    color: #888;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 8px;
}

.school-card .school-location {
    color: #999;
    font-size: 13px;
    margin-bottom: 8px;
}

.school-card .school-ownership {
    color: #555;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 3px 8px;
    background: #f0f0f0;
    border-radius: 3px;
    display: inline-block;
}

/* Ownership type specific styling */
.school-ownership.ownership-statni {
    background: #e3f2fd;
    color: #1565c0;
    border: 1px solid #bbdefb;
}

.school-ownership.ownership-soukrome {
    background: #f3e5f5;
    color: #7b1fa2;
    border: 1px solid #e1bee7;
}

.school-ownership.ownership-cirkevni {
    background: #fff3e0;
    color: #ef6c00;
    border: 1px solid #ffcc02;
}

.school-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    gap: 15px;
}

.stat-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.stat-label {
    font-size: 11px;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.min-score {
    background: #e7f3ff;
    color: #285cff;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
}

.min-score.na {
    background: #f0f0f0;
    color: #999;
}

.avg-score {
    background: #e7f3ff;
    color: #285cff;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
}

.applicant-ratio {
    color: #285cff;
    font-size: 13px;
    font-weight: 600;
}

/* School Action Buttons */
.school-actions {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.selection-buttons {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.school-action-btn {
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    transition: all 0.3s ease;
    margin: 2px;
    width: 100%;
}

.school-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.view-details {
    background: #285cff;
    color: white;
    border: 2px solid #285cff;
}

.view-details:hover {
    background: #1e4bd1;
    border-color: #1e4bd1;
}

.loading-message {
    text-align: center;
    padding: 40px;
    color: #666;
    font-style: italic;
}

.load-more-wrapper {
    text-align: center;
    margin-top: 30px;
}

.load-more-btn {
    padding: 12px 30px;
    background: #285cff;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.load-more-btn:hover {
    background: #1e4bd1;
}

.no-results-message {
    text-align: center;
    padding: 40px;
    color: #666;
    font-style: italic;
    grid-column: 1 / -1;
}

.ldcrc-comparison-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

.ldcrc-comparison-container h3 {
    color: #333;
    border-bottom: 2px solid #285cff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.saved-schools-indicator {
    font-size: 14px;
    color: #28a745;
    font-weight: normal;
    background: #d4edda;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #c3e6cb;
    margin-left: 10px;
}

/* Selected Schools Results Shortcode Styles */
.selected-school-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.selected-school-info .school-name {
    font-size: 16px;
    color: #285cff;
    font-weight: 600;
}

.selected-school-info .school-field {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.selected-school-info .school-address {
    font-size: 12px;
    color: #999;
    font-style: italic;
}

.empty-selection {
    color: #999;
    font-style: italic;
    padding: 10px 0;
}

.school-row.empty-row {
    background: #f9f9f9;
    opacity: 0.7;
}

.score-value.no-data {
    color: #999;
    font-style: italic;
}

.school-row:not(.empty-row) .result-value {
    opacity: 1;
}

/* Statistics Boxes */
.ldcrc-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.ldcrc-stat-box {
    flex: 1;
    min-width: 200px;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #e9ecef;
}

.ldcrc-stat-box h4 {
    margin: 0 0 10px 0;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ldcrc-score {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #285cff;
}

.ldcrc-improvement.positive {
    color: #28a745;
}

.ldcrc-improvement.negative {
    color: #dc3545;
}

/* Recommendations */
.ldcrc-recommendations {
    background: #e7f3ff;
    padding: 15px;
    border-left: 4px solid #285cff;
    margin-bottom: 20px;
}

.ldcrc-recommendations h4 {
    margin: 0 0 10px 0;
    color: #285cff;
}

.ldcrc-recommendations ul {
    margin: 0;
    padding-left: 20px;
}

.ldcrc-recommendations li {
    margin-bottom: 5px;
    color: #333;
}

/* Charts and Results */
.ldcrc-charts {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.ldcrc-chart-container {
    flex: 1;
    min-width: 300px;
}

.ldcrc-chart-container h4 {
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.ldcrc-results-list {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 10px;
}

.ldcrc-result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #fff;
    margin-bottom: 8px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ldcrc-result-item .result-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ldcrc-result-item .result-subtitle {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

.ldcrc-result-item .result-address {
    font-size: 11px;
    color: #999;
    margin-top: 2px;
    font-style: italic;
}

.ldcrc-result-item .result-scores {
    display: flex;
    gap: 8px;
    align-items: center;
}

.result-score.avg {
    background: #e7f3ff;
    color: #285cff;
}

.result-score.min {
    background: #fff3cd;
    color: #856404;
}

.ldcrc-result-item:last-child {
    margin-bottom: 0;
}

.result-title {
    font-weight: 500;
    color: #333;
}

.result-score {
    font-weight: bold;
    color: #285cff;
    background: #e7f3ff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
}

/* Admin Styles */
.ldcrc-admin-cards {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.ldcrc-card {
    flex: 1;
    min-width: 250px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ldcrc-card h3 {
    margin-top: 0;
    color: #285cff;
}

.ldcrc-shortcode-info {
    background: #f0f0f1;
    padding: 20px;
    border-radius: 6px;
    margin-top: 30px;
}

.ldcrc-shortcode-info code {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    display: block;
    margin: 10px 0;
    border: 1px solid #ddd;
    font-family: 'Courier New', monospace;
}

.ldcrc-upload-instructions {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
}

.ldcrc-upload-instructions h3 {
    margin-top: 0;
    color: #285cff;
}

.ldcrc-upload-instructions ol {
    padding-left: 20px;
}

.ldcrc-upload-instructions li {
    margin-bottom: 8px;
    color: #333;
}

/* More Results Indicator */
.ldcrc-more-results {
    text-align: center;
    padding: 15px;
    color: #666;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ldcrc-stats {
        flex-direction: column;
    }
    
    .ldcrc-stat-box {
        min-width: 100%;
    }
    
    .ldcrc-charts {
        flex-direction: column;
    }
    
    .ldcrc-chart-container {
        min-width: 100%;
    }
    
    .ldcrc-admin-cards {
        flex-direction: column;
    }
    
    .ldcrc-card {
        min-width: 100%;
    }
    
    .ldcrc-result-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .ldcrc-result-item .result-scores {
        align-self: flex-end;
    }
    
    .ldcrc-result-item .result-info {
        width: 100%;
    }
    
    /* Mobile responsiveness for new components */
    .school-selection-table {
        font-size: 12px;
    }
    
    .school-selection-table th,
    .school-selection-table td {
        padding: 8px 5px;
    }
    
    .school-dropdown {
        font-size: 12px;
        padding: 6px;
    }
    
    .search-row {
        flex-direction: column;
        gap: 10px;
    }
    
    .search-input {
        width: 100%;
    }
    
    .search-btn {
        width: 100%;
    }
    
    .filter-row {
        flex-direction: column;
        gap: 10px;
    }
    
    .filter-select {
        width: 100%;
    }
    
    .schools-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .school-stats {
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        gap: 10px;
        flex-wrap: wrap;
    }

    .stat-section {
        min-width: 120px;
    }
}

/* Table Styles for Admin */
.wp-list-table.ldcrc-results-table {
    margin-top: 20px;
}

.wp-list-table.ldcrc-results-table th,
.wp-list-table.ldcrc-results-table td {
    padding: 12px 8px;
    vertical-align: middle;
}

.wp-list-table.ldcrc-results-table .percentage-cell {
    text-align: center;
    font-weight: bold;
}

.wp-list-table.ldcrc-results-table .percentage-cell.high {
    color: #28a745;
}

.wp-list-table.ldcrc-results-table .percentage-cell.medium {
    color: #ffc107;
}

.wp-list-table.ldcrc-results-table .percentage-cell.low {
    color: #dc3545;
}

/* Loading States */
.ldcrc-loading {
    text-align: center;
    padding: 40px;
    color: #666;
}

/* Error States */
.ldcrc-error {
    background: #fff2f2;
    border-left: 4px solid #dc3545;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.ldcrc-error p {
    margin: 0;
    color: #721c24;
}

/* Success States */
.ldcrc-success {
    background: #f0fff4;
    border-left: 4px solid #28a745;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.ldcrc-success p {
    margin: 0;
    color: #155724;
}

/* Modal Styles */
.ldcrc-modal {
    display: block;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.ldcrc-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 0;
    border-radius: 8px;
    width: 90%;
    max-width: 700px;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.ldcrc-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 15px 20px;
    cursor: pointer;
}

.ldcrc-modal-close:hover,
.ldcrc-modal-close:focus {
    color: #000;
}

/* Modal Selection Section */
.modal-selection-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    border: 2px solid #e9ecef;
}

.modal-selection-section h3 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.modal-selection-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.modal-select-btn {
    flex: 1;
    min-width: 150px;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    background: #f8f9fa;
    color: #285cff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.modal-select-btn:hover {
    background: #e9ecef;
    border-color: #285cff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 92, 255, 0.2);
}

.modal-select-btn.available {
    background: #f8f9fa;
    border-color: #e9ecef;
    color: #285cff;
}

.modal-select-btn.available:hover {
    background: #e9ecef;
    border-color: #285cff;
    color: #285cff;
    box-shadow: 0 4px 12px rgba(40, 92, 255, 0.2);
}

.modal-select-btn.selected {
    background: #285cff;
    border-color: #285cff;
    color: #fff;
    cursor: default;
}

.modal-select-btn.selected:hover {
    background: #1e4bd1;
    border-color: #1e4bd1;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(40, 92, 255, 0.4);
}

.modal-select-btn.move-position {
    border-color: #e9ecef;
    color: #285cff;
    background: #f8f9fa;
}

.modal-select-btn.move-position:hover {
    background: #e9ecef;
    border-color: #285cff;
    color: #285cff;
    box-shadow: 0 4px 12px rgba(40, 92, 255, 0.2);
}

.modal-select-btn.replace-position {
    border-color: #e9ecef;
    color: #285cff;
    background: #f8f9fa;
}

.modal-select-btn.replace-position:hover {
    background: #e9ecef;
    border-color: #285cff;
    color: #285cff;
    box-shadow: 0 4px 12px rgba(40, 92, 255, 0.2);
}

.school-details {
    padding: 20px;
}

.school-details-header h2 {
    color: #285cff;
    margin: 0 0 10px 0;
    font-size: 24px;
}

.school-field-large {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
}

.school-info-grid {
    margin-bottom: 30px;
}

.info-row {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
}

.info-row label {
    font-weight: bold;
    min-width: 120px;
    color: #333;
}

.info-row span {
    flex: 1;
    color: #555;
}

.info-row a {
    color: #285cff;
    text-decoration: none;
}

.info-row a:hover {
    text-decoration: underline;
}

.school-stats-detailed h3 {
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid #285cff;
    padding-bottom: 10px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.stat-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    border-left: 4px solid #e9ecef;
}

.stat-item.highlight {
    background: #e7f3ff;
    border-left-color: #285cff;
}

.stat-item label {
    display: block;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    font-size: 14px;
}

.stat-item span {
    font-size: 18px;
    color: #285cff;
    font-weight: bold;
}

.loading-message, .error-message {
    text-align: center;
    padding: 40px;
    font-size: 16px;
}

.error-message {
    color: #dc3545;
}

/* Select Schools Action Button */
.select-schools-action {
    text-align: center;
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
}

.select-schools-action .button {
    background: #285cff;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.select-schools-action .button:hover {
    background: #1e4ac7;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(40, 92, 255, 0.25);
}

.select-schools-action .button:active {
    transform: translateY(0);
}

.select-schools-action .browse-schools-label {
    color: #285cff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
    transition: all 0.2s ease;
    display: inline-block;
}

.select-schools-action .browse-schools-label:hover {
    color: #1e4ac7;
    text-decoration: none;
}

/* Embedded School Browser Modal */
.ldcrc-school-browser-modal {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    display: none;
}

.ldcrc-school-browser-modal .search-filters {
    margin-bottom: 20px;
    background: white;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.ldcrc-school-browser-modal .search-row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.ldcrc-school-browser-modal .filter-row {
    display: flex;
    gap: 10px;
}

.ldcrc-school-browser-modal .search-input,
.ldcrc-school-browser-modal .filter-select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.ldcrc-school-browser-modal .search-input {
    flex: 1;
}

.ldcrc-school-browser-modal .filter-select {
    min-width: 200px;
}

.ldcrc-school-browser-modal .search-btn {
    background: #285cff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

.ldcrc-school-browser-modal .search-btn:hover {
    background: #1e4ac7;
}

.ldcrc-school-browser-modal .schools-grid {
    background: white;
    border-radius: 6px;
    border: 1px solid #ddd;
    min-height: 200px;
    padding: 15px;
}

/* Mobile responsive modal */
@media (max-width: 768px) {
    .ldcrc-modal-content {
        width: 95%;
        margin: 2% auto;
        max-height: 95vh;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .info-row {
        flex-direction: column;
    }
    
    .info-row label {
        margin-bottom: 5px;
        min-width: auto;
    }
    
    .ldcrc-school-browser-modal .search-row,
    .ldcrc-school-browser-modal .filter-row {
        flex-direction: column;
    }
    
    .ldcrc-school-browser-modal .filter-select {
        min-width: auto;
        width: 100%;
    }
}