body {
    max-width: 1270px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding: 0 25px;
    line-height: 1.4;
}
header {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
header h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: #444444;
}
header a {
    color: #444444;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
}
main {
    padding: 20px 0;
}
.logo {
    float: left;
    margin: 5px 10px 0 0;
    width: 55px;
    height: 55px;
}
.intro {
    margin-bottom: 20px;
    line-height: 1.5;
}
.actions {
    margin: 20px 0;
}
.actions a {
    font-weight: bold;
    margin-right: 20px;
}
.section-title {
    font-size: 22px;
    font-weight: 400;
    margin: 30px 0 15px 0;
}
.school-links {
    margin-bottom: 20px;
}
.school-links a {
    display: inline;
    font-weight: bold;
    font-size: 17px;
}
.school-links div {
    margin-bottom: 5px;
}
.promo-box {
    background-color: #ffffc4;
    border-radius: 5px;
    padding: 15px;
    font-size: 15px;
    margin: 30px 0;
    line-height: 1.4;
}
.promo-box p {
    margin: 0;
}
.promo-box .ad-link {
    float: right;
}
footer {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #eee;
    margin-top: 40px;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
#sites-canvas {
    padding: 5px 25px;
}
.highlight {
    background-color: yellow;
}
.sites-header-cell-buffer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
h2 {
    margin-bottom: 0;
}
.navigation {
    margin: 15px 0;
}
.page-title {
    font-size: 27px;
    font-weight: 600;
    margin: 30px 0 15px 0;
}

.school-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.school-table th {
    background-color: #717171;
    color: white;
    padding: 12px;
    text-align: left;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #ddd;
}

.school-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.school-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.school-table th:hover {
    background-color: #5a5a5a;
}
.school-title {
    font-size: 27px;
    font-weight: 400;
    margin: 30px 0 15px 0;
}

.school-description {
    margin-bottom: 20px;
}

.school-details {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
}

.school-details p {
    margin: 0;
    line-height: 1.6;
}

.school-details strong {
    color: #333;
    display: inline-block;
    min-width: 200px;
    width: 250px;
}

.school-map {
    margin: 30px 0;
    text-align: center;
}

.school-map iframe {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 30px 0;
}
.breadcrumb {
    margin: 20px 0;
    font-size: 16px;
    color: #666;
    background-color: #8080801f;
    padding: 10px;
}

.breadcrumb a {
    color: #0066cc;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #999;
}

.breadcrumb-current {
    color: #333;
    font-weight: normal;
}
.faq-section {
    margin: 30px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 4px solid #0066cc;
    border-radius: 4px;
}

.faq-section h2 {
    margin-top: 0;
    color: #333;
    font-size: 20px;
}

.faq-item {
    margin-bottom: 20px;
}

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

.faq-question {
    font-weight: bold;
    color: #0066cc;
    margin-bottom: 5px;
}

.faq-answer {
    margin-left: 0;
    line-height: 1.5;
    color: #333;
}
@media (max-width: 768px) {
    body {
        padding: 0 15px;
    }
    
    .school-map iframe {
        width: 100%;
        height: 300px;
    }
    
    .school-details strong {
        min-width: auto;
        display: block;
        margin-bottom: 5px;
    }
    
    .promo-box .ad-link {
        float: none;
        display: block;
        margin-bottom: 10px;
    }
}