/* Ensure the map container has a height */
#scholarship-map, #private-map {
    width: 100%;
    height: 500px; /* Default height for desktop */
    margin: 0px 0;
}

/* On mobile devices, reduce the map height */
@media (max-width: 767px) {
    #scholarship-map,
    #private-map {
        height: 320px;
    }
}
.map-scholarship-table-container {
    font-family: Roboto, Arial, sans-serif;
    color: #1A2729;
}

.map-scholarship-table-title {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.map-scholarship-table {
    width: auto;
    border-collapse: collapse;
    font-size: 16px;
}

.map-scholarship-table-row {
    border:0px;
    border-bottom: 1px solid #BBD0D3 !important;
    background: none;
    font-size: 12px;
    font-weight:400;
}

.map-scholarship-table-cell {
    padding: 2px 10px  !important;
}

.map-scholarship-table-cell-name {
    font-weight: 600;
}

.map-scholarship-table-cell-count {
   
}
