/* Tickets for Teachers — site styles (hand-authored, replaces Divi export) */

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:"Open Sans",Arial,sans-serif;font-size:14px;color:#666;line-height:1.7em;font-weight:500;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img{max-width:100%;height:auto;border:0}
a{color:#2ea3f2;text-decoration:none}
strong,b{font-weight:700}
em,i{font-style:italic}
p{margin:0;padding-bottom:1em}
h1,h2,h3,h4,h5,h6{color:#333;margin:0;padding-bottom:10px;line-height:1.4em;font-weight:500}
h1{font-size:30px}h2{font-size:26px}h3{font-size:22px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}

/* header */
#main-header{position:sticky;top:0;z-index:999;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.1)}
.et_menu_container{display:flex;align-items:center;justify-content:space-between;width:80%;max-width:1080px;margin:0 auto;padding:14px 0}
.logo_helper{display:none}
#logo{display:block;height:36px;width:auto}
#top-menu{display:flex;gap:22px;margin:0;padding:0;list-style:none}
#top-menu a{display:block;color:rgba(0,0,0,.6);font-size:14px;font-weight:600}
#et_top_search,.et_search_outer,#et_mobile_nav_menu{display:none}

/* page containers */
#main-content{background:#fff}

/* sections / rows / columns */
.et_pb_section{position:relative;background:#fff;padding:54px 0}
.et_pb_row{display:flex;flex-wrap:wrap;justify-content:space-between;width:80%;max-width:1080px;margin:0 auto;padding:27px 0}
.et_pb_column_4_4{width:100%}
.et_pb_column_1_2{width:47.25%}
.et_pb_column_4_4,.et_pb_column_1_2{min-width:0}

/* modules */
.et_pb_text{word-wrap:break-word}
.et_pb_text_inner>:last-child{padding-bottom:0}
.et_pb_image{display:block;margin:0 auto 20px}
.et_pb_image_wrap{display:inline-block}
.et_pb_image_0{text-align:center}
.et_pb_image_1{text-align:left;margin-left:0}

/* section spacing (carried over from the Divi page layout) */
.et_pb_section_0{padding-top:2vw;padding-bottom:31px;background:#001a56}
.et_pb_section_1{padding-top:32px;padding-bottom:19px}
.et_pb_text_1{padding-top:2px}
/* sections 2 & 3 are empty spacer sections in the source layout — collapse them */
.et_pb_section_2,.et_pb_section_3{padding:0}

@media (max-width:980px){
  .et_pb_section{padding:50px 0}
  .et_pb_row{width:auto;padding:30px 20px}
  .et_pb_column_1_2{width:100%;margin-bottom:30px}
  .et_pb_column_1_2:last-child{margin-bottom:0}
  .et_menu_container{width:auto;padding:14px 20px}
  #logo{height:46px;max-width:170px}
  #top-menu{gap:1.4em}
  #top-menu a{font-size:16px;color:#001a56}
}
