html,
body {
  overflow-x: hidden;
}

.ast-container,
.site-content .ast-container,
.entry-content,
.page .entry-content,
.single .entry-content,
.entry-content > .wp-block-shortcode {
  max-width: 100% !important;
}

.page .entry-content,
.single .entry-content,
.ast-container,
.site-content .ast-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.entry-content > .wp-block-uagb-container,
.entry-content .wp-block-uagb-container:has(.vm-lista-section),
.uagb-container-inner-blocks-wrap:has(.vm-lista-section),
.wp-block-uagb-container:has(.vm-lista-section) {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wp-block-uagb-container,
.uagb-container-inner-blocks-wrap {
  max-width: 100%;
}

.vm-lista-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #f5f5f5;
  padding: 56px 0 72px;
  box-sizing: border-box;
  overflow: hidden;
}

.vm-lista-shell {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.vm-lista-copy {
  max-width: 1120px;
  margin: 0 auto 26px;
}

.vm-lista-title {
  margin: 0 0 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0;
  color: #49a650 !important;
}

.vm-lista-title span {
  display: block;
  margin: 0;
  padding: 0;
  color: #49a650 !important;
}

.vm-lista-title span:first-child {
  font-size: 2.5rem;
  line-height: 0.95;
  margin-bottom: 6px;
}

.vm-lista-title span:nth-child(2),
.vm-lista-title span:nth-child(3) {
  font-size: 4.6rem;
  line-height: 0.92;
}

.vm-lista-copy p {
  margin: 0;
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
  max-width: 1120px;
}

.vm-lista-copy strong {
  font-weight: 700;
  color: #111111;
}

.vm-lista-image-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.vm-lista-image {
  display: block;
  width: 100%;
  max-width: 1220px;
  height: auto;
}

.vm-lista-dropdowns {
  width: 100%;
  max-width: 1220px;
  margin: -18px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.vm-lista-dropdown {
  width: 100%;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.vm-lista-dropdown summary {
  list-style: none;
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  justify-content: space-between;
  min-height: 60px;
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  outline: none;
  user-select: none;
}

.vm-lista-dropdown summary::-webkit-details-marker {
  display: none;
}

.vm-lista-dropdown summary:focus,
.vm-lista-dropdown summary:focus-visible {
  outline: none;
  box-shadow: none;
}

.vm-lista-dropdown-label {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 18px;
  color: #5f6b73;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.vm-lista-dropdown-icon {
  width: 58px;
  min-width: 58px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.vm-lista-dropdown[open] .vm-lista-dropdown-icon {
  transform: rotate(180deg);
}

.vm-lista-dropdown--entregar .vm-lista-dropdown-icon {
  background: #58b35c;
}

.vm-lista-dropdown--nao-entregar .vm-lista-dropdown-icon {
  background: #e37146;
}

.vm-lista-dropdown-body {
  border-top: 1px solid #d6d6d6;
  background: #ffffff;
}

.vm-lista-dropdown-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vm-lista-dropdown-body li {
  margin: 0;
  padding: 11px 18px;
  border-top: 1px solid #dddddd;
  background: #ffffff;
  color: #6a7780;
  font-family: "Poppins", sans-serif;
  font-size: 0.94rem;
  line-height: 1.32;
  text-align: center;
}

.vm-lista-dropdown-body li:first-child {
  border-top: none;
}

.vm-lista-dropdown-body small {
  font-size: 0.9em;
  color: #7b8790;
}

@media (max-width: 1200px) {
  .vm-lista-shell {
    padding: 0 20px;
  }

  .vm-lista-title span:first-child {
    font-size: 2.1rem;
  }

  .vm-lista-title span:nth-child(2),
  .vm-lista-title span:nth-child(3) {
    font-size: 3.7rem;
  }

  .vm-lista-copy p {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .vm-lista-dropdowns {
    gap: 34px;
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .vm-lista-section {
    padding: 44px 0 54px;
  }

  .vm-lista-title span:first-child {
    font-size: 1.8rem;
  }

  .vm-lista-title span:nth-child(2),
  .vm-lista-title span:nth-child(3) {
    font-size: 3rem;
    line-height: 0.98;
  }

  .vm-lista-copy {
    margin-bottom: 24px;
  }

  .vm-lista-dropdowns {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .vm-lista-title span:first-child {
    font-size: 1.45rem;
  }

  .vm-lista-title span:nth-child(2),
  .vm-lista-title span:nth-child(3) {
    font-size: 2.25rem;
    line-height: 1;
  }

  .vm-lista-copy p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .vm-lista-dropdown-label {
    font-size: 0.94rem;
    padding: 0 12px;
    white-space: normal;
  }

  .vm-lista-dropdown-icon {
    width: 54px;
    min-width: 54px;
    height: 56px;
    font-size: 1.8rem;
  }

  .vm-lista-dropdown summary {
    min-height: 56px;
  }

  .vm-lista-dropdown-body li {
    padding: 10px 12px;
    font-size: 0.9rem;
  }
}