@charset "UTF-8";

/* ImageFlux Live Streaming 料金ページ
style_livestreaming.css の後に読み込む
---------------------------------------- */
.imageflux_contents.price.ls_price_page {
  background: #fff;
  color: #222;

  .inner {
    max-width: 960px;
  }

  .ls_price_lead {
    padding: 90px 0;
    background: #fff;
    text-align: center;
  }

  .ls_price_lead_text {
    margin: 0;
    color: #222;
    font-size: 15px;
    line-height: 1.9;
  }

  .ls_price_plan {
    padding: 0 0 120px;
    background: #fff;
  }

  .ls_price_plan .inner,
  .ls_price_simulator .inner,
  .ls_price_footer_info .inner {
    max-width: 960px;
  }

  .ls_price_tablist,
  .ls_price_tabpanel,
  .ls_price_diagram {
    max-width: 778px;
    margin-left: auto;
    margin-right: auto;
  }

  .ls_price_tablist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
    margin-bottom: 16px;
  }

  .ls_price_tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 42px;
    padding: 12px 34px 12px 18px;
    background: #fff;
    border: solid 1px #C8D6F8;
    border-left: none;
    border-radius: 0;
    color: #222;
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
    transition:
      background-color .2s ease,
      color .2s ease,
      border-color .2s ease;
  }

  .ls_price_tab:first-child {
    border-left: solid 1px #C8D6F8;
  }

  .ls_price_tab::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 10px;
    height: 10px;
    border-right: solid 2px #447AF2;
    border-bottom: solid 2px #447AF2;
    transform: translateY(-65%) rotate(45deg);
  }

  .ls_price_tab.is-active,
  .ls_price_tab[aria-selected="true"] {
    background: #447AF2;
    border-color: #447AF2;
    color: #fff;
    font-weight: 700;
    font-variation-settings: 'wght' 700;
  }

  .ls_price_tab.is-active::after,
  .ls_price_tab[aria-selected="true"]::after {
    border-color: #fff;
    transform: translateY(-35%) rotate(-135deg);
  }

  .ls_price_tabpanel {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .ls_price_table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    background: #fff;
    border: solid 1px #D7DBEF;
    border-radius: 0;
    outline: none;
    overflow: visible;
  }

  .ls_price_table th,
  .ls_price_table td {
    padding: 12px 20px;
    border: solid 1px #D8E1F4;
    border-radius: 0;
    color: #222;
    font-size: 15px;
    line-height: 1.55;
    vertical-align: middle;
  }

  .ls_price_table th {
    background: #EEF3FF;
    color: #222;
    text-align: center;
  }

  .ls_price_table th[rowspan] {
    padding: 15px 18px;
    text-align: center;
  }

  .ls_price_table th[colspan="2"] {
    width: 54%;
    text-align: center;
    font-size: 16px;
  }

  .ls_price_table tr>th:not([rowspan]):not([colspan]) {
    padding: 12px 16px;
    text-align: left;
  }

  .ls_price_table td {
    padding-left: 24px;
    background: #fff;
    text-align: left;
  }

  .ls_price_col_type {
    width: 18%;
  }

  .ls_price_col_item {
    width: 36%;
  }

  .ls_price_col_price {
    width: 46%;
  }

  .ls_price_table th span:not(.ls_price_num) {
    font-size: inherit;
    line-height: inherit;
    padding-left: 12px;
  }

  .ls_price_tabpanel[data-price-panel="rtmp-hls"] .ls_price_table tr:nth-child(2) th:nth-child(2),
  #accordion-rtmp-hls .ls_price_table tr:nth-child(2) th:nth-child(2) {
    font-size: 0;
  }

  .ls_price_tabpanel[data-price-panel="rtmp-hls"] .ls_price_table tr:nth-child(2) th:nth-child(2)::before,
  #accordion-rtmp-hls .ls_price_table tr:nth-child(2) th:nth-child(2)::before {
    content: "基本利用料";
    font-size: 15px;
    line-height: 1.5;
    vertical-align: top;
  }

  .ls_price_tabpanel[data-price-panel="rtmp-hls"] .ls_price_table tr:nth-child(2) th:nth-child(2)::after,
  #accordion-rtmp-hls .ls_price_table tr:nth-child(2) th:nth-child(2)::after {
    content: "※1";
    display: inline-block;
    margin-left: 4px;
    font-size: 12px;
    line-height: 1;
    vertical-align: top;
  }

  .ls_price_num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background: #447AF2;
    border-radius: 50%;
    color: #fff;
    font-family: Inter, "Noto Sans JP", sans-serif;
    font-size: 12px;
    line-height: 1;
    vertical-align: -3px;
  }

  .ls_price_note,
  .ls_price_note_list {
    width: 100%;
    margin: 14px 0 34px;
    padding-left: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
    list-style: none;
  }

  .ls_price_note {
    padding-left: 1.4em;
    text-indent: -1.4em;
  }

  .ls_price_note_list li {
    padding-left: 1.9em;
    text-indent: -1.9em;
  }

  .ls_price_diagram {
    width: 100%;
    background: #F6F8FE;
  }

  .ls_price_diagram picture,
  .ls_price_diagram img {
    display: block;
    width: 100%;
  }

  .ls_price_simulator {
    padding: 120px 0;
    background: #F8F8F8;
  }

  .ls_price_simulator .section_head {
    margin-bottom: 44px;
  }

  .ls_price_simulator .c_headline_line {
    font-size: 30px;
  }

  .ls_price_simulator_form {
    display: block;
    width: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

  .ls_price_simulator_body {
    display: grid;
    width: auto;
    min-height: 0;
    margin: 0;
    grid-template-columns: minmax(0, 520px) minmax(0, 360px);
    column-gap: 48px;
    align-items: start;
    justify-content: center;
  }

  .ls_price_simulator_inputs {
    display: block;
    width: 520px;
  }

  .ls_price_simulator_side {
    width: 360px;
  }

  .ls_price_simulator_box {
    padding: 30px 30px 34px;
    background: #fff;
    border-radius: 8px;
  }

  .ls_price_simulator_box+.ls_price_simulator_box {
    margin-top: 24px;
  }

  .ls_price_form_title,
  .ls_price_form_group label,
  .ls_price_form_group legend {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    font-variation-settings: 'wght' 700;
    line-height: 1.6;
  }

  .ls_price_form_title {
    margin: 0 0 22px;
  }

  .ls_price_form_group label,
  .ls_price_form_group legend {
    display: inline-flex;
    align-items: center;
    margin: 0;
  }

  .ls_price_button_group {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .ls_price_button_group_small {
    grid-template-columns: repeat(2, 1fr);
  }

  .ls_price_choice {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 10px 12px;
    background: #fff;
    border: solid 2px #C4C4C4;
    border-radius: 4px;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: 'wght' 700;
    line-height: 1.35;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
    transition:
      background-color .2s ease,
      color .2s ease,
      border-color .2s ease;
  }

  .ls_price_choice span {
    line-height: 1.55;
  }

  .ls_price_choice input {
    position: absolute;
    min-width: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  .ls_price_choice.is-active,
  .ls_price_choice:has(input:checked) {
    border: solid 2px #447AF2;
    background: #EEF4FF;
    color: #447AF2;
    font-weight: 700;
    font-variation-settings: 'wght' 700;
  }

  .ls_price_simulator_panel {
    display: block;
    margin-top: 40px;
  }

  .ls_price_simulator_panel[hidden],
  .ls_price_form_group[hidden],
  .ls_price_result_breakdown li[hidden] {
    display: none;
  }

  .ls_price_form_group {
    margin: 0 0 40px;
  }

  .ls_price_form_group:not(.ls_price_form_recording) {
    display: grid;
    grid-template-columns: 170px 140px;
    column-gap: 24px;
    align-items: center;
  }

  .ls_price_form_group input[type="number"] {
    width: 140px;
    height: 46px;
    padding: 0 10px;
    background: #fff;
    border: solid 1px #C4C4C4;
    border-radius: 4px;
    color: #222;
    font-size: 16px;
  }

  .ls_price_form_recording {
    grid-column: span 2;
    margin-bottom: 0;
  }

  .ls_price_form_recording .ls_price_button_group_small {
    width: 266px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 12px;
  }

  .ls_price_form_recording .ls_price_choice {
    min-height: 60px;
  }

  .ls_price_help {
    display: inline-block;
    flex: 0 0 auto;
    width: 14.2px;
    height: 14.2px;
    margin-left: 8px;
    overflow: hidden;
    background: url('/assets/images/livestreaming/price/help.svg') center center / contain no-repeat;
    color: transparent;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    vertical-align: middle;
  }

  .ls_price_help.is-active {
    opacity: 1;
  }

  .ls_price_help::before,
  .ls_price_help::after {
    display: none;
    content: none;
  }

  .ls_price_help:focus-visible {
    outline: solid 2px #fff;
    outline-offset: 3px;
  }

  .ls_price_simulator_result {
    position: static;
    width: 360px;
    margin: 0;
    padding: 0 0 32px;
    overflow: hidden;
    background: #447AF2;
    border-radius: 4px;
    color: #fff;
    box-shadow: none;
  }

  .ls_price_result_heading {
    margin: 0;
    padding: 16px 24px 12px;
    background: #1746B7;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }

  .ls_price_result_price {
    margin: 32px 0 8px;
    padding-right: 40px;
    color: #fff;
    font-family: Inter, "Noto Sans JP", sans-serif;
    font-size: 48px;
    font-weight: 700;
    font-variation-settings: 'wght' 700;
    line-height: 1.1;
    text-align: right;
    box-sizing: border-box;
  }

  .ls_price_result_price small {
    margin-left: 4px;
    font-size: 22px;
    font-weight: 700;
    font-variation-settings: 'wght' 700;
  }

  .ls_price_result_tax {
    margin: 0 0 32px;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    text-align: right;
    box-sizing: border-box;
  }

  .ls_price_result_breakdown,
  .ls_price_result_note {
    width: 296px;
  }

  .ls_price_result_breakdown {
    margin: 0 auto;
    padding: 24px 24px 0;
    background: rgba(0, 0, 0, 0.1);
    border-top: none;
    box-sizing: border-box;
  }

  .ls_price_result_breakdown li,
  .ls_price_result_breakdown li span,
  .ls_price_result_breakdown li b {
    background: transparent;
    box-shadow: none;
    outline: 0;
  }

  .ls_price_result_breakdown li::before,
  .ls_price_result_breakdown li::after {
    display: none;
    content: none;
  }

  .ls_price_result_breakdown li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 0 0 12px;
    border: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
  }

  .ls_price_result_breakdown li+li {
    margin-top: 20px;
  }

  .ls_price_result_breakdown li:last-child {
    border-bottom: solid 1px #D8E1F4;
  }

  .ls_price_result_breakdown span {
    color: #fff;
    font-size: 14px;
  }

  .ls_price_result_breakdown b {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: 'wght' 700;
    text-align: right;
    white-space: nowrap;
  }

  .ls_price_result_note {
    position: relative;
    margin: 0 auto;
    padding: 20px 24px 24px calc(24px + 1.4em);
    background: rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    text-indent: 0;
    white-space: normal;
  }

  .ls_price_result_note::before {
    content: "※";
    position: absolute;
    top: 20px;
    left: 24px;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    text-indent: 0;
  }

  .ls_price_result_note::after {
    display: none;
    content: none;
  }

  .ls_price_simulator_note {
    position: static;
    width: 360px;
    margin: 32px 0 0;
    padding-left: calc(24px + 1em);
    color: #222;
    font-size: 14px;
    line-height: 1.8;
    text-indent: -1em;
    box-sizing: border-box;
  }

  .ls_price_trial_cta {
    padding: 88px 0;
    background: #447AF2;
    color: #fff;
    text-align: center;
  }

  .ls_price_trial_cta_body {
    max-width: 760px;
    margin: 0 auto;
  }

  .ls_price_trial_cta_label {
    margin: 0 0 24px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-variation-settings: 'wght' 700;
    line-height: 1.5;
  }

  .ls_price_trial_cta_title {
    max-width: 720px;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
  }

  .ls_price_trial_cta_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 300px;
    min-width: 250px;
    min-height: 54px;
    margin: 34px auto 0;
    padding: 16px;
    border: 2px solid #447AF2;
    border-radius: 8px;
    background: #EBEF16;
    color: #447AF2;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    font-size: 20px;
    font-weight: 700;
    font-variation-settings: 'wght' 700;
    line-height: 32px;
    transition: background-color 0.3s;
    transform: none;
  }

  .ls_price_trial_cta_btn:hover {
    background: #FDFFEC;
    color: #447AF2;
    opacity: 0.85;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    transform: none;
  }

  .ls_price_footer_info {
    padding: 80px 0;
    background: #f8f9fd;
    border-top: none;
    border-bottom: solid 1px #D7DBEF;
  }

  .info_list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 0;
    padding: 0;
  }

  .info_list li {
    width: 380px;
    margin: 0;
    list-style: none;
  }

  .info_list li a {
    display: flex;
    align-items: center;
    padding: 32px 24px;
    background: #fff;
    border: solid 2px #447AF2;
    border-radius: 8px;
    color: #000;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.3s;
    gap: 20px;
  }

  .info_list li a:hover {
    background-color: rgba(68, 122, 242, 0.1);
  }

  .info_icon {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    width: 58px;
  }

  .info_icon.icon_doc img,
  .info_icon.icon_usecase img {
    width: auto;
    height: 60px;
  }

  .info_title {
    margin: 0 0 8px;
    color: #447AF2;
    font-size: 19px;
    font-weight: 700;
    font-variation-settings: 'wght' 700;
    line-height: 1.5;
  }

  .info_lead {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 1.7;
  }
}

