/* Styles for Comparison Table Widget 21981b19 */

.vs-table-21981b19 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 2px 24px rgba(13, 20, 48, .10);
  width: 100%;
}

.vs-header-21981b19 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.vs-col-left-21981b19 {
  background: #0d1430;
  color: #fff;
  padding: 18px 24px;
  font-size: 15px;
  line-height: 1.35;
}

.vs-col-right-21981b19 {
  background: #f2f5fa;
  color: #4a5568;
  padding: 18px 24px;
  font-size: 15px;
  line-height: 1.35;
}

.vs-header-title-21981b19 {
  font-weight: 600;
}

.vs-header-subtitle-21981b19 {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.8;
  margin-top: 4px;
  display: block;
}

.vs-row-21981b19 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.vs-cell-l-21981b19, .vs-cell-r-21981b19 {
  display: flex;
  box-sizing: border-box;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.vs-cell-content-21981b19 {
  width: 100%;
}

.vs-cell-l-21981b19 {
  background: #0d1430;
  color: rgba(255, 255, 255, .85);
  padding: 18px 36px 18px 24px;
  font-size: 14px;
  line-height: 1.55;
}

.vs-cell-r-21981b19 {
  background: #fff;
  color: #4a5568;
  padding: 18px 24px 18px 36px;
  font-size: 14px;
  line-height: 1.55;
}

.vs-badge-21981b19 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #00b4d8;
  color: #0d1430;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 3px #fff;
  z-index: 2;
  flex-shrink: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

@media (max-width: 880px) {
  .vs-col-left-21981b19,
  .vs-col-right-21981b19 {
    padding: 16px 18px !important;
    font-size: 13px !important;
  }
  .vs-header-subtitle-21981b19 {
    font-size: 11px !important;
  }
  .vs-cell-l-21981b19 {
    padding: 16px 26px 16px 16px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
  .vs-cell-r-21981b19 {
    padding: 16px 16px 16px 26px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
  .vs-badge-21981b19 {
    width: 28px !important;
    height: 28px !important;
    font-size: 8px !important;
    box-shadow: 0 0 0 2px #fff !important;
  }
}

@media (max-width: 480px) {
  .vs-col-left-21981b19,
  .vs-col-right-21981b19 {
    padding: 12px 12px !important;
    font-size: 12px !important;
  }
  .vs-header-subtitle-21981b19 {
    font-size: 10px !important;
  }
  .vs-cell-l-21981b19 {
    padding: 12px 22px 12px 10px !important;
    font-size: 11.5px !important;
    line-height: 1.45 !important;
  }
  .vs-cell-r-21981b19 {
    padding: 12px 10px 12px 22px !important;
    font-size: 11.5px !important;
    line-height: 1.45 !important;
  }
  .vs-badge-21981b19 {
    width: 24px !important;
    height: 24px !important;
    font-size: 7px !important;
    box-shadow: 0 0 0 2px #fff !important;
  }
}
