/* =====================
  Tokens in Design System
  (following https://medium.com/eightshapes-llc/tokens-in-design-systems-25dd82d58421)
===================== */
/* ==========[ TOKENS ]========== */
/* 1. Texts */
/* 2. Button */
/* 3. Brand */
/* 4. Background */
/* 5. Font */
/* 6. Border */
/* ==========[ DECISION ]========== */
/** VAR OLDS **/
/*-- Colors --*/
/*-- Text & Font --*/
/*-- Border, Shadow --*/
/*-- Main colors --*/
.pricing_embed_2026_v01 .hero {
  padding-top: 80px;
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .pricing_embed_2026_v01 .hero {
      background: url(https://cdn.holistics.io/landing/holistics3/light-gradient-background.png) no-repeat;
      background-size: 100% 60%; } }
  .pricing_embed_2026_v01 .hero__plan {
    margin: 0 0 35px; }
  @media (max-width: 768px) {
    .pricing_embed_2026_v01 .hero .standard {
      margin: 70px auto 20px; } }
  .pricing_embed_2026_v01 .hero .region-switch-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; }
    .pricing_embed_2026_v01 .hero .region-switch-row .region-switch-row__radio-group {
      display: flex;
      align-items: center;
      margin: 0 !important;
      padding: 0 !important;
      user-select: none; }
      .pricing_embed_2026_v01 .hero .region-switch-row .region-switch-row__radio-group .el-radio-button__inner {
        width: 104px;
        height: 32px;
        padding: 8px 32px; }
      .pricing_embed_2026_v01 .hero .region-switch-row .region-switch-row__radio-group label {
        margin-bottom: 0 !important; }
    .pricing_embed_2026_v01 .hero .region-switch-row .region-switch-row__radio-group .el-radio-button__orig-radio:checked + .el-radio-button__inner {
      background-color: #009f6f; }

.pricing_embed_2026_v01 .el-switch__label {
  color: #ccc; }
  .pricing_embed_2026_v01 .el-switch__label.is-active {
    color: #009f6f; }

.pricing_embed_2026_v01 .fa-question-circle-o {
  color: #c3c7cb !important; }

.pricing_embed_2026_v01 .main-plan {
  gap: 20px; }
  .pricing_embed_2026_v01 .main-plan__title {
    border-bottom: 4px solid #009f6f; }

.pricing_embed_2026_v01 .question i {
  transition: .2s ease-in; }

.pricing_embed_2026_v01 .question[aria-expanded="true"] i {
  transform: rotate(180deg); }

.pricing_embed_2026_v01 .testimonials {
  margin-bottom: 136px; }

@media (min-width: 768px) {
  .pricing_embed_2026_v01 .sub-title {
    height: 50px; } }

.pricing_embed_2026_v01 .book-demo {
  border-top: 1px dashed #e8e8e8;
  border-bottom: 1px dashed #e8e8e8; }

.pricing_embed_2026_v01 .card-item {
  background: #fff;
  border-radius: 4px;
  min-width: 270px;
  border: 1px solid #e1e8f1;
  -webkit-box-shadow: 0px 20px 40px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 20px 40px 2px rgba(0, 0, 0, 0.06); }
  .pricing_embed_2026_v01 .card-item .grey-background {
    background: #f6f8fa; }
  .pricing_embed_2026_v01 .card-item .title {
    font-weight: 600;
    padding: 10px 20px;
    background: #fbfbfb;
    border-bottom: 1px solid #e1e8f1;
    border-radius: 4px 4px 0px 0px; }
  .pricing_embed_2026_v01 .card-item .content .label + .text-value {
    margin-top: 20px; }
  .pricing_embed_2026_v01 .card-item .content .text-value {
    font-size: 15px;
    display: flex;
    justify-content: space-between; }
    .pricing_embed_2026_v01 .card-item .content .text-value .value {
      min-width: 135px;
      text-align: center; }
    .pricing_embed_2026_v01 .card-item .content .text-value:last-child {
      border-bottom: none; }

@media (min-width: 768px) {
  .pricing_embed_2026_v01 .addon-card-grid {
    grid-template-rows: auto 1fr auto; } }

@media (min-width: 768px) {
  .pricing_embed_2026_v01 .addon-card {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid; } }

.pricing_embed_2026_v01 .addon-card__header {
  padding: 1.25rem 1.5rem; }

.pricing_embed_2026_v01 .addon-card__section {
  padding: 1.5rem; }

.pricing_embed_2026_v01 .addon-card__pricing {
  padding: 1.25rem 1.5rem; }

.region-switch-row__popover__container {
  width: 268px;
  font-size: 11px;
  line-height: 16px; }
  .region-switch-row__popover__container a.region-switch-row__popover__link {
    font-weight: 600;
    color: #1B7CE4; }
