/* ////////////////////////////////// */
/* this is for the spec section  */
/* ////////////////////////////////// */
.tfd_affi_spec_section .tfd_section_header {
  background: var(--light_blue);
  color: var(--white);
  border-radius: 5px;
  padding: 8px 10px 8px 20px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.tfd_affi_spec_section .tfd_section_body .tfd_section_body_content {
  border: 1px solid var(--story_highlight);
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.tfd_affi_spec_section
  .tfd_section_body
  .tfd_section_body_content
  .tfd_section_body_row {
  border-bottom: 1px solid var(--white_bark_a);
  padding: 10px 0 20px;
}
.tfd_affi_spec_section
  .tfd_section_body
  .tfd_section_body_content
  .tfd_section_body_row
  .tfd_section_row {
  display: grid;
  grid-template-columns: minmax(100px, 200px) minmax(60%, 1fr);
}
.tfd_affi_spec_section
  .tfd_section_body
  .tfd_section_body_content
  .tfd_section_body_row
  .tfd_section_row
  .tfd_section_col {
  align-items: start;
  text-align: left;
  line-height: 1.3;
}
.tfd_affi_spec_section
  .tfd_section_body
  .tfd_section_body_content
  .tfd_section_body_row
  .tfd_section_row
  .tfd_section_col:not(:last-child) {
  border-right: 1px solid var(--white_bark_a);
}
.tfd_affi_spec_section
  .tfd_section_body
  .tfd_section_body_content
  .tfd_section_body_row
  .tfd_section_row
  .tfd_section_col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 10px;
}
.tfd_affi_icon {
  padding-right: 8px;
}

._accordian_icon__Ry6Mz {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 34px;
  height: 14px;
  position: relative;
}
.tfd_affi_spec_section
  .tfd_section__item
  .tfd_section_header:not(.active)
  .icon_aff:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tfd_affi_spec_section
  .tfd_section__item
  .tfd_section_header.active
  .icon_aff:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

._accordian_icon__Ry6Mz:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background-color: var(--white);
  pointer-events: all;
  transition: all 0.3s ease-in-out;
}

._accordian_icon__Ry6Mz:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
}
.tfd_affi_spec_section .tfd_section_body.hide {
  display: none;
}
.tfd_best_buying_guid_container {
  display: flex;
  border-radius: 5px;
  padding-left: 20px;
  flex-direction: column;
  border: 1px solid var(--story_highlight);
  box-shadow: var(--box_shadow);
  padding: 5px;
  background: hsl(60, 100%, calc(94% + 0 * 2%));
}
