.ducom-offer-sync {
  margin: 2rem 0;
}

.ducom-offer-sync .dte-heading__main,
.ducom-legal-texts .dte-heading__main {
  margin: 0 0 1rem;
}

.ducom-offer-sync .dte-offer__image,
.ducom-offer-sync .dte-offer__image img {
  display: block;
  width: 100%;
}

.ducom-offer-sync .dte-offer__image img {
  height: auto;
  border-radius: 24px;
}

.ducom-offer-sync .dte-offer__description {
  margin-top: 0.75rem;
  color: #3c3c43;
}

.ducom-offer-sync .dte-offer__description span {
  display: inline-block;
}

.ducom-offer-sync .dte-offer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 1rem;
}

.ducom-offer-sync .ODSLink {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.ducom-offer-sync .ODSLink-LinkContainer {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.ducom-offer-sync .ODSLink--variant-primary {
  font-weight: 600;
}

.ducom-offer-sync .ODSLink--variant-secondary {
  border-bottom: 1px solid currentColor;
}

.ducom-offer-sync .ducom-offer__details,
.ducom-legal-texts .ducom-offer__details {
  margin-top: 0.9rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 0.9rem;
}

.ducom-offer-sync .ducom-offer__details summary,
.ducom-legal-texts .ducom-offer__details summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.ducom-offer-sync .ducom-offer__details summary::-webkit-details-marker,
.ducom-legal-texts .ducom-offer__details summary::-webkit-details-marker {
  display: none;
}

.ducom-offer-sync .ducom-offer__details summary::after,
.ducom-legal-texts .ducom-offer__details summary::after {
  content: "+";
  margin-left: 0.5rem;
  font-weight: 700;
}

.ducom-offer-sync .ducom-offer__details[open] summary::after,
.ducom-legal-texts .ducom-offer__details[open] summary::after {
  content: "–";
}

.ducom-offer-sync .ducom-offer__details-content,
.ducom-legal-texts .ducom-offer__details-content {
  margin-top: 0.7rem;
  line-height: 1.55;
  color: #4b4b55;
}

.ducom-offer-sync [data-bedrock-grid="true"] {
  display: grid;
  grid-template-columns: repeat(3, minmax(224px, 1fr));
  gap: var(--gutter, 24px);
  margin-top: 2rem;
}

.ducom-offer-sync .dte-offer {
  margin-bottom: 1.5rem;
}

.ducom-offer-sync [data-bedrock-grid="true"] .dte-offer {
  justify-self: center;
}

.ducom-offer-sync .ODSIcon {
  display: block;
}

.ducom-offer-sync .dte-offer__description span:empty {
  display: none;
}

.ducom-legal-texts-wrapper {
  margin: 2rem 0;
}

.ducom-legal-texts {
  border-top: 1px solid #d7d7dd;
  border-bottom: 1px solid #d7d7dd;
}

.ducom-legal-texts .ODSAccordion-HeaderIcon {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #1a1a1a;
  cursor: pointer;
  text-align: left;
}

.ducom-legal-texts .ODSAccordion-Header {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.ducom-legal-texts .ODSAccordion-ExpandAndCollapseIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ducom-legal-texts .ODSAccordion-CollapseIcon {
  transition: transform 0.2s ease;
}

.ducom-legal-texts.is-open .ODSAccordion-CollapseIcon,
.ducom-legal-texts .ODSAccordion-HeaderIcon[aria-expanded="true"] .ODSAccordion-CollapseIcon {
  transform: rotate(180deg);
}

.ducom-legal-texts .ODSAccordion-ContentFrame {
  padding: 0 0 1rem;
}

.ducom-legal-texts__content {
  display: grid;
  gap: 1rem;
}

.ducom-legal-texts__block {
  padding-top: 0.25rem;
}

.ducom-legal-texts__block + .ducom-legal-texts__block {
  border-top: 1px solid #ececf1;
  padding-top: 1rem;
}

.ducom-legal-texts__offer-title {
  font-weight: 700;
  margin: 0 0 0.5rem;
  line-height: 1.5;
}

.ducom-legal-texts__entry {
  margin: 0.5rem 0 0;
  line-height: 1.6;
  color: #3c3c43;
}

.ducom-legal-texts__entry:first-child {
  margin-top: 0;
}

.ducom-legal-texts__entry-label {
  display: inline;
  font-weight: 700;
}

.ducom-legal-texts__entry-text {
  display: inline;
}

.ducom-offers-empty {
  padding: 1rem;
  background: #f6f7f7;
  border: 1px solid #dcdcde;
  border-radius: 12px;
}

@media (max-width: 900px) {
  .ducom-offer-sync [data-bedrock-grid="true"] {
    grid-template-columns: repeat(2, minmax(224px, 1fr));
  }
}

@media (max-width: 640px) {
  .ducom-offer-sync [data-bedrock-grid="true"] {
    grid-template-columns: 1fr;
  }

  .ducom-legal-texts .ODSAccordion-HeaderIcon {
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .ducom-offer-sync .dte-offer--large > .dte-offer__image {
    max-width: 1126px;
    width: 100%;
    margin: 0 auto;
  }

  .ducom-offer-sync [data-bedrock-grid="true"] .dte-offer {
    width: 382px;
    max-width: 100%;
  }

  .ducom-offer-sync [data-bedrock-grid="true"] .dte-offer__image {
    width: 382px;
    height: 382px;
    max-width: 100%;
    overflow: hidden;
  }

  .ducom-offer-sync [data-bedrock-grid="true"] .dte-offer__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
