/* Data Overview Section */
.data-overview .container > h3,
.data-overview .container > .content > h3 {
  font-family: var(--h3-family);
  font-weight: var(--h3-weight);
  font-size: var(--h3-size-mobile);
  line-height: var(--h3-line-height-mobile);
  color: var(--h3-color);
  text-align: center;
  margin-bottom: 40px;
}

/* Tabs List */
.data-overview .tabs-list h5 {
  color: var(--blue-gray);
  font-size: 12px;
  font-family: var(--bodysmall-family);
  font-weight: var(--bodysmall-weight);
}

.data-overview .tabs-list .ct-dropdown .title {
  font-family: var(--h4-family);
  font-size: 22px;
  font-weight: var(--h4-weight);
  line-height: 1.33;
  margin: 6px 0 8px;
  color: var(--h4-color);
}

.data-overview .tabs-list .ct-dropdown .items {
  font-weight: var(--body-weight);
  top: 46px;
}

/* Tab Content */
.data-overview .tab-content {
  display: none;
}

.data-overview .tab-content.visible {
  display: block;
}

.data-overview .tab-content h5 {
  font-family: var(--body-family);
  font-size: 18px;
  font-weight: var(--body-weight);
  margin: 24px 0 8px;
  color: var(--body-color);
}

.data-overview .tab-content .notes h5 {
  font-family: var(--bodysmall-family);
  font-size: var(--bodysmall-size-desktop);
  font-weight: 300;
  margin: 24px 0 8px;
  color: var(--blue-gray);
}

.data-overview .tab-content h6 {
  font-family: var(--body-family);
  font-size: 14px;
  font-weight: 200;
  color: var(--body-color);
}

.data-overview .tab-content .item:not(:last-child) {
  border-bottom: 1px solid #dedede;
}

.data-overview .tab-content .desc {
  color: var(--blue-gray);
  font-family: var(--body-family);
}

.data-overview .tab-content .info {
  margin-top: 24px;
}

.data-overview .tab-content .pairs {
  color: var(--near-black);
  display: flex;
  flex-wrap: wrap;
  margin: 8px -12px 16px;
  font-family: var(--body-family);
}

.data-overview .tab-content .pairs > div {
  white-space: nowrap;
  margin: 8px 12px;
  flex: 0 1 120px;
}

.data-overview .tab-content .pairs > div strong {
  color: var(--blue);
  font-weight: var(--body-weight);
}

.data-overview .tab-content .cta .ct-btn:not(:first-child) {
  margin-top: 24px;
}

.data-overview .container .note {
  font-family: var(--body-family);
  font-size: 14px;
  line-height: 1.7;
  margin-top: 24px;
  color: var(--body-color);
}

/* Expandable Container */
.data-overview .container.expandable > .extra {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s linear, padding-top 0.15s linear 0.1s;
}

.data-overview .container.expandable > .extra > .ct-panel {
  padding-top: 0;
  transition: padding-top 0.15s linear 0.1s;
}

.data-overview .container.expandable > .cta.more .collapse {
  display: none;
}

.data-overview .container.expandable > .extra.expanded {
  max-height: 5000px;
  overflow: visible;
  opacity: 1;
  transition: all 0.2s linear;
}

.data-overview .container.expandable > .extra.expanded > .ct-panel {
  padding-top: 24px;
  transition: padding-top 0.2s linear;
}

.data-overview .container.expandable > .extra.expanded ~ .cta.more .expand {
  display: none;
}

.data-overview .container.expandable > .extra.expanded ~ .cta.more .collapse {
  display: inline;
}

/* Fees Section */
.data-overview #fees .ct-panel {
  margin-bottom: 16px;
}

.data-overview #fees .container > .note {
  margin: 24px 0 40px;
}

.data-overview #fees .cta {
  text-align: center;
}

/* Samples Section */
.data-overview #samples .cta {
  text-align: center;
}

.data-overview #samples .ct-panel {
  margin-bottom: 16px;
}

/* Mobile Styles - Max Width 768px */
@media screen and (max-width: 768px) {
  .data-overview .hero h2 {
    margin-bottom: 0;
  }
  
  .data-overview .hero .ct-qlinks {
    display: none;
  }
  
  .data-overview .cta .ct-btn {
    display: flex;
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
}

/* Mobile Styles - Max Width 480px */
@media screen and (max-width: 480px) {
  .data-overview .container > h3,
  .data-overview .container > .content > h3 {
    font-size: var(--h3-size-mobile);
  }
  
  .data-overview .tab-content .pairs > div {
    flex: 0 100%;
    white-space: normal;
  }
}

/* Tablet Styles - Max Width 992px */
@media screen and (max-width: 992px) {
  .data-overview .tab-content h4 {
    display: none;
  }
}

/* Desktop Styles - Min Width 769px */
@media screen and (min-width: 769px) {
  .data-overview .tab-content .cta {
    display: flex;
    justify-content: center;
	align-items: center;
	margin-top: 40px;
  }
  
  .data-overview .tab-content .cta .ct-btn:not(:first-child) {
    margin: 0 0 0 20px;
  }
  
}

/* Desktop Styles - Min Width 993px */
@media screen and (min-width: 993px) {
  .data-overview .container > h3,
  .data-overview .container > .content > h3 {
    font-size: var(--h3-size-desktop);
  }
  
  .data-overview .tabs {
    padding: 32px 0;
    flex-direction: row;
  }
  
  .data-overview .tabs-list {
    display: flex;
    flex-direction: column;
  }
  
  .data-overview .tabs-list h5 {
    padding-left: 32px;
    margin-bottom: 8px;
  }
  
  .data-overview .tabs-list .ct-dropdown {
    flex: 1 1 auto;
  }
  
  .data-overview .tabs-list .ct-dropdown .title {
    display: none;
  }
  
  .data-overview .tabs-list .ct-dropdown .items {
    padding: 0;
    position: static;
    top: 0;
    border-radius: 0;
    box-shadow: none;
    border-right: 1px solid #dedede;
    opacity: 1;
    z-index: 0;
  }
  
  .data-overview .tabs-list .ct-dropdown .items::before {
    display: none;
  }
  
  .data-overview .tabs-list .ct-dropdown .items li {
    line-height: 2;
    padding: 4px 32px 4px 30px;
    border-left: 2px solid transparent;
  }
  
  .data-overview .tabs-list .ct-dropdown .items li.selected {
    border-left-color: var(--blue);
  }
  
  .data-overview .tabs-content {
    flex: 1 1 auto;
  }
  
  .data-overview .tab-content {
    padding: 0 32px 0 54px;
  }
  
  .data-overview .tab-content h4 {
    font-family: var(--h4-family);
    font-size: var(--h4-size-desktop);
    font-weight: var(--h4-weight);
    color: var(--h4-color);
    margin: 20px 0 8px;
  }
  
  .data-overview .tab-content .items {
    padding-right: 22px;
  }
  
  .data-overview .tab-content .desc {
    font-size: 14px;
  }
  
  .data-overview .tabs-content .tab-content > .cta {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 108px;
    padding-right: 32px;
  }
  
  .data-overview .tabs-content .cta .ct-btn,
  .data-overview .tabs-content .cta .ct-btn + .ct-btn {
    margin: 0 0 0 24px;
  }
  
}

/* Large Desktop Styles - Min Width 1281px */
@media screen and (min-width: 1281px) {
  .data-overview .container.expandable > .extra.expanded > .ct-panel {
    padding-top: 32px;
  }
  
}