body {
  text-align: left; 
  /* max-width: 600px !important;  */
  margin: auto;

}

.full-width-content {
  margin: 20px; 
}

.main-content {
  
  max-width: 600px !important; 
  margin: auto; 
}

.spacer {
  margin-top: 100px;
}

.container-fluid {
  max-width: 600px !important; 
}

.btn-lg {
  margin-top: 20px !important; 
  margin-bottom: 20px !important; 
}

.well {
  text-align: left; 
  margin-bottom: 15px !important;   
  margin-top: 30px !important;   
  position: relative;     
  margin: auto; 
  max-width: 600px; 
}

/* label {
  margin-top: 20px; 
} */

.table-responsive { 
	font-size: 85%; 
	border: none; 
} 

table { 
	border: none; 
} 

.table-header {
  font-weight: bold !important; 
}

/* --- 
styles for big pools and custom pools 
------ */ 
.modal-dialog-center {
  margin-top: 10%;
}
.topar {
  background-color: #e8ecee; 
  color: #111; 
  padding: 5px; 
  text-align: center; 
}
.thru {
  text-align: center; 
}
.totals {
  text-align: center; 
  font-weight: bold; 
}
.timestamp {
  font-weight: lighter; 
  font-size: small; 
}
.smaller {
  font-size: 70%; 
} 
.poolname {
  font-weight: bold;
  font-size: xx-large;
}
.strkthr {
  color:rgb(100,100,100); 
  font-style:italic; 
  text-decoration:line-through;
}

.usa {
  color: white; 
  background-color:#A33638;
  padding: 4px; 
  border-radius: 3px;
}

.eur {
  color: white; 
  background-color: #10369A; 
  padding: 3px; 
  border-radius: 3px;
}

.teamtable > td {
  vertical-align: middle; 
}


#footer, #footer-widgets {
  display: none; 
}
.change-tiers {
  cursor: pointer; 
}
.team-list {
margin-left:30px;
}
.modal {
  word-wrap: break-word;
}
hr
{
  background-color: rgb(240,240,240);
  border: 0 none;
  color: #eee;
  height: 15px;
  margin: 0; 
  background: rgb(245,245,245); /* For browsers that do not support gradients */
  border-radius: 3px; 
}

.ng-cloak, .x-ng-cloak {
  display: none !important;
}


.big-label {
  font-size: normal; 
  font-weight: normal;
  width: 100%;
  cursor: pointer; 
}
.form-group {
  max-width: 400px;
}
.pickNumber {
  font-size: small; 
  font-weight: normal; 
}
.navbar {
  height: 40px; 
  line-height:40px;
  padding: 5px; 
  font-weight: bold; 
  color: white; 
}
.footerButton {
 margin-right: 5px;  
}
/* to override the wordpress theme style in blog post */ 
.list-group-item {
  background-image: none !important; 
  padding: 10px 15px !important;
  margin: 0px !important;
  margin-bottom: -1px !important;
}
.list-group-item-gray {  
  font-weight: normal; 
  font-size: normal; 
  margin-top: 40px; 

  background-image: none !important; 
  padding: 10px 15px !important;
  margin: 0px !important;
  margin-bottom: -1px !important;
  background-color: rgb(245,245,245) !important;
}
.navbar-fixed-bottom {
  font-weight: bold; 
  text-align: center; 
  vertical-align: middle; 
}

.pool-id-input {
  width: 250px;
  margin: auto; 
  margin-top: 40px; 
  text-align: left !important;
}

.btn-250 {
  width: 250px;
  text-align: center !important;
}

.last-group {
  margin-bottom: 100px; 
}

h1 {
  margin-top: 40px !important; 
}

td {
  vertical-align: middle !important; 
}

.modal-header {
  border: none; 
}

.total-row>td {
  border-top: double #ddd !important;
  font-weight: bold;
  text-align: center; 
}

.indented-list {
  /* padding-left: 25px;  */
  list-style-position: outside;
}

.indented-list > li {
  margin-left: 25px;
}

a.no-decoration, a.no-decoration:visited {
  color: inherit;
  text-decoration: underline;
}
a.no-underline, a.no-underline:visited {
  color: inherit;
  text-decoration: none;
}

