.vintel-seo-disclosure,
.vintel-seo-disclosure *,
.vintel-seo-disclosure *::before,
.vintel-seo-disclosure *::after {
  box-sizing: border-box;
}

.vintel-seo-disclosure {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 28px 0 32px;
  padding-top: 22px;
  border-top: 1px solid #e3e8ef;
  overflow-wrap: anywhere;
}

.vintel-seo-disclosure__snippet {
  width: 100%;
  max-width: 100%;
  color: #3c4650;
  font-size: 15px;
  line-height: 1.65;
}

.vintel-seo-disclosure__snippet > :first-child {
  margin-top: 0;
}

.vintel-seo-disclosure__snippet > :last-child {
  margin-bottom: 0;
}

.vintel-seo-disclosure__details {
  width: 100%;
  max-width: 100%;
}

.vintel-seo-disclosure__summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  min-height: 44px;
  margin: 10px auto 0;
  padding: 8px 10px;
  border-radius: 8px;
  color: #63747c;
  cursor: pointer;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
  user-select: none;
}

.vintel-seo-disclosure__summary::-webkit-details-marker {
  display: none;
}

.vintel-seo-disclosure__summary::marker {
  content: "";
}

.vintel-seo-disclosure__summary:hover {
  background: #f4f8f9;
  color: #0c5c79;
}

.vintel-seo-disclosure__summary:focus-visible {
  outline: 2px solid #0c5c79;
  outline-offset: 2px;
}

.vintel-seo-disclosure__collapse {
  display: none;
}

.vintel-seo-disclosure__chevron {
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.vintel-seo-disclosure__details[open] .vintel-seo-disclosure__expand {
  display: none;
}

.vintel-seo-disclosure__details[open] .vintel-seo-disclosure__collapse {
  display: inline;
}

.vintel-seo-disclosure__details[open] .vintel-seo-disclosure__chevron {
  margin-top: 4px;
  transform: rotate(225deg);
}

.vintel-seo-disclosure__content {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-top: 18px;
  overflow: hidden;
}

.vintel-seo-disclosure__content img,
.vintel-seo-disclosure__content iframe,
.vintel-seo-disclosure__content video,
.vintel-seo-disclosure__content table {
  max-width: 100%;
}

.vintel-seo-disclosure__content > :first-child {
  margin-top: 0;
}

.vintel-seo-disclosure__content > :last-child,
.vintel-seo-disclosure__content > .vintel-product-seo:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .vintel-seo-disclosure {
    margin: 22px 0 26px;
    padding-top: 18px;
  }

  .vintel-seo-disclosure__snippet {
    font-size: 14px;
    line-height: 1.6;
  }

  .vintel-seo-disclosure__summary {
    width: 100%;
    margin-top: 8px;
  }

  .vintel-seo-disclosure__content {
    margin-top: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vintel-seo-disclosure__chevron {
    transition: none;
  }
}
