.tabs {
  /* Add styling for the tabs container */
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.horizontal-card {
  /* Add styling for the horizontal cards */
}
.tab-headers li.active {
  color: red;
}
.tabs .tab-headers li a .day {
  font-weight: 800;
  line-height: 120%;
}
.tabs .tab-headers li a .date {
  font-size: 13px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.26px;
  color: #6D6E71;
}
.tabs .tab-headers li.active a .date {
  color: white;
}
.tab-headers li {
  list-style: none;
}
.tab-headers li a {
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 10px 35px;
}
.tabs .tab-headers {
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}
.tab-headers li.active a,
.tab-headers li a:hover{
    background-color: #D71F2E;
    color: white;
}
.tab-headers li a:hover *{
    color: white !important;
}
.tabs .tab-headers li a {
  display: flex;
  flex-direction: column;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 40px;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.tabs .tab-content {
  margin-top: 60px;
}
.tab-card {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  margin-bottom: 28px;
  padding: 24px;
  background: white;
  opacity:0;
}
.tab-card .intro {
  display: flex;
  gap: 40px;
  order: -1;
  flex: 1;
}
.tab-card .intro .time {
  background: #E8E8E8;
  padding: 16px 24px;
  border-radius: 30px;
  color: black;
  font-weight: 700;
  letter-spacing: -0.28px;
  display: flex;
  align-items: center;
  gap: 4px;
  order: -1;
}
.tab-card .description h3 {
  color: black;
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.24px;
}
.tab-card .description {
  align-self: center;
}
.tab-card .description .presenter span {
  color: #E31E30;
  font-weight: 600;
}
.tab-card .description .presenter {
  color: #707070;
  letter-spacing: -0.16px;
}
.tab-card .intro:before,
.tab-card:before{
    content: "";
    border: 0.5px solid #DBDBDB;
    align-self: stretch;
}
.tab-card .social-share h6 {
  margin-bottom: 8px;
}
.tab-card .social-share {
  margin-bottom: 8px;
  margin-left: 40px;
}
.tab-card .social-share .social-icons {
  display: flex;
  gap: 16px;
}