/* Schools SEO pages (view=schools) - 2026-06-16 */
/* Content sits in a white card over the template's dark navy body (mirrors the
   area-guide .dv-ag-section background:#fff treatment) so body text stays legible. */
.dv-schools {
    max-width: 1100px;
    margin: 1.5rem auto;
    padding: 1.75rem 2rem;
    background: #fff;
    color: #1a1a1a;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
}
.dv-schools a { color: #0056b3; }
.dv-schools a:hover { color: #003d80; }
.dv-schools-hero h1 { font-size: 1.8rem; margin-bottom: .5rem; color: #1F3A5F; }
.dv-schools-intro { color: #444; margin-bottom: 1rem; }
.dv-schools-hedge { background: #fff8e1; border: 1px solid #ffe082; border-radius: 8px; padding: .75rem 1rem; margin: 1rem 0; font-size: .9rem; color: #5a4b1a; }
.dv-schools-hedge p { margin: .25rem 0; }
.dv-schools-none { color: #444; margin: 1rem 0; }
.dv-schools-group { margin: 1.5rem 0; }
.dv-schools-group h2, .dv-schools-county h2, .dv-schools-listings h2, .dv-schools-nearby-towns h2 { font-size: 1.25rem; margin-bottom: .5rem; color: #1F3A5F; }
.dv-schools-table { width: 100%; border-collapse: collapse; font-size: .92rem; color: #1a1a1a; }
.dv-schools-table th, .dv-schools-table td { text-align: left; padding: .5rem .6rem; border-bottom: 1px solid #eee; vertical-align: top; }
.dv-schools-table th { background: #f6f7f9; color: #1F3A5F; }
.dv-schools-name { font-weight: 600; color: #1a1a1a; }
.dv-schools-links { display: block; font-weight: 400; font-size: .82rem; margin-top: .2rem; }
.dv-ofsted-badge { display: inline-block; padding: .15rem .5rem; border-radius: 4px; font-size: .8rem; white-space: nowrap; }
.dv-schools-townlist { columns: 2; list-style: none; padding: 0; }
.dv-schools-county { margin: 1.25rem 0; }
.dv-schools-listing-grid { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: .5rem; }
.dv-schools-stamp { color: #666; font-size: .85rem; margin-top: 1.5rem; }
.dv-schools-source { color: #888; font-size: .8rem; }
.dv-muted { color: #888; }
@media (max-width: 600px) {
  .dv-schools { padding: 1.25rem 1rem; margin: 1rem; }
  .dv-schools-townlist { columns: 1; }
  .dv-schools-table { font-size: .85rem; }
  .dv-schools-table thead { display: none; }
  .dv-schools-table tr { display: block; margin-bottom: .75rem; border: 1px solid #eee; border-radius: 6px; padding: .25rem .5rem; }
  .dv-schools-table td { display: flex; justify-content: space-between; border: none; padding: .3rem 0; }
}