.mw-300 { max-width: 300px; }
.mw-400 { max-width: 400px; }
.mw-500 { max-width: 500px; }
.mw-600 { max-width: 600px; }
.mw-700 { max-width: 700px; }
.mw-800 { max-width: 800px; }
.mw-900 { max-width: 900px; }
.mw-1000 { max-width: 1000px; }
.mw-1100 { max-width: 1100px; }
.mw-1200 { max-width: 1200px; }

.my-3{
  margin-top: 25px; 
  margin-bottom: 25px; 
}
.w-250 {
  width: 250px !important; 
}
.px-0 {
  padding-left: 0px !important; 
  padding-right: 0px !important; 
}
.p-15 {
  padding: 15px; 
}
.my-10 {
  margin-top: 10px; 
  margin-bottom: 10px; 
}
.my-20 {
  margin-top: 20px; 
  margin-bottom: 20px; 
}
.mb-20 {
  margin-bottom: 20px !important; 
}
.mt-20 {
  margin-top: 20px !important; 
}
.mt-40 {
  margin-top: 40px !important; 
}

.btn-centered {
  width: 250px; 
  margin: auto; 
}
.collapse-button:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  transition: all 0.5s;
}
.collapse-button.active:before {
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 transform: rotate(180deg);
} 
.copy-text-box {
  background-color: #eee;
  opacity: 1;
  color: #777;
  text-align: left; 
  padding: 20px;
  border-radius: 4px; 
  border: 1px solid #ccc;
  word-wrap: break-word; 
}
.admin-heading {
  font-weight: bold; 
  font-size: 18px; 
  text-transform: uppercase; 
}
.admin-body {
  margin-top: 20px; 
}
.invite-options {
  font-weight: bold; 
  margin-top: 50px; 
  margin-bottom: 20px; 
}
.rememberme {
  font-size: 12px; 
  width: 250px; 
  margin-top: 10px; 
  text-align: left; 
}
.eop-horizontal-nav {
    float: left;
    display: block;
    color: gray !important;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 12px;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    background: #EEEEEE; 
}

