.bold700 {
  font-weight: 700 !important;
}

.grey700 {
  color: var(--glesys-gray-700) !important;
}
.grey500 {
  color: var(--glesys-gray-500) !important;
}
.disclaimer-text p {
  padding: 0px;
}
.featured-green .table-featured-text {
  color: #2f5c1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 15.4px */
}
.featured-purple .table-featured-text {
  color: var(--glesys-indigo-700);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 15.4px */
}
.notrim {
  text-box-trim: none !important;
  text-box-edge: cap alphabetic !important;
}
.table-featured-text {
  font-weight: 500 !important;
  font-style: normal !important;
  text-box-trim: trim-both !important;
  text-box-edge: cap alphabetic !important;
}
.disclaimer-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.table-featured-tag {
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  font-size: 14px;
  font-family: "Aeonik Mono";
}

.table-featured-tag.featured-green {
  background-color: #c9e8ae;
  color: #2f5c1a;
}
.table-featured-tag.featured-purple {
  background-color: var(--glesys-indigo-100);
  color: var(--glesys-indigo-700);
}

@media screen and (min-width: 768px) {
  .table-header-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    text-align: left;
    font-size: 36px;
    color: #000;
    font-family: Aeonik;
  }
  .row-label-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .custom-table-parent {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .et_pb_tab_content {
    margin-top: 40px;
  }
  .max-w-standard {
    max-width: 75ch;
  }
  .row-title {
    align-self: stretch;
    position: relative;
    line-height: 130%;
    font-weight: 500;
  }
  .row-label {
    align-self: stretch;
    position: relative;
    line-height: 130%;
  }
  .feature {
    position: relative;
    line-height: 110%;
    font-weight: 500;
  }

  .table-featured-text {
    align-self: stretch;
    position: relative;
    line-height: 110%;
  }

  .row-column {
    display: flex;
    flex: 1;
    min-width: 0;
    max-width: 200px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }
  .row-value {
    align-self: stretch;
    position: relative;
    font-size: 20px;
    line-height: 130%;
    font-weight: 500;
  }
  .storage {
    align-self: stretch;
    position: relative;
    line-height: 130%;
    white-space: pre-wrap;
  }
  .row-content {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    color: #4d4d4d;
  }
  .glesys-table-row {
    align-self: stretch;
    border-top: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px 0px;
    gap: 16px;
  }

  .included-in-the-basic-configur-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    color: #7f7f7f;
  }
  .glesys-custom-table-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    text-align: left;
    font-size: 16px;
    color: #191919;
    font-family: Aeonik;
  }
}

@media screen and (max-width: 768px) {
  .custom-table-parent {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .table-header-container {
    display: flex;
    max-width: 80%;
    flex-direction: column;
    gap: 16px;
  }
  .et_pb_tab_content {
    margin-top: 48px;
  }
  .glesys-table-row {
    align-self: stretch;
    border-top: 1px solid #b3b3b3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px 0px 0px;
    gap: 8px;
  }
  .row-column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
    border-bottom: 1px solid #e6e6e6;

    padding: 16px 0px;
    gap: 8px;
  }
  .row-label-container {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0px;
    width: 100%;
  }
  .row-content {
    width: 100%;
  }
  .row-value {
    width: 153px;
    position: relative;
    font-size: 20px;
    line-height: 130%;
    font-weight: 500;
    text-align: right;
    display: inline-block;
    flex-shrink: 0;
  }
  .glesys-custom-table-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .row-content .row-column:last-child {
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  ul.et_pb_tabs_controls {
    display: flex;
    width: max-content;
    padding: 6px !important;
    align-items: center;
    border-radius: 8px;
    background: var(--Grey-50, #f2f2f2) !important;
  }

  .et_pb_tabs_controls li {
    display: flex !important;
    height: 44px !important;
    padding: 16px 30px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px !important;
    transition: all 0.25s ease;
    border: 0px !important;
  }

  .et_pb_tab_active {
    background: var(--White, #fff) !important;
  }
  .et_pb_tab_active a {
    color: var(--Indigo-900, #0d111f) !important;
  }
}

.et_pb_tab {
  padding: 0px !important;
}
.frame-container p {
  display: none;
}
.et_pb_tabs {
  border: 0px !important;
  background-color: transparent;
}

.et_pb_tabs_controls li a {
  padding: 0px !important;

  color: var(--Grey-700, #4d4d4d) !important;
  leading-trim: both;
  text-edge: cap;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}

.table-inside {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.tablet-mobile {
  padding-top: 48px;
}

.tablet-mobile .heading-parent {
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .et_pb_tabs_controls li.et_pb_tab_active {
    border-bottom: 1px solid var(--Grey-900, #191919);
  }
  .et_pb_tabs_controls li.et_pb_tab_active a {
    color: var(--Indigo-900, #0d111f) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
  }
  .et_pb_tabs_controls li {
    display: flex !important;
    height: 44px !important;
    justify-content: center;
    align-items: center;
    border-radius: 0px !important;
    border-bottom: 1px solid transparent;
  }

  ul.et_pb_tabs_controls {
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 8px;
    gap: 16px;
  }
  ul.et_pb_tabs_controls {
    background-color: transparent !important;
  }

  .et_pb_tabs_controls {
    display: flex;
    overflow-x: auto; /* enables horizontal scrolling */
    white-space: nowrap; /* prevents items from wrapping */
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
    scrollbar-width: thin; /* for Firefox */
  }

  .et_pb_tabs_controls li {
    flex: 0 0 auto; /* keeps list items from shrinking or growing */
  }
  .et_pb_tabs_controls::-webkit-scrollbar {
    display: none;
  }
}