.ls_price_help_bubble {
  position: fixed;
  z-index: 1000;
  width: 340px;
  padding: 18px;
  background: #464646;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  box-sizing: border-box;
  animation: lsPriceHelpFadeIn 0.15s ease-out;
}

@keyframes lsPriceHelpFadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ls_price_help_bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #464646;
  transform: translateX(-50%);
}

.ls_price_help_text p,
.ls_price_help_text ul {
  margin: 0;
}

.ls_price_help_text p+p,
.ls_price_help_text p+ul,
.ls_price_help_text ul+p,
.ls_price_help_text ul+ul {
  margin-top: 14px;
}

.ls_price_help_text .ls_price_help_example {
  margin-top: 18px;
}

.ls_price_help_text .ls_price_help_example+ul {
  margin-top: 0;
}

.ls_price_help_text ul {
  padding: 0;
  list-style: none;
}

.ls_price_help_text li {
  position: relative;
  padding-left: 1em;
}

.ls_price_help_text li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.ls_price_help_text .ls_price_help_note {
  position: relative;
  padding-left: 1.4em;
}

.ls_price_help_text .ls_price_help_note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.ls_price_help_modal_overlay {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

.ls_price_help_modal {
  position: relative;
  width: 100%;
  max-width: 398px;
  padding: 86px 24px 36px;
  background: #464646;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  box-sizing: border-box;
}

.ls_price_help_modal_close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: url('/assets/images/livestreaming/price/modal_close.svg') center center / contain no-repeat;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

.ls_price_help_modal_close:focus-visible {
  outline: solid 2px #fff;
  outline-offset: 3px;
}


@media (min-width: 961px) {
  .imageflux_contents.price.ls_price_page {
    .ls_price_plan_pc {
      display: block;
    }

    .ls_price_plan_sp {
      display: none;
    }

    .ls_price_tablist {
      position: relative;
      border-bottom: solid 3px #447AF2;
    }

    .ls_price_tablist::before,
    .ls_price_tablist::after {
      display: none;
      content: none;
    }

    .ls_price_tab {
      margin-bottom: -3px;
      border: solid 1px #C4C4C4;
      border-bottom: solid 3px #447AF2;
      box-shadow: none;
    }

    .ls_price_tab:not(.is-active):not([aria-selected="true"]) {
      border-color: #C4C4C4;
      border-bottom-color: #447AF2;
      cursor: pointer;
    }

    .ls_price_tab.is-active,
    .ls_price_tab[aria-selected="true"] {
      border-color: #447AF2;
      border-bottom: solid 3px #447AF2;
    }

    .ls_price_simulator_type .ls_price_choice span {
      line-height: 1.7;
    }

    .ls_price_form_recording .ls_price_button_group_small {
      width: 320px;
      grid-template-columns: repeat(2, 137px);
      gap: 24px;
    }

    .ls_price_form_recording .ls_price_choice {
      width: 137px;
      font-size: 16px;
    }

    .ls_price_simulator_panel[data-price-simulator-panel="webrtc-hls"] .ls_price_form_group[data-price-field="webrtc_hls_max_connections"],
    .ls_price_simulator_panel[data-price-simulator-panel="webrtc-hls"] .ls_price_form_group[data-price-field="webrtc_hls_webrtc_viewers"] {
      grid-template-columns: 224px 140px;
    }

    .ls_price_table th:has(.ls_price_num) {
      display: grid;
      grid-template-columns: 28px minmax(0, 1fr);
      align-items: start;
    }

    .ls_price_table th:has(.ls_price_num) .ls_price_num {
      grid-column: 1;
      grid-row: 1 / span 2;
      margin-top: 2px;
    }

    .ls_price_table th:has(.ls_price_num)>span:not(.ls_price_num) {
      grid-column: 2;
    }
  }

  .ls_price_help_modal_overlay {
    display: none;
  }
}

@media (max-width: 960px) {
  .imageflux_contents.price.ls_price_page {

    .inner,
    .ls_price_plan .inner,
    .ls_price_simulator .inner {
      max-width: none;
      padding-left: 24px;
      padding-right: 24px;
    }

    .ls_price_lead {
      padding: 60px 0;
    }

    .ls_price_plan {
      padding: 0 0 120px;
    }

    .ls_price_plan_pc {
      display: none;
    }

    .ls_price_plan_sp {
      display: block;
    }

    .ls_price_accordion:not(:last-child) {
      margin-bottom: 24px;
    }

    .ls_price_accordion:last-child {
      margin-bottom: 0;
    }

    .ls_price_accordion {
      overflow: visible;
      background: transparent;
      border: none;
      border-radius: 0;
    }

    .ls_price_accordion_button {
      position: relative;
      display: block;
      width: 100%;
      min-height: 42px;
      padding: 12px 44px;
      border: solid 1px #D8DDE8;
      border-radius: 0;
      background: #fff;
      color: #222;
      font-size: 15px;
      line-height: 1.4;
      text-align: center;
    }

    .ls_price_accordion_button[aria-expanded="true"] {
      border-color: #447AF2;
      background: #447AF2;
      color: #fff;
      font-weight: 700;
      font-variation-settings: 'wght' 700;
    }

    .ls_price_accordion_button::before,
    .ls_price_accordion_button::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 18px;
      width: 12px;
      height: 2px;
      background: #447AF2;
      transform: translateY(-50%);
    }

    .ls_price_accordion_button::after {
      display: none;
    }

    .ls_price_accordion_button[aria-expanded="true"]::before,
    .ls_price_accordion_button[aria-expanded="true"]::after {
      background: #fff;
    }

    .ls_price_accordion_button[aria-expanded="true"]::after {
      display: block;
      transform: translateY(-50%) rotate(90deg);
    }

    .ls_price_accordion_panel {
      padding: 0;
      background: #fff;
      overflow: visible;
      border: none;
    }

    .ls_price_table,
    .ls_price_table tbody {
      display: block;
      width: 100%;
      border: none;
      border-radius: 0;
    }

    .ls_price_table {
      border-left: solid 1px #E1E7F5;
      border-right: solid 1px #E1E7F5;
      outline: none;
    }

    .ls_price_table tr {
      display: grid;
      grid-template-columns: 58% 42%;
      width: 100%;
    }

    .ls_price_table th,
    .ls_price_table td {
      display: flex;
      align-items: center;
      min-height: 44px;
      padding: 11px 12px;
      border: solid 1px #E1E7F5;
      border-top: none;
      border-radius: 0;
      color: #222;
      font-size: 15px;
      line-height: 1.55;
    }

    .ls_price_table tr:first-child {
      grid-template-columns: 1fr;
    }

    .ls_price_table th[colspan="2"],
    .ls_price_table tr:first-child td,
    .ls_price_table th[rowspan] {
      grid-column: 1 / -1;
      justify-content: center;
      width: auto;
      padding-left: 12px;
      padding-right: 12px;
      background: #EEF3FF;
      text-align: center;
    }

    .ls_price_table tr:first-child td {
      background: #fff;
    }

    .ls_price_table tr:nth-child(2) {
      grid-template-columns: 58% 42%;
    }

    .ls_price_table tr:nth-child(2) th[rowspan]+th {
      grid-column: 1 / 2;
      margin-top: 0;
    }

    .ls_price_table tr:nth-child(2) td {
      grid-column: 2 / 3;
    }

    .ls_price_table tr>th:not([rowspan]):not([colspan]) {
      display: flex;
      justify-content: flex-start;
      width: auto;
      padding-left: 12px;
      background: #EEF3FF;
      text-align: left;
    }

    .ls_price_table td {
      justify-content: center;
      width: auto;
      padding-left: 12px;
      background: #fff;
      text-align: center;
      white-space: nowrap;
    }

    .ls_price_table th span:not(.ls_price_num) {
      display: inline;
      margin: 0;
      padding-left: 0;
      font-size: inherit;
      line-height: inherit;
    }

    .ls_price_table tr:nth-child(5) th:not([rowspan]):not([colspan]) {
      display: grid;
      grid-template-columns: 18px minmax(0, 1fr);
      column-gap: 6px;
      align-items: start;
      justify-content: start;
      text-align: left;
      white-space: normal;
    }

    .ls_price_table tr:nth-child(5) th:not([rowspan]):not([colspan]) .ls_price_num {
      grid-column: 1;
      grid-row: 1 / span 2;
      margin: 1px 0 0;
    }

    .ls_price_table tr:nth-child(5) th:not([rowspan]):not([colspan]) span:not(.ls_price_num) {
      display: block;
      grid-column: 2;
      margin: 4px 0 0;
      padding-left: 0;
    }

    .ls_price_num {
      margin-right: 6px;
      font-size: 12px;
      flex-shrink: 0;
    }

    .ls_price_note,
    .ls_price_note_list {
      margin: 16px 0 24px;
      padding: 0;
      border: none;
      font-size: 14px;
      line-height: 1.55;
      text-indent: 0;
    }

    .ls_price_diagram {
      width: 100%;
      max-width: none;
      margin: 8px 0 0;
      border: none;
      background: #F6F8FE;
    }

    .ls_price_simulator {
      background: #f8f9fd;
    }

    .ls_price_simulator_form,
    .ls_price_simulator_body {
      display: block;
      width: auto;
      min-height: 0;
    }

    .ls_price_simulator_inputs {
      width: auto;
      margin-bottom: 32px;
    }

    .ls_price_simulator_side,
    .ls_price_simulator_result,
    .ls_price_simulator_note {
      position: static;
      width: auto;
      padding-bottom: 0;
    }

    .ls_price_simulator_side,
    .ls_price_simulator_result {
      margin-bottom: 32px;
    }

    .ls_price_result_breakdown,
    .ls_price_result_note {
      width: 100%;
    }

    .ls_price_result_tax {
      margin-bottom: 32px;
    }

    .ls_price_result_breakdown {
      padding: 24px 32px 0;
    }

    .ls_price_result_note {
      margin: 0;
      padding: 20px 32px 24px calc(24px + 1.4em);
    }

    .ls_price_button_group,
    .ls_price_form_recording .ls_price_button_group_small {
      display: grid;
      grid-template-columns: 1fr;
      width: 100%;
      gap: 24px;
    }

    .ls_price_choice+.ls_price_choice {
      margin-top: 0;
    }

    .ls_price_simulator .ls_price_choice {
      justify-content: flex-start;
      min-height: 0;
      padding: 16px 32px;
      text-align: left;
      box-sizing: border-box;
      font-weight: 400;
      font-variation-settings: 'wght' 400;
    }

    .ls_price_simulator .ls_price_choice>span {
      display: block;
      width: 100%;
      text-align: left;
    }

    .ls_price_simulator_type .ls_price_choice>span {
      font-size: 0;
      line-height: 1;
      white-space: nowrap;
    }

    .ls_price_simulator_type .ls_price_choice>span::after {
      display: inline;
      font-size: 16px;
      line-height: 1.5;
      white-space: nowrap;
      text-align: left;
    }

    .ls_price_simulator_type .ls_price_choice:has(input[value="webrtc"])>span::after {
      content: "WebRTC to WebRTC";
    }

    .ls_price_simulator_type .ls_price_choice:has(input[value="webrtc-hls"])>span::after {
      content: "WebRTC to HLS";
    }

    .ls_price_simulator_type .ls_price_choice:has(input[value="rtmp-hls"])>span::after {
      content: "RTMP to HLS";
    }

    .ls_price_form_group:not(.ls_price_form_recording) {
      display: block;
    }

    .ls_price_form_group input[type="number"] {
      width: 100%;
      margin-top: 8px;
    }

    .ls_price_form_title,
    .ls_price_form_group label,
    .ls_price_form_group legend {
      font-size: 16px;
    }

    .ls_price_form_title {
      margin-bottom: 16px;
    }

    .ls_price_simulator_box+.ls_price_simulator_box {
      margin-top: 32px;
    }

    .ls_price_simulator_box {
      padding: 32px 24px;
    }

    .ls_price_result_heading {
      padding: 16px 18px;
    }

    .ls_price_trial_cta {
      padding: 120px 0;
    }

    .ls_price_trial_cta_btn {
      width: 294px;
      padding: 16px;
      border-radius: 8px;
      font-size: 18px;
      margin-top: 32px;
    }

    .ls_price_footer_info {
      padding: 120px 0;
    }

    .info_list {
      flex-direction: column;
      gap: 40px;

      li {
        width: 100%;
      }

      li a {
        padding: 32px 24px;
      }

    }
  }

  body.responsive .ls_price_help_modal {
    padding: 72px 20px 40px;
  }

  body.responsive .ls_price_help_modal_close {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 800px) {
  .ls_price_help_bubble {
    display: none;
  }

  .ls_price_help_modal_overlay {
    inset: 0;
    height: auto;
    padding: 24px;
    z-index: 90;
  }

  .imageflux_contents.price.ls_price_page {
    .ls_price_simulator_note {
      padding-left: 16px;
    }
  }
}
