/*.tablinks {background-color:darkgray!important;}
/*.agile-cart span { font-size: 24px; color: #405fac; }*/
/*.agile-integrate-myprofile-icon { margin-right: 10px; }*/
/*.agile-integrate-cart-icon-count { background-color: #e11f26; top: -2px !important; right: -8px !important; }*/
/*.tablinks:first-child, .tab button.active { background-color: #405fac !important; }*/
.tabcontent { padding: 10px; }
.tabcontent hr { display: none; }

.agileLink {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  margin-bottom: 1.5rem;
}

.agileLink:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
  color: white;
  text-decoration: none;
}


#agile_content_duration {
  color: #2d3436;
  background: linear-gradient(135deg, #ffeaa7 0%, #fab1a0 100%);
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 1.5rem;
  font-size: 14px;
}


#agile_content_description p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #2d3436;
}


.venue-info {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin: 2rem 0;
  border: 1px solid #e9ecef;
  position: relative;
  overflow: hidden;
}

.venue-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.venue-info strong {
  color: #667eea;
  font-weight: 700;
}




.showings-list > div:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.agile-tab-subheader {
  color: #2d3436;
  font-weight: 700;
  margin: 0 0 1rem 0;
  font-size: 18px !important;
}

.showings-list .agileLink {
  box-shadow: 0 4px 15px rgba(0, 184, 148, 0.3);
  padding: 10px 20px;
  font-size: 13px;
}

.showings-list .agileLink:hover {
  box-shadow: 0 6px 20px rgba(0, 184, 148, 0.4);
}

.tab-btn{
    color: black;
}