body {
    font-family: 'Sarabun', sans-serif;
    background-color: #f0fdf4;
}

.bg-school {
    background-color: #1e40af;
}

.text-school {
    color: #1e40af;
}

.btn-school {
    background-color: #1e40af;
    color: white;
    transition: all 0.3s;
}

.btn-school:hover {
    background-color: #1e3a8a;
    transform: translateY(-1px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.canvas-container {
    border: 1px solid #93c5fd;
    border-radius: 0.375rem;
    background: #fff;
}

/* Govt Table Style - Blue Theme */
.table-govt {
    width: 100%;
    border-collapse: collapse;
}

.table-govt th,
.table-govt td {
    border: 1px solid #93c5fd;
    padding: 0.5rem;
}

.table-govt th {
    background-color: #1e40af;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.table-govt td.text-center {
    text-align: center;
}

.topic-main {
    font-weight: 600;
    background-color: #eff6ff;
    color: #1e40af;
}

.topic-sub {
    padding-left: 1.5rem !important;
}

.view-hidden {
    display: none !important;
}

/* Custom Radio for Score */
input[type="radio"] {
    width: 1.25rem;
    height: 1.25rem;
    accent-color: #1e40af;
    cursor: pointer;
}

.glass {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-pattern {
    background-color: #f0fdf4;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231e40af' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