.eop-horizontal-nav>li>a:hover, .eop-horizontal-nav>li>a:focus {
  text-decoration: none;
  border-bottom: 3px solid gray !important;
  cursor: pointer; 
}
.eop-horizontal-nav-active {
  border-bottom: 3px solid gray !important;
  font-weight: bold; 
  background: #EEEEEE; 
}
.main-container {
  font-size: 16px; 
  margin-bottom: 40px !important;
  padding-left: 20px !important; 
  padding-right: 20px !important; 
}
#post_content ul li, #post_content ol li {
  margin-left: 40px; 
  margin-bottom: 10px; 
}
.comment-header a, .comment-header cite {
  color: black;
  font-weight: bold;  
}
.category-div {
  margin-top: 25px; 
  margin-bottom: 45px; 
}
.jbox {
  background-color: rgb(245,245,245); 
  padding: 25px; 
  border: 1px dashed;
  margin-bottom: 25px; 
  text-align: center;
}
.jbox-heading {
  font-size: 24px; 
  font-weight: bold;
}
.eop-sidebar {
  /* border-left: 1px solid #ddd !important;  */
  padding-left: 45px;
  padding-top: 45px;
}
@media screen and (max-width: 991px) {
  .eop-sidebar {
    display: none;
  }
}
.blog-h2 {
    margin-top: 40px; 
}
.blog-link {
    color: inherit !important; 
}
.blog-thumbnail {
    display: inline;
    margin: 0 15px 10px 0;
    float: left; 
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 4px;
    width: 180px; 
    height: 180px; 
}
.post-div {
    display: inline-block; 
}
.blog-read-btn {
    color: black !important;
}
.btn-white {
    color: white !important;
}
.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.scrolling-card {
  flex: 0 0 auto;
  max-width: 300px;
  word-break: break-word;
  border-collapse: separate;
  margin-right: 15px;
  padding: 15px;
  background-color: #D7EACC !important;
  -webkit-box-shadow: 0 6px 10px rgb(0 0 0 / 30%);
  text-align: center;
}
.scrolling-card h4 {
  font-weight: 700;
  font-size: 1.6em;
}
.scrolling-card p {
  font-size: 1.2em;
}
#comment-div {
  word-break: break-word;
}
.eop-slider {
  display: flex; /* [1] */
  flex-wrap: nowrap; /* [1] */
  overflow-x: auto; /* [2] */
  -webkit-overflow-scrolling: touch; /* [3] */
  -ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ 
}
.eop-card {
    flex: 0 0 auto;
    max-width: 250px;
    background-color: #D7EACC !important;
    -webkit-box-shadow: 0 6px 10px rgb(0 0 0 / 30%); 
    text-align: center;
    word-break: break-word; 
}
.eop-card-text, .eop-card-image {
    max-width: 200px; 
    display: inline-block;
    margin-bottom: 20px;
}
.eop-card-spacer-container {
    flex: 0 0 auto;
    max-width: 300px;
    background-color: white !important;
    text-align: center;
    word-break: break-word; 
}
.eop-card-spacer {
    flex: 0 0 auto;
    display: inline-block;
    background: none;
}
.eop-card-head {
    font-weight: 500;
    font-size: 1.4em;
}
.eop-card-subhead {
    font-size: 1.0em;
    margin-bottom: 0px;
}
.eop-blockquote {
    color: #999;
    font-style: italic;
    font-size: 18px; 
    background: none;
    padding: 0.35em 40px;
    border: none;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pool-date-label, .leaderboard-export-button {
    display: inline-block; 
    background-color: #486077; 
    color: #F5F5F5; 
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    border: solid 1px #e3e3e3;
}
.leaderboard-export-button {
  background-color: white;
  cursor: pointer;
  color: #F07011; 
  border: 1px solid #F07011; 
}.btn-outline-green {
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.42857143;
    border-radius: 4px;
    border: 1px solid green; 
    color: green;
    background: #fff;
}
.btn-outline-green:hover {
    border: 1px solid green; 
    color: #fff;
    background: green;
}
.btn-filled {
    color: #fff; 
    background-color: green; 
}
.input-with-info span {
    width: 1%; 
    padding-left: 6px; 
    color: #555;
    font-size: 16px; 
    cursor: pointer;
}
.input-with-info select, .input-with-info input  {
    width: 90%;
    padding: 6px; 
    margin-top: 5px; 
    font-size: 16px;
}
.learn-more-helper {
    background-color: #eee;
    padding: 20px;
    border-radius: 3px;  
}
.mini-label {
    font-weight: bold; 
    margin-top: 20px; 
}
.pick-container {
    display: table;
    width: 100%;
    padding: 4px 10px !important;
}
.pick-container div {
    display: table-cell; 
    vertical-align: middle; 
}
.pick-column div {
    display: inline-block; 
    text-align: center; 
    padding-left: 10px;
    cursor: pointer;
}
.pick-column label {
    margin: 0px; 
}
.dashed-under {
    border-bottom: 1px dashed gray;
}
.eop-intro-text {
    font-size: large;
}
.eop-toc-container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    padding: 20px;
    width: 100%;
}
.eop-toc-title {
    font-weight: 700;
    text-align: left;
}
.eop-toc-container li, .eop-toc-container ol, .eop-toc-container ol li{
    margin: 5px !important; 
}
.eop-gray-row {
  background-color: #F7F9FC;
  padding: 50px;
}
input:not([type]), input[type="text"] {
  font-size: 16px; 
}
.footer-section {
  background-color: black; 
  text-align: left !important;
  font-size: 16px;
  color: #888; 
  padding: 80px 30px 80px 30px; 
}
.footer-container {
  max-width: 1130px; 
  margin: 0 auto;
}
.widget-title {
  font-weight: 300 !important;
  font-size: 1.4em; 
  color: #ddd;
}
.left-bar-indent { padding: 20px; border-left: 7px solid #999; }
.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  /* display: block; */
  width: 3em;
  height: 1.5em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 1.5em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 3px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
  background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}
.checked_list {
  list-style: none;
  padding-left: 0;
}
.checked_list li {
    position: relative; 
    padding-left: 1.5em;  /* space to preserve indentation on wrap */
    margin-left: 20px !important; 
}
.checked_list li:before {
  content: '';  /* placeholder for the SVG */
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;utf8,<\?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' fill='green' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
}
.circled_number_list {
    display: block;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}
