/* These sidebar-free pages share the theme's responsive content width.
 * The parent's flex layout otherwise sizes the article from its contents. */
body:is(.page-id-4306, .page-id-4301, .page-id-2999) #main_col {
  display: block;
}
body:is(.page-id-4306, .page-id-4301, .page-id-2999) #main_col > #article {
  width: 100%;
  min-width: 0;
}

/* Align English headings and section edges with the timetable.
 * Keep the existing columns, gaps, text measure and image proportions. */
body:is(.page-id-4306, .page-id-4301) #main_col #tcd-pb-wrap > .tcd-pb-row {
  max-width: 100%;
}
body:is(.page-id-4306, .page-id-4301) #main_col .cave-fees,
body:is(.page-id-4306, .page-id-4301) #main_col .cave-en-memberships,
body:is(.page-id-4306, .page-id-4301) #main_col .cave-en-procedures,
body:is(.page-id-4306, .page-id-4301) #main_col .cave-en-contact {
  max-width: 100%;
}
