/* Adds text above the Upcoming Events section only */
.eventBox::before {
  content: "";
  display: block;
  max-width: 900px;
  margin: -35px auto 45px;
  padding: 0 20px;
  text-align: center;
  color: #313131;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

/* Mobile adjustment */
@media screen and (max-width: 768px) {
  .eventBox::before {
    max-width: 100%;
    margin: -20px auto 35px;
    font-size: 16px;
    line-height: 1.5;
  }
}




.dyouk {
    background: #ffffff !important;
    /* text-align: center; */
    padding: 5px 0 !important;
}


.featureSlider {
    display: none !important;
}


/* TCBA Sponsorship Page */
.tcba-sponsorships {
  font-family: Arial, sans-serif;
}

/* Hero */
.tcba-sponsorships .sponsorship-hero {
  background: url("/images/courthouse.jpg") center/cover no-repeat;
  height: 320px;
}

.tcba-sponsorships .hero-overlay {
  background: rgba(31, 42, 68, 0.85);
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* Save text */
.tcba-sponsorships .save {
  text-align: center;
  font-size: 1.4rem;
  margin: 30px 0;
}

.tcba-sponsorships .save strong {
  color: #b99a5b;
}

/* Tiers */
.tcba-sponsorships .tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.tcba-sponsorships .tier {
  border: 3px solid;
  padding: 25px;
  text-align: center;
}

.tcba-sponsorships .tier-1 { border-color: #b99a5b; }
.tcba-sponsorships .tier-2 { border-color: #1f2a44; }
.tcba-sponsorships .tier-3 { border-color: #6b4e2e; }

.tcba-sponsorships .price {
  font-size: 2rem;
  font-weight: bold;
}

.tcba-sponsorships .value {
  font-style: italic;
}

/* Descriptions */
.tcba-sponsorships .event-descriptions {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
}









/* Override <small> inside headings */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #313131 !important;
}

.benchbar-table th {
  white-space: nowrap;   /* Prevent sponsor names from breaking */
  font-weight: normal;   /* Keep them normal weight */
}

@media (max-width: 480px) {
  .benchbar-table th,
  .benchbar-table td {
    font-size: 14px !important;
    padding: 4px !important;
    word-break: break-word; /* Let content wrap if needed */
  }
}

.benchbar-table th {
  vertical-align: bottom;
  line-height: 1.2;
}





.renewTextWrap {
    width: 100%;
    /* border: 0px solid #2a4161 !important; */
    padding: 10px;
    margin-bottom: 16px;
    text-align: center;

}

.captionFrame h3 {
    color: #e1b658;
    font-size: 30px !important;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0;

}

/* HOMEPAGE CAROUSEL FONT SIZES */

@media screen and (min-width: 979px){
    .captionFrame {
        font-size: 22px;
    }
    .captionFrame h1 {
        font-size: 50px;
    }
    .captionFrame h3 {
        font-size: 30px;
    }
}