.circled_number_list li {
    margin-left: 20px !important; 
    margin-bottom: 30px; 
    position: relative; 
    list-style-type: none;
}
.circled_number_list li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    left: -31px;
    font: bold 16px sans-serif;
    text-align: center;
    color: #fff;
    line-height: 23px;
    width: 23px; 
    height: 23px;
    background: #F07011;
    -moz-border-radius: 999px;
    border-radius: 999px
}
.svgSwitch { cursor: pointer; -webkit-tap-highlight-color: transparent; line-height: 0; }
.svgSwitch span, .svgSwitch svg { vertical-align: middle; display: inline-block; }
.eopUserDropdownContainer {
  position: relative; 
}
.dropdown-content {
  display: none;
  position: absolute;
  right: 0px;
  background-color: #f9f9f9;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999999999;
  border-radius: 3px; 
  padding: 10px 0px; 
}
@media screen and (max-width: 500px) {
  .dropdown-content {
    left: 0px; 
  }
  .eopUserDropdownContainer {
    position: inherit; 
  }
}
/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  padding: 8px 20px !important;
  text-decoration: none;
  display: block;
  text-align: left;
  text-shadow: none !important;
  font-family: "Lora",serif !important; 
  text-transform: none !important;
  font-size: 16px !important;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333 !important;
  border-bottom: 1px solid #eef1f6;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #eee;
}
.px18 { font-size: 18px; }
#toc-list li { margin-left: 16px !important; }
.hideOverflow { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 
.mt-10 { margin-top: 10px; }
.mb-10 { margin-bottom: 10px; }
.checkCircleTopRight { position: absolute; top: -7px; right: -7px; width: 16px; height: 16px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; background: green; color: white; vertical-align: middle; padding: 2px; }
.onlyFilter { text-decoration: underline; color: #777; cursor: pointer; margin-left: 4px; font-size: 12px; }

/* FAQ Styles */
.faq-section-wrapper { background: url('/img/patterned-background-dark-denim.webp'); padding: 60px 0; }
.faq-section-wrapper h2 { text-align: center; margin-bottom: 40px !important; color: #fff; }
.faq-container { padding: 0px; max-width: 1200px; margin: auto; column-count: 3; column-gap: 20px; }
.faq-item { border: 2px dashed #E2E8F0; padding: 20px; margin: 0 0 20px 0; background: #fff; text-align: left; color: #333; break-inside: avoid; display: inline-block; width: 100%; }
.faq-question { font-size: 18px; font-weight: bold; margin-bottom: 10px; vertical-align: middle; }
.faq-question i { color: #f18b53; margin-right: 2px; display: table-cell; }
.faq-question span { display: table-cell; padding-left: 5px; }
.faq-answer { font-size: 16px; color: #555; line-height: 1.6; }
.faq-answer a { color: #007bff; text-decoration: underline; }
@media (max-width: 992px) { .faq-container { column-count: 2; } }
@media (max-width: 768px) { .faq-container { column-count: 1; } }


/* ---- Modern EOP Nav + Announcement Bar ---- */
/* ---- Modern EOP Nav ---- */
* { box-sizing: border-box; }
.eNav { background: #000; border-bottom: 3px solid #f2f2f2; position: relative; z-index: 1000; overflow: visible; margin-bottom: 20px; }
.eNav__inner { max-width: 1170px; margin: 0 auto; display: flex; align-items: center; padding: 0 15px; height: 54px; gap: 8px; }
.eNav__logo { color: #fff; text-decoration: none; display: flex; align-items: center; align-self: flex-start; flex-shrink: 0; font-family: "Oswald", arial, sans-serif; font-size: 25px; font-weight: 400; height: 56px; padding: 0 25px; background: url(/img/eop-logo-patterne-bg-no-border.svg) no-repeat center center; text-shadow: 0 1px #96430d; letter-spacing: 0; white-space: nowrap; position: relative; z-index: 2; border: 1px dashed #fbaf5f; }
.eNav__logo-badge { display: contents; }
.eNav__logo:hover { background-color: #a8461f; background-image: none; }
.eNav__logo-text { display: inline; color: #fff; }
.eNav__links { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0 0 0 auto; padding: 0; }
.eNav__link { color: #fff; text-decoration: none; font-family: "Oswald", arial, sans-serif; font-size: 13px; letter-spacing: 0.8px; text-transform: uppercase; padding: 7px 11px; border-radius: 4px; background: none; border: none; cursor: pointer; transition: color .15s, background .15s; white-space: nowrap; line-height: 1; }
.eNav__link:visited { color: #fff; }
.eNav__link:hover { color: #f07235 !important; background: rgba(255,255,255,.09); text-decoration: none; }
.eNav__link--help:hover { color: #f07235 !important; background: rgba(255,255,255,.09); }
.eNav__links .eNav__link--cta { background: #e45d13; color: #fff !important; margin-left: 8px; padding: 0 13px; height: 34px; display: flex; align-items: center; box-sizing: border-box; letter-spacing: 0.5px; transition: background .15s, transform .12s; }
.eNav__links .eNav__link--cta:active { transform: scale(.97); }
.eNav__links .eNav__link--cta:hover { background: #f0691e; }
/* User dropdown */
.eNav__userWrap { position: relative; }
.eNav__userBtn { display: flex; align-items: center; gap: 5px; }
.eNav__caret { font-size: 9px; opacity: 0.7; }
.eNav__userDropdown { display: none; position: absolute; right: 0; top: calc(100% + 8px); background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,.13); min-width: 210px; overflow: hidden; z-index: 2000; }
.eNav__userDropdown.is-open { display: block; }
.eNav__userDropdown-header { display: flex; align-items: center; gap: 8px; padding: 12px 14px; background: #f8f8f8; border-bottom: 1px solid #eee; font-size: 12px; color: #555; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-decoration: none; cursor: pointer; transition: background .1s; }
.eNav__userDropdown-header:hover { background: #f0f0f0; color: #333; }
.eNav__userDropdown-header:visited { color: #555; }
.eNav__userDropdown a { display: flex; align-items: center; gap: 9px; padding: 10px 14px; font-size: 14px; color: #333; text-decoration: none; border-bottom: 1px solid #f2f2f2; transition: background .1s; }
.eNav__userDropdown a:last-child { border-bottom: none; }
.eNav__userDropdown a:hover { background: #f5f5f5; }
.eNav__userDropdown a.logout { color: #c0392b; }
.eNav__userDropdown a.logout:hover { background: #fff5f5; color: #a93226; }
/* Hamburger */
.eNav__hamburger { display: none; flex-direction: column; justify-content: center; gap: 6px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 6px; cursor: pointer; padding: 9px 10px; margin-left: auto; transition: background .15s; }
.eNav__hamburger span { display: block; width: 22px; height: 2.5px; background: #e0e0e0; border-radius: 3px; transition: all .22s ease; }
.eNav__hamburger.is-open span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
.eNav__hamburger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.eNav__hamburger.is-open span:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }
/* Mobile drawer */
.eNav__drawer { display: none; flex-direction: column; background: #fff; border-top: 3px solid #e8611a; box-shadow: 0 10px 15px -3px rgba(0,0,0,.10), 0 4px 6px -2px rgba(0,0,0,.06); }
.eNav__drawer.is-open { display: flex; }
.eNav__drawer.is-account { display: flex; }
/* site mode: show site links, hide account */
.eNav__drawer-siteLinks { display: flex; flex-direction: column; }
.eNav__drawer-accountLinks { display: none; flex-direction: column; }
.eNav__drawer.is-account .eNav__drawer-siteLinks { display: none; }
.eNav__drawer.is-account .eNav__drawer-accountLinks { display: flex; }
/* Featured pools section */
.eNav__drawer-featured { display: flex; flex-direction: column; border-top: 1px solid #f0f0f0; }
.eNav__drawer.is-account .eNav__drawer-featured { display: none; }
.eNav__drawer-featuredLabel { font-family: "Oswald", arial, sans-serif; font-size: 10px; font-weight: 400; letter-spacing: 1.8px; text-transform: uppercase; color: #bbb; padding: 10px 20px 6px; }
.eNav__drawer-featuredItem { display: flex; align-items: center; gap: 10px; padding: 12px 20px; text-decoration: none; border-bottom: 1px solid #f5f5f5; transition: background .12s; }
.eNav__drawer-featuredItem:hover { background: rgba(0,0,0,.04); }
.eNav__drawer-featuredBadge { display: inline-block; padding: 2px 7px; border-radius: 3px; font-family: "Oswald", arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; flex-shrink: 0; align-self: flex-start; margin-top: 2px; min-width: 46px; text-align: center; }
.eNav__drawer-featuredBody { display: flex; flex-direction: column; gap: 2px; }
.eNav__drawer-featuredText { font-size: 14px; font-weight: 600; color: #1a1a1a; line-height: 1.2; }
.eNav__drawer-featuredSubtext { font-size: 11px; font-weight: 400; color: #888; line-height: 1.3; }
.eNav__drawer-featuredAll { display: block; padding: 10px 20px 14px; font-size: 12px; font-weight: 600; color: #e8611a; text-decoration: none; letter-spacing: 0.02em; transition: color .12s; }
.eNav__drawer-featuredAll:hover { color: #c0510f; }
.eNav__drawer .eNav__link { display: flex; align-items: center; gap: 10px; padding: 14px 20px; border-bottom: 1px solid #f5f5f5; border-radius: 0; font-family: "Oswald", arial, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: #1a1a1a; text-align: left; width: 100%; text-decoration: none; transition: background .12s; }
.eNav__drawer .eNav__link:hover { background: rgba(0,0,0,.05); color: #e8611a; }
.eNav__drawer .eNav__link:visited { color: #1a1a1a !important; }
.eNav__drawer .eNav__userWrap { display: none; }
/* Drawer: account section */
/* Account panel header row */
.eNav__drawer-acctHeader { display: flex; align-items: center; justify-content: space-between; padding: 13px 16px 13px 20px; border-bottom: 1px solid #efefef; background: #fafafa; }
.eNav__drawer-acctTitle { font-family: "Oswald", arial, sans-serif; font-size: 10px; font-weight: 400; letter-spacing: 1.8px; text-transform: uppercase; color: #bbb; }
.eNav__drawer-closeBtn { display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; min-width: 28px; min-height: 28px; box-sizing: border-box; border-radius: 50%; border: 1px solid rgba(0,0,0,.18); background: transparent; color: #888; cursor: pointer; padding: 0; transition: background .15s, border-color .15s, color .15s; flex-shrink: 0; }
.eNav__drawer-closeBtn:hover { background: rgba(0,0,0,.06); border-color: rgba(0,0,0,.3); color: #333; }
.eNav__drawer-closeBtn:focus { outline: none; }
.eNav__drawer-closeBtn:focus-visible { outline: 2px solid #e8611a; outline-offset: 2px; }
/* Icon inside drawer links */
.eNav__link-icon { flex-shrink: 0; opacity: 0.5; }
.eNav__drawer-userSection { background: #fff; display: flex; flex-direction: column; }
.eNav__drawer-userSection .eNav__link { color: #1a1a1a; border-bottom-color: #f2f2f2; }
.eNav__drawer-userSection .eNav__link:hover { background: rgba(0,0,0,.05); color: #e8611a; }
.eNav__drawer-userSection .eNav__link:visited { color: #1a1a1a; }
.eNav__drawer-userEmail { display: block; padding: 10px 20px 12px; font-size: 12px; font-weight: 300; color: #aaa; letter-spacing: 0.3px; border-bottom: 1px solid #efefef; word-break: break-all; text-decoration: none; transition: color .12s, background .12s; }
.eNav__drawer-userEmail:hover { color: #666; background: rgba(0,0,0,.03); }
.eNav__drawer-userEmail:visited { color: #aaa; }
.eNav__link--logout { color: #b03a2e !important; border-top: 1px solid #eee !important; margin-top: auto !important; }
.eNav__drawer .eNav__link--logout:visited { color: #b03a2e !important; }
.eNav__link--logout:hover { background: rgba(176,58,46,.06) !important; color: #922b21 !important; }
.eNav__link--logout .eNav__link-icon { opacity: 0.65; }
.eNav__drawerLink--muted { color: #1a1a1a !important; font-size: 13px !important; font-weight: 700 !important; }
/* Subnav */
.eopSubnav { background: #ededee; border-bottom: 1px solid rgba(0,0,0,.07); padding: 0; overflow: hidden; margin-top: 0; margin-bottom: 16px; }
.eopSubnavContent { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 5px 14px; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; white-space: nowrap; }
.eopSubnavContent::-webkit-scrollbar { display: none; }
.eopSubnavLabel { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #fff; background: #888; border-radius: 14px; padding: 0 9px; height: 26px; flex-shrink: 0; display: inline-flex; align-items: center; align-self: center; }
.eopSubnavLabel--upcoming { background: #aaa; }
.eopSubnavEvent { display: inline-flex; align-items: center; gap: 4px; background: #e2e2e4; border: 1px solid #d4d4d6; border-radius: 16px; padding: 0 12px; height: 34px; font-size: 12px; font-weight: 600; color: #333 !important; text-decoration: none; flex-shrink: 0; transition: background .12s, box-shadow .12s, transform .1s ease; }
.eopSubnavEvent:hover { background: #cecece; border-color: #bbb; color: #111 !important; text-decoration: none; box-shadow: 0 2px 6px rgba(0,0,0,.12); }
.eopSubnavEvent:active { transform: scale(.97); }
.eopSubnavDivider { display: none; }
/* always-visible mobile CTA — hidden on desktop (shown inside .eNav__links) */
.eNav__cta-mobile { display: none; }
/* Mobile avatar button — hidden on desktop */
.eNav__mobileAvatar { display: none; position: relative; }
.eNav__avatarBtn { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: transparent; border: 1px solid #bbb; font-family: "Oswald", arial, sans-serif; font-size: 14px; font-weight: 700; color: #444; cursor: pointer; text-decoration: none; transition: background .15s, border-color .15s; flex-shrink: 0; }
.eNav__avatarBtn:hover { background: #f0f0f0; border-color: #999; text-decoration: none; color: #222; }
.eNav__avatarBtn--guest { color: #666; }
.eNav__avatarDropdown { display: none; position: absolute; right: 0; top: calc(100% + 8px); background: #fff; border: 1px solid #e0e0e0; border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,.13); min-width: 210px; overflow: hidden; z-index: 3000; }
.eNav__avatarDropdown.is-open { display: block; }
.eNav__avatarDropdown-header { padding: 11px 14px; background: #f8f8f8; border-bottom: 1px solid #eee; font-size: 12px; color: #666; word-break: break-all; }
.eNav__avatarDropdown a { display: flex; align-items: center; gap: 9px; padding: 11px 14px; font-size: 14px; color: #333; text-decoration: none; border-bottom: 1px solid #f2f2f2; transition: background .1s; }
.eNav__avatarDropdown a:last-child { border-bottom: none; }
.eNav__avatarDropdown a:hover { background: #f5f5f5; }
.eNav__avatarDropdown a.logout { color: #c0392b; border-top: 1px solid #eee; margin-top: 4px; }
.eNav__avatarDropdown a.logout:hover { background: #fff5f5; color: #a93226; }
@media (max-width: 768px) {
  .eNav { background: linear-gradient(135deg, #9c3a08 0%, #b84a10 100%); border-bottom: 1px solid rgba(0,0,0,.08); border-radius: 0; box-shadow: none; padding-bottom: 0; }
  .eNav__inner { padding: 0 12px; height: 54px; gap: 4px; flex-wrap: nowrap; align-items: center; }
  .eNav__links { display: none; }
  .eNav__links .eNav__link--cta { display: none; }
  .eNav__hamburger { order: 1; display: flex !important; flex-direction: column; align-items: center; justify-content: center; align-self: center; gap: 5px; background: none; border: none; padding: 0; margin-left: 0; margin-right: 10px; width: 32px; height: 32px; border-radius: 50%; cursor: pointer; box-sizing: border-box; transition: background .15s, border .15s; }
  .eNav__hamburger span { background: #fff; width: 21px; height: 2.5px; border-radius: 2px; transition: all .22s ease; }
  .eNav__hamburger.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .eNav__hamburger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .eNav__hamburger.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .eNav__logo { order: 2; position: static; transform: none; flex: 0 1 auto; display: flex; align-items: center; justify-content: flex-start; align-self: center; background: transparent; box-shadow: none; border: none; height: auto; padding: 0 2px; font-size: 22px; font-weight: normal; letter-spacing: 0; text-transform: capitalize; text-shadow: none; }
  .eNav__logo-text { display: inline; color: #fff; font-family: "Oswald", arial, sans-serif; font-size: 22px; font-weight: normal; letter-spacing: 0; text-transform: capitalize; text-shadow: none; }
  .eNav__cta-mobile { order: 3; display: flex; align-items: center; align-self: center; margin-left: auto; margin-right: 10px; color: #fff !important; font-family: "Oswald", arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; background: #e45d13; border: none; border-radius: 6px; padding: 0 16px; height: 34px; white-space: nowrap; box-shadow: none; transition: background .15s, transform .1s ease; }
  .eNav__cta-mobile:hover { background: #d95e14; color: #fff !important; text-decoration: none; }
  .eNav__cta-mobile:active { transform: scale(.97); }
  .eNav__cta-mobile:visited { color: #fff !important; }
  .eNav__mobileAvatar { display: flex; align-items: center; align-self: center; order: 4; }
  .eNav__avatarBtn { background: transparent; border: 1px solid rgba(255,255,255,0.75); color: #fff !important; width: 28px; height: 28px; font-size: 12px; font-weight: 700; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: none; transition: border-color .15s, background .15s, transform .1s ease; }
  .eNav__avatarBtn:hover { background: rgba(255,255,255,0.12); border-color: #fff; color: #fff !important; }
  .eNav__avatarBtn:active { transform: scale(.95); }
  .eNav__avatarBtn:focus { outline: none; }
  .eNav__avatarBtn:focus-visible { outline: 2px solid #e8611a; outline-offset: 2px; }
  .eNav__hamburger:focus { outline: none; }
  .eNav__hamburger:focus-visible { outline: none; }
  .eNav__avatarBtn--guest { color: #fff !important; }
  .eNav__avatarDropdown { display: none !important; }
  .eNav__overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 998; cursor: pointer; }
  .eNav__overlay.is-visible { display: block; }
  .eopAnnounce__close { top: 12px; transform: none; }
  .eopSubnav { margin-top: 0; border-radius: 0; box-shadow: none; overflow: hidden; }
  .eopSubnavContent { padding: 4px 14px 8px; justify-content: flex-start; }
}
/* ---- Announcement Bar ---- */
.eopAnnounce { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 8px; background: #f1f1ef; border-bottom: 1px solid #e3e3e0; padding: 10px 48px; position: relative; z-index: 1001; }
.eopAnnounce__body { display: flex; align-items: center; gap: 8px; }
.eopAnnounce__badge { display: inline-flex; align-items: center; background: #191919; color: #fff; font-size: 11px; font-weight: 700; font-family: inherit; letter-spacing: 0.5px; border-radius: 4px; padding: 2px 7px; line-height: 1.5; flex-shrink: 0; }
.eopAnnounce__text { color: #37352f; font-size: 14px; font-family: inherit; margin: 0; }
.eopAnnounce__cta { color: #37352f; font-size: 14px; font-weight: 700; font-family: inherit; text-decoration: none; white-space: nowrap; transition: opacity .15s; flex-shrink: 0; }
.eopAnnounce__cta:hover { opacity: 0.6; color: #37352f; text-decoration: none; }
.eopAnnounce__cta:visited { color: #37352f; }
.eopAnnounce__close { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); background: none; border: none; color: #666; font-size: 22px; line-height: 1; cursor: pointer; padding: 4px 6px; transition: color .15s; }
.eopAnnounce__close:hover { color: #111; }
@media (max-width: 768px) {
  .eopAnnounce { flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 3px; padding: 10px 44px 10px 16px; }
  .eopAnnounce__body { width: 100%; }
  .eopAnnounce__text { font-size: 13px; }
  .eopAnnounce__cta { font-size: 13px; display: block; margin-top: 4px; }
}
