#racing-tabs .vc_tta-panel-body{background:#fff !important; }

#racing-tabs li.vc_active a{
    color: rgb(136, 136, 136);
    background: rgb(58, 170, 53) !important;
    color: #fff !important;
    transform: translateY(-10px) !important;
}

[id*="tab-racingDay"]{
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2) !important;
    transition: transform 0.5s ease-out !important;
    border-radius: 4px !important;
    border:0 !important;
    color: rgb(136, 136, 136) !important;
    background: rgba(0, 0, 0, 0.05)!important;
}

[id*="tab-racingDay"]:hover{
transform: translateY(-10px) !important;
background: rgb(58, 170, 53) !important;
color: #fff!important;
}

#racing-tabs ul{
    display:flex;
    justify-content:space-between;
}

#racing-tabs ul li{
    margin:0 !important;
    padding:0 !important;
}

.race-info-wrapper {
  display: inline-block;
}

.race-info-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.race-info-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.race-info-icon {
  color: #46a546;
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.race-info-icon:before {
  font-size: 20px;
  line-height: 1;
  margin: 0;
}

.race-info-text {
  color: #20242a;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
}