.tftw-v14-unified{
  width:100%;
  margin:28px 0
}
.tftw-v14-panel{
  box-sizing:border-box;
  width:100%;
  padding:28px;
  margin:0 0 28px;
  border:1px solid #dbe1e5;
  background:#fff
}
.tftw-v14-tab{
  display:inline-block;
  margin-bottom:20px;
  padding-bottom:12px;
  color:#5142d9;
  border-bottom:3px solid #5142d9;
  font-size:15px
}
.tftw-v14-panel h2{
  margin:0 0 25px;
  font-size:34px;
  line-height:1.15
}
.tftw-v14-panel h3{
  margin:24px 0 14px;
  font-size:23px
}
.tftw-v14-list{
  list-style:none!important;
  margin:0!important;
  padding:0!important
}
.tftw-v14-list li{
  display:grid;
  grid-template-columns:26px minmax(0,1fr);
  gap:10px;
  margin:11px 0;
  line-height:1.55
}
.tftw-v14-includes .tftw-v14-icon{
  color:#2aaa40;
  font-weight:800
}
.tftw-v14-excludes .tftw-v14-icon{
  color:#ef3030;
  font-weight:800
}
.tftw-v14-prices{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:22px
}
.tftw-v14-price{
  min-width:180px;
  padding:14px 18px;
  border:1px solid #e1e5e8;
  border-radius:10px;
  background:#fafafa
}
.tftw-v14-price small{
  display:block;
  margin-bottom:3px;
  color:#6d7479;
  font-size:13px
}
.tftw-v14-price strong{
  font-size:24px
}
.tftw-v14-hotels,
.tftw-v14-notes{
  list-style:none!important;
  margin:0!important;
  padding:0!important
}
.tftw-v14-hotels li,
.tftw-v14-notes li{
  padding:8px 0;
  border-bottom:1px solid #edf0f1;
  line-height:1.5
}
.tftw-v14-check{
  margin-top:22px;
  padding:13px 24px;
  border:0;
  border-radius:28px;
  background:#5142d9;
  color:#fff;
  font-weight:700;
  cursor:pointer
}
@media(max-width:760px){
  .tftw-v14-panel{
    padding:20px
  }
}