:root {
  --dl-ink: #10152b;
  --dl-muted: #5f6471;
  --dl-green: #20aa83;
  --dl-blue: #3855ee;
  --dl-line: #e4e7ef;
  --dl-result-green: #4d9a72;
  --dl-result-green-hover: #3f865f;
  --dl-result-blue: #3357f0;
  --dl-result-blue-hover: #2848d6;
  --dl-result-warning: #eda329;
  --dl-result-ink: #171a22;
  --dl-result-muted: #596174;
  --dl-result-icon: #788197;
  --dl-result-line: #e3e7ee;
  --dl-result-soft: #f8f9fb
}

a,
button,
.btn,
[role="button"],
[onclick] {
  cursor: pointer !important
}

button:disabled,
button[aria-disabled="true"],
.btn.disabled,
.btn[aria-disabled="true"] {
  cursor: not-allowed !important
}

.download-entry-card {
  max-width: 980px;
  margin: 34px auto 0;
  padding: 30px 30px 0;
  overflow: hidden;
  border: 1px solid rgba(228, 231, 239, .9);
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 38px rgba(50, 64, 118, .12)
}

.download-entry-card form .inner-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 184px;
  gap: 14px;
  min-height: 76px;
  padding: 0;
  background: transparent
}

.download-entry-card form .inner-form .input-field.second-wrap,
.download-entry-card form .inner-form .input-field.third-wrap {
  width: auto;
  min-width: 0;
  border: 0
}

.download-entry-card form .inner-form .input-field.second-wrap {
  position: relative
}

.download-entry-card form .inner-form .input-field input {
  height: 76px;
  padding: 0 22px 0 66px;
  border: 1px solid #dfe3ea;
  border-radius: 13px;
  color: var(--dl-ink);
  font-size: 19px;
  box-shadow: inset 0 1px 2px rgba(16, 21, 43, .03)
}

.download-entry-card form .inner-form .input-field input:focus {
  border-color: var(--dl-green);
  box-shadow: 0 0 0 4px rgba(32, 170, 131, .12)
}

.download-entry-card__link {
  position: absolute;
  top: 50%;
  left: 23px;
  z-index: 2;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  color: #90949d
}

.download-entry-card__link svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.4
}

.download-entry-card form .inner-form .input-field.third-wrap .btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 100%;
  height: 76px;
  border-radius: 13px;
  background: var(--dl-green);
  font-size: 24px;
  font-weight: 600;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease
}

.download-entry-card form .inner-form .input-field.third-wrap .btn-search:hover {
  background: #179a74;
  box-shadow: 0 10px 20px rgba(32, 170, 131, .22);
  transform: translateY(-1px)
}

.download-entry-card form .inner-form .input-field.third-wrap .btn-search:active {
  transform: translateY(1px)
}

.download-entry-card form .inner-form .input-field.third-wrap .btn-search svg {
  width: 27px;
  height: 27px;
  color: #fff
}

.download-entry-card__promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  align-items: center;
  gap: 34px;
  margin: 28px -30px 0;
  padding: 22px 30px;
  border-top: 1px solid #edf0f5;
  background: #fbfcfe;
  color: #20242c
}

.download-entry-card__message {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  text-align: left
}

.download-entry-card__info {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  margin-right: 14px;
  border: 2px solid var(--dl-green);
  border-radius: 50%;
  color: var(--dl-green);
  font-size: 17px;
  font-weight: 700
}

.download-entry-card__promo-action {
  text-align: center
}

.download-entry-card__promo-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 100%;
  min-height: 56px;
  padding: 12px 22px;
  border: 1px solid #deb53d;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8dc76 0%, #f2cc4d 100%);
  box-shadow: 0 4px 10px rgba(186, 139, 20, .18);
  color: #17191e !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease
}

.download-entry-card__promo-button:hover {
  background: linear-gradient(180deg, #f9e38d 0%, #f3d15f 100%);
  box-shadow: 0 7px 15px rgba(186, 139, 20, .24);
  transform: translateY(-1px)
}

.download-entry-card__promo-button:active {
  transform: translateY(1px)
}

.download-entry-card__promo-button:focus-visible {
  outline: 3px solid rgba(49, 87, 243, .28);
  outline-offset: 3px
}

.download-entry-card__promo-button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2
}

.download-entry-card__promo-action p {
  margin: 9px 0 0;
  color: #626773;
  font-size: 14px;
  line-height: 1.35
}

.processing-card {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: 1 !important;
  width: min(980px, calc(100% - 30px)) !important;
  margin: 26px auto !important;
  padding: 28px 34px 0 !important;
  transform: none !important;
  border: 1px solid var(--dl-line);
  border-radius: 18px !important;
  background: #fff;
  box-shadow: 0 14px 34px rgba(50, 64, 118, .12) !important;
  text-align: center
}

.processing-card h2 {
  margin: 0;
  color: var(--dl-ink);
  font-size: 25px;
  line-height: 1.25
}

.processing-card__description {
  margin: 7px 0 17px;
  color: var(--dl-muted);
  font-size: 16px
}

.processing-card__spinner {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 25px;
  border: 4px solid #e4f1ef;
  border-top-color: #58aaa1;
  border-radius: 50%;
  animation: download-spin 900ms linear infinite
}

@keyframes download-spin {
  to {
    transform: rotate(360deg)
  }
}

.processing-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0 20px 23px;
  list-style: none
}

.processing-steps li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #7a7e88;
  font-size: 15px
}

.processing-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  left: calc(50% + 26px);
  width: calc(100% - 52px);
  height: 1px;
  background: #d9dde4
}

.processing-steps li span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #cdd2da;
  border-radius: 50%;
  background: #fff;
  color: #676b73;
  font-size: 17px
}

.processing-steps .is-complete span {
  border-color: #abd9d2;
  background: #eff9f7;
  color: #4a958b
}

.processing-steps .is-active {
  color: #343740
}

.processing-steps .is-active span {
  border-color: #6ab5ad;
  background: #6ab5ad;
  color: #fff
}

.processing-steps li b {
  font-weight: inherit
}

.processing-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 -34px;
  padding: 18px 34px;
  border-top: 1px solid #e7e9ee;
  text-align: left
}

.processing-card__footer p {
  margin: 0;
  color: #555a65;
  font-size: 15px
}

.processing-card__tip {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-right: 9px;
  border-radius: 50%;
  background: #e9f7f5;
  color: #54aaa1
}

.processing-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 190px;
  padding: 13px 20px;
  border-radius: 9px;
  background: var(--dl-blue);
  color: #fff !important;
  font-weight: 600
}

.quota-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 499;
  background: rgba(23, 29, 53, .45);
  backdrop-filter: blur(2px)
}

.quota-overlay.show {
  display: block
}

#3dailydownloadnew.quota-modal {
  width: min(880px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 30px 46px 34px;
  overflow-y: auto;
  border: 1px solid rgba(221, 225, 237, .9);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(24, 30, 59, .28);
  color: var(--dl-ink)
}

.quota-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #16191f;
  font-size: 36px;
  font-weight: 300;
  line-height: 1
}

.quota-modal__close:focus-visible,
.quota-action:focus-visible,
.processing-card__button:focus-visible {
  outline: 3px solid rgba(56, 85, 238, .3);
  outline-offset: 3px
}

.quota-modal__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin: 0 auto 17px;
  border-radius: 50%;
  background: #f0efff
}

.quota-modal__icon svg {
  width: 42px;
  fill: #8b8ce8;
  stroke: #fff;
  stroke-width: 1.8
}

.quota-modal__icon span {
  position: absolute;
  right: 4px;
  bottom: 5px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #e7b342;
  color: #fff;
  font-weight: 800
}

.quota-modal__intro {
  text-align: center
}

.quota-modal__intro h2 {
  margin: 0 0 9px;
  font-size: clamp(24px, 3vw, 31px);
  letter-spacing: -.025em
}

.quota-modal__intro p {
  margin: 0;
  color: #555a67;
  font-size: 16px;
  line-height: 1.55
}

.quota-comparison {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 22px 0 24px;
  border: 1px solid #e0e4ef;
  border-radius: 10px
}

.quota-plan {
  padding: 20px 31px 22px;
  text-align: left
}

.quota-plan+.quota-plan {
  border-left: 1px solid #e2e5ed
}

.quota-plan h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
  font-size: 17px
}

.quota-plan--free h3 {
  color: #398f94
}

.quota-plan--desktop h3 {
  color: var(--dl-blue)
}

.quota-plan__symbol {
  font-size: 25px
}

#3dailydownloadnew .quota-plan ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none
}

#3dailydownloadnew .quota-plan li {
  position: relative;
  margin: 11px 0 0;
  padding-left: 27px;
  color: #505561;
  font-size: 15px;
  list-style: none
}

#3dailydownloadnew .quota-plan li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #58a3aa;
  color: #fff;
  font-size: 11px;
  font-weight: 800
}

#3dailydownloadnew .quota-plan--desktop li::before {
  background: var(--dl-blue)
}

.quota-comparison__vs {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f2f3f7;
  color: #727683;
  font-size: 13px;
  transform: translate(-50%, -50%)
}

.quota-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 650px;
  margin: 0 auto
}

.quota-action {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 650;
  text-decoration: none
}

.quota-action--secondary {
  border: 1px solid #777d88;
  background: #fff;
  color: #1a1e27
}

.quota-action--primary {
  border: 1px solid var(--dl-blue);
  background: var(--dl-blue);
  color: #fff !important
}

@media(max-width:720px) {
  .download-entry-card {
    margin-top: 24px;
    padding: 16px 16px 0;
    border-radius: 17px
  }

  .download-entry-card form .inner-form {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .download-entry-card form .inner-form .input-field input,
  .download-entry-card form .inner-form .input-field.third-wrap .btn-search {
    height: 60px
  }

  .download-entry-card__promo {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 18px -16px 0;
    padding: 20px 18px
  }

  .download-entry-card__message {
    font-size: 16px
  }

  .download-entry-card__info {
    width: 27px;
    height: 27px;
    margin-right: 11px;
    font-size: 14px
  }

  .download-entry-card__promo-button {
    min-height: 52px;
    font-size: 18px
  }

  .processing-card {
    padding: 24px 18px 0 !important
  }

  .processing-steps {
    padding-inline: 0
  }

  .processing-steps li {
    font-size: 12px
  }

  .processing-steps li:not(:last-child)::after {
    left: calc(50% + 20px);
    width: calc(100% - 40px)
  }

  .processing-card__footer {
    align-items: stretch;
    flex-direction: column;
    margin-inline: -18px;
    padding-inline: 18px
  }

  .processing-card__button {
    width: 100%
  }

  #3dailydownloadnew.quota-modal {
    padding: 26px 18px 24px
  }

  .quota-comparison {
    grid-template-columns: 1fr
  }

  .quota-plan+.quota-plan {
    border-top: 1px solid #e2e5ed;
    border-left: 0
  }

  .quota-comparison__vs {
    display: none
  }

  .quota-modal__actions {
    grid-template-columns: 1fr;
    gap: 10px
  }
}

@media(prefers-reduced-motion:reduce) {
  .processing-card__spinner {
    animation-duration: 1.8s
  }

  .download-entry-card form .inner-form .input-field.third-wrap .btn-search {
    transition: none
  }
}

/* 30-minute duration modal */
[id="25minlimit"].quota-modal {
  width: min(680px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(31, 41, 55, .16);
  color: #1f2937
}

[id="25minlimit"] .quota-modal__body {
  padding: 34px 38px 0
}

[id="25minlimit"] .quota-modal__close {
  top: 16px;
  right: 18px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #1f2937;
  font-size: 32px;
  line-height: 1;
  transition: background-color 160ms ease, color 160ms ease
}

[id="25minlimit"] .quota-modal__close:hover {
  background: #f3f5f7;
  color: #111827;
  transform: none
}

[id="25minlimit"] .quota-modal__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  object-fit: contain;
  background: transparent;
  box-shadow: none
}

[id="25minlimit"] .quota-modal__intro {
  max-width: 570px;
  margin: 0 auto;
  text-align: center
}

[id="25minlimit"] .quota-modal__intro h2 {
  margin: 0 0 14px;
  color: #1f2937;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.025em
}

[id="25minlimit"] .quota-modal__intro p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55
}

[id="25minlimit"] .quota-comparison {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 28px 0 18px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
  overflow: visible
}

[id="25minlimit"] .quota-plan {
  padding: 26px 30px 24px;
  background: #fff;
  text-align: center
}

[id="25minlimit"] .quota-plan+.quota-plan {
  border-left: 1px solid #e5e7eb
}

[id="25minlimit"] .quota-plan h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25
}

[id="25minlimit"] .quota-plan h3 img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 0
}

[id="25minlimit"] .quota-plan--free h3 {
  color: #14b8a6
}

[id="25minlimit"] .quota-plan--desktop h3 {
  color: #2563eb
}

[id="25minlimit"] .quota-plan ul {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left
}

[id="25minlimit"] .quota-plan li {
  position: relative;
  margin: 12px 0 0;
  padding-left: 27px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.4;
  list-style: none
}

[id="25minlimit"] .quota-plan li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1
}

[id="25minlimit"] .quota-plan--free li::before {
  background: #14b8a6
}

[id="25minlimit"] .quota-plan--desktop li::before {
  background: #2563eb
}

[id="25minlimit"] .quota-comparison__vs {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  background: #f3f5f7;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0;
  box-shadow: 0 0 0 6px #fff;
  transform: translate(-50%, -50%)
}

[id="25minlimit"] .quota-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: none;
  margin: 0;
  padding: 24px 38px 32px;
  background: #fff
}

[id="25minlimit"] .quota-action {
  min-height: 48px;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2
}

[id="25minlimit"] .quota-action--secondary {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #1f2937 !important;
  box-shadow: none
}

[id="25minlimit"] .quota-action--secondary:hover {
  background: #f9fafb;
  border-color: #9ca3af
}

[id="25minlimit"] .quota-action--primary {
  border: 1px solid #2563eb;
  background: #2563eb;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(37, 99, 235, .2)
}

[id="25minlimit"] .quota-action--primary:hover {
  background: #1d4ed8;
  border-color: #1d4ed8
}

[id="25minlimit"] .quota-action--primary span {
  margin-right: 7px;
  font-size: 18px;
  line-height: 1
}

@media(max-width:720px) {
  [id="25minlimit"].quota-modal {
    width: min(420px, calc(100% - 20px));
    max-height: calc(100dvh - 20px);
    border-radius: 18px;
    overflow-y: auto
  }

  [id="25minlimit"] .quota-modal__body {
    padding: 26px 18px 0
  }

  [id="25minlimit"] .quota-modal__close {
    top: 10px;
    right: 10px
  }

  [id="25minlimit"] .quota-modal__icon {
    width: 62px;
    height: 62px;
    margin-bottom: 14px
  }

  [id="25minlimit"] .quota-modal__intro h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.2
  }

  [id="25minlimit"] .quota-modal__intro p {
    font-size: 13px;
    line-height: 1.5
  }

  [id="25minlimit"] .quota-comparison {
    grid-template-columns: 1fr;
    margin-top: 22px;
    margin-bottom: 14px;
    overflow: hidden
  }

  [id="25minlimit"] .quota-plan {
    padding: 20px 22px;
    text-align: left
  }

  [id="25minlimit"] .quota-plan+.quota-plan {
    border-top: 1px solid #e5e7eb;
    border-left: 0
  }

  [id="25minlimit"] .quota-plan h3 {
    justify-content: flex-start;
    margin-bottom: 12px;
    font-size: 15px
  }

  [id="25minlimit"] .quota-plan ul {
    width: 100%
  }

  [id="25minlimit"] .quota-plan li {
    margin-top: 10px;
    font-size: 13px
  }

  [id="25minlimit"] .quota-comparison__vs {
    display: none
  }

  [id="25minlimit"] .quota-modal__actions {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px
  }

  [id="25minlimit"] .quota-action {
    min-height: 48px;
    font-size: 14px
  }
}

.product-header {
  position: relative;
  z-index: 20;
  height: 80px;
  border-bottom: 1px solid #e5e7eb;
  background: #fff
}

.product-header__inner {
  display: flex;
  align-items: center;
  width: min(100% - 56px, 1580px);
  height: 100%;
  margin: 0 auto
}

.product-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111827 !important;
  text-decoration: none
}

.product-brand__logo {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover
}

.product-brand strong {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: #111827
}

.product-brand sup {
  font-size: 10px;
  color: #9ca3af;
  vertical-align: super;
  margin-left: 1px
}

.product-header__divider {
  width: 1px;
  height: 24px;
  margin: 0 22px;
  background: #e5e7eb
}

.product-header__product {
  color: #10b981 !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none
}

.product-header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto
}

.product-header__nav a,
.product-header__language {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #374151 !important;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer
}

.product-header__nav a svg,
.product-header__language svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2
}

.product-header__nav .product-header__upgrade {
  color: #2563eb !important
}

.product-header__nav .product-header__upgrade svg {
  stroke: #2563eb;
  stroke-width: 2.2
}

.product-header__language svg:last-child {
  width: 14px;
  height: 14px;
  stroke-width: 2.5
}

/* .redesigned-hero {
  min-height: auto;
  overflow: clip;
  background: radial-gradient(circle at 50% 18%, rgba(255, 255, 255, .96), rgba(246, 248, 255, .85) 45%, rgba(238, 241, 255, .92) 100%) !important;
  color: var(--dl-ink) !important
}

.redesigned-hero::before,
.redesigned-hero::after {
  content: "";
  position: absolute;
  pointer-events: none
}

.redesigned-hero::before {
  inset: 0;
  background: linear-gradient(132deg, transparent 0 73%, rgba(224, 229, 255, .45) 73% 74%, transparent 74% 100%)
}

.redesigned-hero::after {
  right: -140px;
  bottom: -230px;
  width: 550px;
  height: 550px;
  border: 40px solid rgba(224, 228, 255, .38);
  border-radius: 50%
} */

.redesigned-hero {
  background: transparent;
}

.redesigned-hero .start-hero {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1340px;
  padding: 72px 24px 62px
}

.start-hero h1 {
  margin: 0;
  color: #0d142e;
  font-size: 52px;
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-align: center
}

.start-hero__lead {
  margin: 24px auto 22px;
  color: #5c606b;
  font-size: 22px;
  line-height: 1.5;
  text-align: center
}

.start-hero__quota {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 12px 28px;
  border: 1px solid #dff0ea;
  border-radius: 999px;
  background: rgba(247, 255, 252, .94);
  box-shadow: 0 5px 12px rgba(34, 74, 106, .08);
  color: #121722;
  font-size: 16px
}

.start-hero__quota strong,
.start-hero__calendar {
  color: #1ca87d
}

.start-hero__calendar {
  font-size: 22px
}

.start-hero__quota i {
  color: #858b96;
  font-style: normal
}

.start-hero .download-entry-card {
  max-width: 1140px;
  margin: 0 auto;
  padding: 34px 36px 0;
  border-radius: 22px;
  box-shadow: 0 15px 34px rgba(53, 66, 120, .13)
}

.start-hero .download-entry-card form .inner-form {
  grid-template-columns: minmax(0, 1fr) 205px;
  min-height: 92px;
  gap: 16px
}

.start-hero .download-entry-card form .inner-form .input-field input,
.start-hero .download-entry-card form .inner-form .input-field.third-wrap .btn-search {
  height: 92px
}

.start-hero .download-entry-card form .inner-form .input-field.second-wrap {
  border: 1px solid #dfe3ea !important;
  border-radius: 13px
}

.start-hero .download-entry-card form .inner-form .input-field input {
  border: 0 !important;
  font-size: 19px
}

.start-hero .download-entry-card form .inner-form .input-field input:hover {
  border-color: #dfe3ea
}

.start-hero .download-entry-card form .inner-form .input-field input:focus {
  border-color: var(--dl-green)
}

.start-hero .download-entry-card form .inner-form .input-field.third-wrap .btn-search {
  font-size: 27px
}

.start-hero .download-entry-card__promo {
  margin: 28px -36px 0;
  padding: 22px 36px
}

.hero-shape {
  position: absolute;
  z-index: 1;
  pointer-events: none
}

.hero-shape--circle {
  top: 85px;
  left: 7%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(225, 228, 255, .58)
}

.hero-shape--slashes {
  top: 310px;
  left: -10px;
  width: 320px;
  height: 24px;
  border-radius: 18px;
  background: rgba(225, 228, 255, .55);
  box-shadow: 95px -95px 0 rgba(225, 228, 255, .45);
  transform: rotate(-45deg)
}

.hero-shape--dots {
  top: 78px;
  right: 5%;
  width: 110px;
  height: 90px;
  background-image: radial-gradient(circle, #fff 0 5px, transparent 6px);
  background-size: 28px 28px
}

.unsupported-modal {
  width: min(880px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 34px 44px 38px;
  overflow-y: auto;
  border: 1px solid #e0e4ef;
  border-radius: 18px;
  background: #fff !important;
  box-shadow: 0 30px 80px rgba(24, 30, 59, .28);
  color: var(--dl-ink)
}

.unsupported-modal__header {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 28px;
  text-align: left
}

.unsupported-modal__header img {
  width: 150px;
  height: 150px;
  object-fit: contain
}

.unsupported-modal__header h2 {
  margin: 0 0 10px;
  font-size: 31px;
  line-height: 1.18;
  letter-spacing: -.025em
}

.unsupported-modal__header p {
  max-width: 590px;
  margin: 0;
  color: #5c6170;
  font-size: 18px;
  line-height: 1.55
}

.unsupported-comparison {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 26px 0 30px;
  border: 1px solid #dfe4f1;
  border-radius: 11px
}

.unsupported-comparison section {
  padding: 25px 36px 27px;
  text-align: left
}

.unsupported-comparison section+section {
  border-left: 1px solid #dfe4ee
}

.unsupported-comparison h3 {
  margin: 0 0 18px;
  color: #141a30;
  font-size: 19px
}

.unsupported-comparison section+section h3 {
  color: var(--dl-blue)
}

.unsupported-comparison ul {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none
}

.unsupported-comparison li {
  position: relative;
  margin: 16px 0 0 !important;
  padding-left: 34px;
  list-style: none !important;
  color: #4f5667;
  font-size: 16px
}

.unsupported-status {
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 1
}

.unsupported-status svg {
  width: 10px;
  height: 10px
}

.unsupported-status--negative {
  border: 2px solid #dc6670;
  background: #fff;
  color: #d54b58;
  font-size: 11px
}

.unsupported-status--positive {
  border: 2px solid #3c61ef;
  background: #3c61ef;
  color: #fff;
  font-size: 10px
}

.unsupported-comparison__vs {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid #dce2f2;
  border-radius: 50%;
  background: #fff;
  color: #3d58e9;
  font-weight: 700;
  transform: translate(-50%, -50%)
}

.unsupported-modal__actions {
  max-width: 650px
}

.unsupported-modal__actions .quota-action {
  min-height: 60px;
  color: var(--dl-blue)
}

@media(max-width:900px) {
  .product-header__nav {
    gap: 18px
  }

  .product-header__nav a:not(.product-header__upgrade) {
    display: none
  }
}

@media(max-width:720px) {
  .product-header {
    height: 64px
  }

  .product-header__divider,
  .product-header__product {
    display: none
  }

  .product-header__inner {
    width: calc(100% - 28px)
  }

  .product-brand {
    gap: 8px
  }

  .product-brand__logo {
    width: 34px;
    height: 34px
  }

  .product-brand strong {
    font-size: 15px
  }

  .product-header__nav {
    gap: 14px
  }

  .product-header__nav .product-header__upgrade {
    font-size: 0
  }

  .product-header__nav .product-header__upgrade svg {
    width: 20px;
    height: 20px
  }

  .product-header__language {
    font-size: 13px
  }

  .product-header__language svg:last-child {
    width: 12px;
    height: 12px
  }

  .redesigned-hero {
    min-height: auto
  }

  .redesigned-hero .start-hero {
    padding: 46px 16px 42px
  }

  .start-hero h1 {
    font-size: 36px
  }

  .start-hero__lead {
    font-size: 17px
  }

  .start-hero__lead br {
    display: none
  }

  .start-hero__quota {
    flex-wrap: wrap;
    gap: 7px 12px;
    width: 100%;
    padding: 12px 14px;
    font-size: 14px
  }

  .start-hero__quota i {
    display: none
  }

  .start-hero .download-entry-card {
    padding: 16px 16px 0
  }

  .start-hero .download-entry-card form .inner-form {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .start-hero .download-entry-card form .inner-form .input-field input,
  .start-hero .download-entry-card form .inner-form .input-field.third-wrap .btn-search {
    height: 62px
  }

  .start-hero .download-entry-card__promo {
    margin: 18px -16px 0;
    padding: 20px 18px
  }

  .hero-shape--slashes,
  .hero-shape--dots {
    display: none
  }

  .hero-shape--circle {
    top: 100px;
    left: -35px
  }

  .unsupported-modal {
    padding: 26px 18px 24px
  }

  .unsupported-modal__header {
    grid-template-columns: 76px 1fr;
    gap: 13px
  }

  .unsupported-modal__header img {
    width: 76px;
    height: 76px
  }

  .unsupported-modal__header h2 {
    font-size: 22px
  }

  .unsupported-modal__header p {
    font-size: 14px
  }

  .unsupported-comparison {
    grid-template-columns: 1fr
  }

  .unsupported-comparison section {
    padding: 21px 24px
  }

  .unsupported-comparison section+section {
    border-top: 1px solid #dfe4ee;
    border-left: 0
  }

  .unsupported-comparison__vs {
    display: none
  }

  .unsupported-modal__actions {
    grid-template-columns: 1fr
  }
}

/* hero-only additions after lower-section restoration */
.start-hero .download-entry-card {
  border: 0;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(43, 58, 108, .11)
}

@media(max-width:720px) {
  .start-hero .download-entry-card form .inner-form .input-field input {
    font-size: 15px
  }
}

/* download results workspace */
.download-results-section {
  position: relative;
  z-index: 3;
  width: min(100% - 40px, 1240px);
  margin: 56px auto 84px
}

.download-results-section:has(>#result[style*="display: none"]) {
  display: none
}

.download-result {
  padding: 24px;
  border: 1px solid #e1e6f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(38, 52, 96, .11);
  color: var(--dl-ink);
  text-align: left !important
}

.download-result__back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  margin-bottom: 14px;
  padding: 0 8px;
  color: #3855ee !important;
  font-weight: 700
}

.download-result__layout {
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  gap: 26px
}

.download-result__media {
  padding-right: 26px;
  border-right: 1px solid #e5e8ef;
  text-align: left
}

.download-result__media #divThumbnail {
  overflow: hidden;
  border-radius: 12px;
  background: #eef2f8;
  aspect-ratio: 16/10
}

.download-result__media #thumbnail,
.download-result__media #thumbnail>* {
  width: 100%;
  height: 100%
}

.download-result__media #thumbnail img,
.download-result__media #thumbnail video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover
}

.download-result__media #videoTitle {
  padding: 18px 2px 0;
  text-align: left !important
}

.download-result__media #title {
  display: block;
  color: #12182e;
  font-size: 20px;
  line-height: 1.35
}

.download-result__media #checkDuration {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  color: #667086;
  font-size: 14px
}

.sn-video-downloader #response.download-result__options {
  width: auto;
  min-width: 0 !important;
  margin: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none
}

.download-tabs {
  position: relative;
  z-index: 2;
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 8px;
  margin: 0 0 20px !important;
  border: 0;
  background: transparent;
  overflow: visible
}

.download-tabs .nav-item {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #e3e8f2;
  border-radius: 11px !important;
  background: #fff !important;
  text-align: center;
  transition: border-color 180ms ease
}

.download-tabs .nav-item,
.download-tabs .nav-link,
.download-tabs .nav-link * {
  cursor: pointer !important
}

.download-tabs .nav-link {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 48px;
  min-height: 48px;
  padding: 0 16px !important;
  border-radius: inherit !important;
  background: transparent !important;
  color: #4b5565 !important;
  font-size: 14px !important;
  font-weight: 650;
  line-height: 1.2;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease
}

.download-tabs .nav-link:hover {
  background: #f8f9fd;
  color: #3357f0 !important
}

.download-tabs .nav-link::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 3px;
  border-radius: 4px 4px 0 0;
  background: transparent;
  transition: background 180ms ease
}

.download-tabs .tab-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: currentColor;
  font-size: 16px;
  opacity: .88;
  transition: opacity 180ms ease, transform 180ms ease
}

.download-tabs .nav-link:hover .tab-icon {
  opacity: 1;
  transform: scale(1.06)
}

.download-tabs .nav-item.active,
.download-tabs .nav-item:has(.nav-link.active) {
  position: relative;
  z-index: 2;
  border-color: #3357f0
}

.download-tabs .nav-item.active .nav-link,
.download-tabs .nav-link.active {
  color: #3357f0 !important
}

.download-tabs .nav-item.active .nav-link::after,
.download-tabs .nav-link.active::after {
  height: 3px;
  background: #3357f0
}

.download-tabs .nav-link.active .tab-icon {
  opacity: 1;
  transform: scale(1.04)
}

.download-tabs .nav-link:focus-visible,
.convert-tool a:focus-visible,
.download-result__back:focus-visible {
  outline: 3px solid rgba(56, 85, 238, .25);
  outline-offset: -3px
}

.download-tab-content {
  min-width: 0
}

.download-tab-content>.tab-pane {
  min-width: 0
}

.download-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 14px;
  margin: 0 0 18px;
  padding: 24px;
  border: 1px solid #e5eaf2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .03)
}

.download-methods article {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  position: relative;
  padding: 0
}

.download-methods article+article {
  border-left: 0
}

.download-methods article+article::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  width: 1px;
  height: 40px;
  background: #e5eaf2;
  transform: translateY(-50%)
}

.download-methods article>img {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  object-fit: contain
}

.download-method__aqua-icon {
  display: block;
  object-fit: contain;
  background: transparent
}

.download-method__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #f1f4ff;
  color: #4267e8;
  font-size: 24px
}

.download-method__icon--play {
  font-size: 26px
}

.download-method__play {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  transform: translate(-50%, -28%)
}

.download-methods article>div {
  min-width: 0;
  flex: 1 1 auto
}

.download-methods h3 {
  margin: 0 0 4px;
  color: #171a22;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.2;
  white-space: nowrap
}

.download-methods p {
  max-width: 100%;
  margin: 0;
  color: #4f5564;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: break-word
}

#pills-profile .download-methods {
  box-sizing: border-box;
  height: 116.2px;
  margin: 0 0 18px;
  padding-block: 13.75px
}

.download-table-scroll {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #e2e6ef;
  border-radius: 10px;
  background: #fff
}

.download-result .download-options-table {
  display: table !important;
  width: 100%;
  min-width: 680px;
  margin: 0 !important;
  border-collapse: collapse !important;
  background: #fff
}

.download-result .download-options-table thead {
  display: table-header-group !important;
  background: #f7f9fc !important
}

.download-result .download-options-table tbody {
  display: table-row-group !important
}

.download-result .download-options-table tr {
  display: table-row !important;
  border-bottom: 1px solid #e9ecf2 !important;
  background: #fff !important
}

.download-result .download-options-table tr:last-child {
  border-bottom: 0 !important
}

.download-result .download-options-table th,
.download-result .download-options-table td {
  display: table-cell !important;
  padding: 13px 14px !important;
  border: 0 !important;
  vertical-align: middle !important;
  color: #3f4658;
  font-size: 14px;
  text-align: left !important
}

.download-result .download-options-table th {
  color: #202638;
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .035em
}

.download-result .download-options-table td::before {
  display: none !important
}

.download-result .download-options-table .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid #22a27c;
  border-radius: 7px;
  background: #22a27c;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap
}

.download-result .download-options-table .btn:hover {
  border-color: #168965;
  background: #168965;
  transform: translateY(-1px)
}

.download-result .download-options-table iframe {
  display: block;
  max-width: 210px;
  border-radius: 7px
}

.convert-overview {
  display: grid;
  grid-template-columns: 1.32fr repeat(3, minmax(0, 1fr));
  align-items: stretch;
  margin-bottom: 20px;
  border: 1px solid #e5eaf2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(45, 59, 107, .04)
}

.convert-overview>div,
.convert-overview>article {
  min-width: 0;
  padding: 22px 16px
}

.convert-overview>article {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: start;
  align-items: center;
  column-gap: 10px;
  row-gap: 9px;
  padding-top: 26px
}

.convert-overview>article::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 68px;
  background: #e8edf5;
  transform: translateY(-50%)
}

.convert-overview>article>div {
  display: contents
}

.convert-overview img {
  flex: 0 0 auto;
  grid-column: 1;
  grid-row: 1;
  width: 50px;
  height: 50px;
  object-fit: contain
}

.convert-overview article:nth-of-type(1) img,
.convert-overview article:nth-of-type(2) img {
  transform: scale(1.14)
}

.convert-overview__intro span {
  display: block;
  margin-bottom: 8px;
  color: #3855ee;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase
}

.convert-overview h2 {
  margin: 0 0 8px;
  color: #12182d;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.02em
}

.convert-overview h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: #288e75;
  font-size: 16px;
  white-space: nowrap
}

.convert-overview article:nth-of-type(2) h3 {
  color: #5f9d2d
}

.convert-overview article:nth-of-type(3) h3 {
  color: #315fb5
}

.convert-overview p {
  margin: 0;
  color: #646d80;
  font-size: 13px;
  line-height: 1.5
}

.convert-overview article p {
  grid-column: 1/-1;
  grid-row: 2
}

.convert-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px
}

.convert-tool {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e5eaf2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(45, 59, 107, .04);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease
}

.convert-tool:hover {
  border-color: #cfd8eb;
  box-shadow: 0 10px 24px rgba(42, 56, 98, .08);
  transform: translateY(-2px)
}

.convert-tool__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  min-height: 192px;
  padding: 14px 10px;
  border-radius: 12px;
  background: var(--tool-tint, #eef4ff)
}

.convert-tool__tile img {
  display: block;
  width: auto;
  max-width: 104px;
  max-height: 96px;
  object-fit: contain
}

.convert-tool__formats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 100%
}

.convert-tool--video-converter .convert-tool__formats,
.convert-tool--audio-converter .convert-tool__formats {
  display: grid;
  grid-template-columns: repeat(2, minmax(52px, auto));
  justify-content: center;
  justify-items: stretch;
  text-align: center
}

.convert-tool__formats b {
  padding: 4px 9px;
  border: 1px solid var(--tool-chip-border, #dce5ff);
  border-radius: 8px;
  background: var(--tool-chip-bg, #fff);
  color: var(--tool-chip, #3555b8);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap
}

.convert-tool--video-converter {
  --tool-tint: #eef4ff;
  --tool-chip: #3555b8;
  --tool-chip-bg: #f8faff;
  --tool-chip-border: #dce5ff
}

.convert-tool--audio-converter {
  --tool-tint: #f0f8ea;
  --tool-chip: #3c8a3f;
  --tool-chip-bg: #f9fdf5;
  --tool-chip-border: #d8ecd2
}

.convert-tool--video-cutter {
  --tool-tint: #f4f0ff
}

.convert-tool--audio-cutter {
  --tool-tint: #fff6e6
}

.convert-tool--video-resizer {
  --tool-tint: #fff0f2;
  --tool-chip: #c2434f;
  --tool-chip-bg: #fff8f9;
  --tool-chip-border: #ffdbe0
}

.convert-tool--video-gif {
  --tool-tint: #eef9fa
}

.convert-tool>div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-width: 0;
  padding: 0 4px 2px
}

.convert-tool h3 {
  margin: 0 0 7px;
  color: #151b2e;
  font-size: 18px;
  font-weight: 800
}

.convert-tool p {
  margin: 0 0 14px;
  color: #626b7e;
  font-size: 13.5px;
  line-height: 1.55
}

.convert-tool a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 11px 18px;
  border-radius: 10px;
  background: #4363ee;
  color: #fff !important;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none
}

.convert-tool a:hover {
  background: #2f4cd8
}

@media(max-width:1060px) {
  .download-result__layout {
    grid-template-columns: 260px minmax(0, 1fr)
  }

  .download-methods article {
    gap: 12px;
    padding: 18px 14px
  }

  .download-methods article>img {
    flex-basis: 50px;
    width: 50px;
    height: 50px
  }

  .download-method__icon {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    font-size: 24px
  }

  .download-method__icon--play {
    font-size: 27px
  }

  .download-method__play {
    font-size: 12px
  }

  .download-methods h3 {
    font-size: 17px
  }

  .download-methods p {
    font-size: 13px
  }

  .convert-overview {
    grid-template-columns: 1fr 1fr
  }

  .convert-overview>article {
    border-top: 1px solid #e2e6ee
  }

  .convert-overview>article:nth-of-type(2) {
    border-left: 0
  }

  .convert-tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(min-width:621px) and (max-width:1060px) {
  #pills-profile .download-methods {
    height: 148.1px
  }
}

@media(max-width:820px) {
  .download-results-section {
    width: calc(100% - 32px);
    margin: 42px auto 60px
  }

  .download-result {
    padding: 18px
  }

  .download-result__layout {
    grid-template-columns: 1fr
  }

  .download-result__media {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 18px;
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid #e5e8ef
  }

  .download-result__media #videoTitle {
    padding-top: 5px
  }

  .download-tabs {
    gap: 8px
  }

  .download-tabs .nav-item {
    min-width: 0;
    flex: 1 1 0 !important
  }

  .download-tabs .nav-link {
    font-size: 15px !important;
    height: auto;
    min-height: 60px;
    padding: 0 14px !important;
    gap: 8px
  }

  .download-tabs .tab-icon {
    width: 24px;
    height: 24px;
    font-size: 22px
  }
}

@media(max-width:620px) {
  .download-result {
    padding: 14px
  }

  .download-result__media {
    display: block
  }

  .download-result__media #videoTitle {
    padding-top: 14px
  }

  .download-tabs {
    flex-direction: column;
    border-radius: 10px
  }

  .download-tabs .nav-item {
    border-right: 0;
    border-bottom: 1px solid #e4e7ee
  }

  .download-tabs .nav-item:last-child {
    border-bottom: 0
  }

  .download-tabs .nav-link {
    min-height: 54px
  }

  .download-tabs .tab-icon {
    width: 28px;
    height: 28px;
    font-size: 24px
  }

  .download-methods article {
    padding: 13px
  }

  .convert-overview {
    grid-template-columns: 1fr
  }

  .convert-overview>article {
    border-left: 0
  }

  .convert-tool-grid {
    grid-template-columns: 1fr
  }

  .convert-tool {
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 196px;
    padding: 14px
  }

  .convert-tool__tile {
    min-height: 150px;
    padding: 8px 6px
  }

  .download-result .download-options-table th,
  .download-result .download-options-table td {
    padding: 11px 12px !important
  }
}

@media(prefers-reduced-motion:reduce) {

  .convert-tool,
  .download-result .download-options-table .btn {
    transition: none
  }
}

/* search card: remove legacy nested form geometry */
.start-hero .download-entry-card form {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important
}

.start-hero .download-entry-card form .inner-form {
  align-items: stretch !important;
  box-shadow: none !important
}

.start-hero .download-entry-card form .inner-form .input-field.second-wrap,
.start-hero .download-entry-card form .inner-form .input-field.third-wrap {
  height: 92px !important
}

@media(max-width:720px) {

  .start-hero .download-entry-card form .inner-form .input-field.second-wrap,
  .start-hero .download-entry-card form .inner-form .input-field.third-wrap {
    height: 62px !important
  }
}

/* mobile result reference layout */
@media(max-width:620px) {
  .download-result {
    padding: 0 !important;
    border: 0;
    background: transparent;
    box-shadow: none
  }

  .download-result__back {
    display: none
  }

  .download-result__layout {
    display: flex !important;
    flex-direction: column;
    gap: 12px
  }

  .sn-video-downloader #response.download-result__options {
    display: contents !important
  }

  .download-tabs {
    order: 1;
    flex-direction: row !important;
    gap: 0 !important;
    margin: 0 !important;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(45, 59, 107, .08)
  }

  .download-tabs .nav-item {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    border-right: 1px solid #e4e7ee !important;
    border-bottom: 0 !important;
    border-radius: 0 !important
  }

  .download-tabs .nav-item:first-child {
    border-radius: 12px 0 0 12px !important
  }

  .download-tabs .nav-item:last-child {
    border-right: 0 !important;
    border-radius: 0 12px 12px 0 !important
  }

  .download-tabs .nav-link {
    gap: 6px;
    min-height: 58px;
    padding: 10px 6px !important;
    font-size: 13px !important;
    white-space: nowrap
  }

  .download-tabs .tab-icon {
    width: 26px;
    height: 26px;
    font-size: 22px
  }

  .download-tabs .nav-link::after {
    right: 10px;
    left: 10px;
    height: 3px
  }

  .download-result__media {
    order: 2;
    display: grid !important;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
    gap: 12px;
    padding: 12px !important;
    border: 1px solid #e2e7f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(45, 59, 107, .07)
  }

  .download-result__media #divThumbnail {
    min-height: 148px;
    border-radius: 11px
  }

  .download-result__media #videoTitle {
    align-self: center;
    padding: 0 !important
  }

  .download-result__media #title {
    font-size: 17px;
    line-height: 1.35
  }

  .download-result__media #checkDuration {
    font-size: 12px;
    line-height: 1.4
  }

  .download-tab-content {
    order: 3;
    padding: 14px;
    border: 1px solid #e2e7f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(45, 59, 107, .07)
  }

  .download-tab-content::before {
    content: "Download Options";
    display: block;
    margin: 0 0 13px;
    color: #151b2e;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2
  }

  .download-methods {
    position: relative;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 14px;
    padding-bottom: 33px;
    border-radius: 10px;
    overflow: hidden
  }

  .download-methods article {
    justify-content: center;
    gap: 5px;
    padding: 11px 4px !important;
    text-align: center
  }

  .download-methods article+article {
    border-top: 0 !important;
    border-left: 1px solid #e4e7ee !important
  }

  .download-methods article:first-child {
    background: #f4fbf7;
    box-shadow: inset 0 0 0 1px #70b58c
  }

  .download-methods article>img {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    border-radius: 7px
  }

  .download-method__icon {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    border-radius: 7px;
    font-size: 15px
  }

  .download-method__icon--play {
    font-size: 17px
  }

  .download-method__play {
    font-size: 7px
  }

  .download-methods h3 {
    font-size: 12px;
    white-space: nowrap
  }

  .download-methods p {
    display: none
  }

  .download-methods article:first-child p {
    position: absolute;
    right: 10px;
    bottom: 9px;
    left: 10px;
    display: block;
    color: #53617a;
    font-size: 12px;
    line-height: 1.2;
    text-align: left
  }

  .download-table-scroll {
    overflow: hidden;
    border-radius: 11px
  }

  .download-result .download-options-table {
    display: block !important;
    min-width: 0 !important
  }

  .download-result .download-options-table thead {
    display: none !important
  }

  .download-result .download-options-table tbody {
    display: block !important
  }

  .download-result .download-options-table tr {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(112px, 132px);
    min-height: 68px;
    border-bottom: 1px solid #e8ecf2 !important
  }

  .download-result .download-options-table td {
    display: block !important;
    min-width: 0;
    padding: 8px 10px !important;
    border: 0 !important;
    text-align: left !important
  }

  .download-result .download-options-table td:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    padding-bottom: 0 !important;
    color: #1d2437;
    font-size: 14px;
    font-weight: 750
  }

  .download-result .download-options-table td:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    padding-top: 1px !important;
    color: #647087;
    font-size: 12px
  }

  .download-result .download-options-table td:nth-child(3) {
    display: flex !important;
    grid-column: 2;
    grid-row: 1 / span 2;
    align-items: center;
    justify-content: flex-end
  }

  .download-result .download-options-table td:nth-child(4) {
    display: none !important
  }

  .download-result .download-options-table .btn {
    width: 100%;
    min-height: 37px;
    padding: 7px 8px;
    font-size: 12px
  }

  .download-result .download-options-table iframe {
    width: 128px !important;
    max-width: 100% !important
  }

  .convert-overview {
    margin: 0 -1px 14px;
    grid-template-columns: 1fr;
    border-radius: 11px
  }

  .convert-overview>article {
    display: none
  }

  .convert-overview__intro {
    padding: 17px !important
  }

  .convert-overview h2 {
    font-size: 19px
  }

  .convert-tool-grid {
    grid-template-columns: 1fr
  }

  .convert-tool {
    min-height: 168px
  }
}

@media(max-width:620px) {
  #pills-home .download-method__quick-label {
    font-size: 0
  }

  #pills-home .download-method__quick-label::after {
    content: "Stream & Save";
    font-size: 12px
  }

  #pills-home .download-options-table .btn {
    font-size: 0 !important
  }

  #pills-home .download-options-table .btn>span {
    display: none
  }

  #pills-home .download-options-table .btn::after {
    content: "Stream & Save";
    font-size: 12px;
    white-space: nowrap
  }
}

/* mobile convert tab reference layout */
@media(max-width:820px) {
  .download-tabs .nav-item:has(#pills-convert-tab.active) {
    border-color: #e3e8f2;
    box-shadow: none
  }

  .download-tabs #pills-convert-tab.active {
    color: #269984 !important
  }

  .download-tabs #pills-convert-tab.active::after {
    background: #269984
  }

  #pills-convert .convert-overview {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 0 16px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(45, 59, 107, .05)
  }

  #pills-convert .convert-overview__intro {
    padding: 26px 28px 14px !important
  }

  #pills-convert .convert-overview__intro>span {
    display: none
  }

  #pills-convert .convert-overview h2 {
    margin-bottom: 9px;
    font-size: 25px
  }

  #pills-convert .convert-overview__intro p {
    max-width: 560px;
    font-size: 15px
  }

  #pills-convert .convert-overview>article {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin: 0 28px;
    padding: 16px 0;
    border-top: 1px solid #e5e9f0;
    border-left: 0
  }

  #pills-convert .convert-overview>article::before {
    display: none
  }

  #pills-convert .convert-overview>article>div {
    display: block
  }

  #pills-convert .convert-overview>article h3 {
    grid-column: auto;
    grid-row: auto;
    margin: 0 0 5px
  }

  #pills-convert .convert-overview>article p {
    grid-column: auto;
    grid-row: auto
  }

  #pills-convert .convert-overview>article:first-of-type {
    border-top: 0
  }

  #pills-convert .convert-overview img {
    width: 58px;
    height: 58px
  }

  #pills-convert .convert-overview h3 {
    font-size: 17px
  }

  #pills-convert .convert-overview article:nth-of-type(2) h3 {
    color: #5f9d2d
  }

  #pills-convert .convert-overview article:nth-of-type(3) h3 {
    color: #315fb5
  }

  #pills-convert .convert-overview article p {
    font-size: 14px
  }

  #pills-convert .convert-tool-grid {
    grid-template-columns: 1fr;
    gap: 10px
  }

  #pills-convert .convert-tool {
    grid-template-columns: clamp(116px, 22vw, 164px) minmax(0, 1fr);
    grid-template-rows: none;
    gap: 16px;
    min-height: 168px;
    padding: 14px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(45, 59, 107, .04)
  }

  #pills-convert .convert-tool__tile {
    height: 100%;
    min-height: 150px;
    padding: 10px 8px;
    border-radius: 10px
  }

  #pills-convert .convert-tool__tile img {
    max-width: 92px
  }

  #pills-convert .convert-tool__formats {
    gap: 5px
  }

  #pills-convert .convert-tool__formats b {
    padding: 3px 7px;
    font-size: 11px
  }

  #pills-convert .convert-tool>div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(150px, 190px);
    grid-template-rows: auto 1fr auto;
    gap: 5px 18px;
    align-items: start
  }

  #pills-convert .convert-tool h3 {
    grid-column: 1;
    grid-row: 1;
    margin: 4px 0 2px;
    font-size: 19px
  }

  #pills-convert .convert-tool p {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    font-size: 14px
  }

  #pills-convert .convert-tool a {
    grid-column: 2;
    grid-row: 1/4;
    align-self: end;
    justify-self: stretch;
    width: 100%;
    min-height: 44px;
    margin: 0;
    font-size: 14px
  }
}

@media(max-width:620px) {
  #pills-convert .convert-overview__intro {
    padding: 20px 18px 10px !important
  }

  #pills-convert .convert-overview h2 {
    font-size: 21px
  }

  #pills-convert .convert-overview__intro p {
    font-size: 14px
  }

  #pills-convert .convert-overview>article {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    margin: 0 18px;
    padding: 14px 0
  }

  #pills-convert .convert-overview img {
    width: 48px;
    height: 48px
  }

  #pills-convert .convert-overview h3 {
    font-size: 16px
  }

  #pills-convert .convert-overview article p {
    font-size: 13px
  }

  #pills-convert .convert-tool {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    min-height: 156px;
    padding: 12px
  }

  #pills-convert .convert-tool__tile {
    min-height: 132px;
    padding: 8px 5px
  }

  #pills-convert .convert-tool__tile img {
    max-width: 72px
  }

  #pills-convert .convert-tool>div {
    display: flex;
    align-items: flex-start;
    flex-direction: column
  }

  #pills-convert .convert-tool h3 {
    margin: 2px 0 5px;
    font-size: 17px
  }

  #pills-convert .convert-tool p {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.4
  }

  #pills-convert .convert-tool__formats {
    display: none
  }

  #pills-convert .convert-tool a {
    width: 100%;
    min-height: 38px;
    margin-top: auto;
    padding: 7px 9px;
    font-size: 12px
  }
}

/* supported sites: retained as a standalone compatibility section */
.supported-sites {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
  gap: 52px;
  width: min(100% - 40px, 1180px);
  margin: 76px auto;
  padding: 48px 54px;
  border-radius: 16px;
  background: #121b35;
  color: #fff
}

.supported-sites__intro>span {
  display: inline-block;
  margin-bottom: 11px;
  color: #6fe0b6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase
}

.supported-sites h2 {
  margin: 0 0 13px;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -.025em
}

.supported-sites p {
  margin: 0;
  color: #b9c6dd;
  font-size: 16px;
  line-height: 1.6
}

.supported-sites ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none
}

.supported-sites li {
  position: relative;
  padding: 11px 9px 11px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: #eff5ff;
  font-size: 14px
}

.supported-sites li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #41c79b;
  box-shadow: 0 0 0 4px rgba(65, 199, 155, .12)
}

@media(max-width:820px) {
  .supported-sites {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 28px
  }

  .supported-sites ul {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(max-width:520px) {
  .supported-sites {
    width: calc(100% - 32px);
    margin: 52px auto;
    padding: 30px 22px
  }

  .supported-sites h2 {
    font-size: 29px
  }

  .supported-sites ul {
    grid-template-columns: 1fr 1fr
  }

  .supported-sites li {
    padding: 10px 4px 10px 20px;
    font-size: 13px
  }
}

@media(max-width:620px) {
  .download-result__media {
    display: block !important
  }

  .download-result__media #info {
    display: grid !important;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
    gap: 12px;
    align-items: center;
    width: 100%
  }

  .download-result__media #divThumbnail {
    grid-column: 1;
    grid-row: 1;
    margin: 0
  }

  .download-result__media #videoTitle {
    grid-column: 2;
    grid-row: 1;
    margin: 0
  }
}

/* mobile result action parity */
@media(max-width:620px) {
  .download-result .download-options-table tr {
    grid-template-columns: minmax(0, 1fr) minmax(118px, 136px);
    min-height: 96px
  }

  .download-result .download-options-table td:nth-child(3) {
    display: flex !important;
    grid-column: 2;
    grid-row: 1;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 3px !important
  }

  .download-result .download-options-table td:nth-child(4) {
    display: flex !important;
    grid-column: 2;
    grid-row: 2;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 3px !important
  }

  .download-result .download-options-table td:nth-child(3) .btn,
  .download-result .download-options-table td:nth-child(4) .btn {
    width: 100%;
    min-height: 34px;
    padding: 7px 8px;
    font-size: 12px;
    line-height: 1.1;
    white-space: nowrap
  }

  .download-result .download-options-table td:nth-child(4) iframe {
    width: 128px !important;
    max-width: 100% !important;
    height: 38px !important
  }

  #pills-home .download-options-table td:nth-child(3) .btn {
    font-size: 0 !important
  }

  #pills-home .download-options-table td:nth-child(3) .btn>span {
    display: none
  }

  #pills-home .download-options-table td:nth-child(3) .btn::after {
    content: "Stream & Save";
    font-size: 12px;
    white-space: nowrap
  }

  #pills-home .download-options-table td:nth-child(4) .btn {
    font-size: 12px !important
  }

  #pills-home .download-options-table td:nth-child(4) .btn>span {
    display: inline
  }

  #pills-home .download-options-table td:nth-child(4) .btn::after {
    content: none
  }

  #pills-profile .download-options-table tr {
    min-height: 96px
  }
}

/* quota modal polish */
#3dailydownloadnew.quota-modal {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #f8faff 50%, #f8faff 100%);
  border: 1px solid #e4e9f3;
  box-shadow: 0 28px 80px rgba(17, 24, 48, .24);
  color: #151b2e
}

#3dailydownloadnew .quota-modal__close {
  top: 18px;
  right: 22px;
  color: #111827;
  font-size: 34px
}

#3dailydownloadnew .quota-modal__icon {
  width: 86px;
  height: 86px;
  margin-bottom: 18px;
  background: linear-gradient(145deg, #f1efff, #e8eeff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92), 0 10px 22px rgba(88, 98, 168, .12)
}

#3dailydownloadnew .quota-modal__intro {
  max-width: 650px;
  margin: 0 auto;
  text-align: center
}

#3dailydownloadnew .quota-modal__intro h2 {
  color: #111827;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0
}

#3dailydownloadnew .quota-modal__intro p {
  color: #5d6474;
  font-size: 16px;
  line-height: 1.5
}

#3dailydownloadnew .quota-comparison {
  background: #fff;
  margin: 24px 0 26px;
  border: 1px solid #dfe6f2;
  border-radius: 12px;
  box-shadow: 0 8px 26px rgba(39, 52, 94, .06);
  overflow: hidden
}

#3dailydownloadnew .quota-plan {
  padding: 22px 34px 24px;
  background: #fff
}

#3dailydownloadnew .quota-plan+.quota-plan {
  border-left: 1px solid #e1e7f0
}

#3dailydownloadnew .quota-plan h3 {
  gap: 13px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25
}

#3dailydownloadnew .quota-plan h3 img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 50%
}

#3dailydownloadnew .quota-plan--free h3 {
  color: #339198
}

#3dailydownloadnew .quota-plan--desktop h3 {
  color: #3154f4
}

#3dailydownloadnew .quota-plan li {
  margin-top: 14px;
  padding-left: 31px;
  color: #3f4656;
  font-size: 16px;
  line-height: 1.35
}

#3dailydownloadnew .quota-plan li::before {
  top: 1px;
  width: 19px;
  height: 19px;
  background: #58a3aa;
  color: #fff;
  font-size: 12px;
  line-height: 1
}

#3dailydownloadnew .quota-plan--desktop li::before {
  background: #3154f4
}

#3dailydownloadnew .quota-comparison__vs {
  width: 48px;
  height: 48px;
  background: #f4f6fb;
  border: 1px solid #e5eaf4;
  color: #6b7280;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(39, 52, 94, .08)
}

#3dailydownloadnew .quota-modal__actions {
  gap: 18px;
  max-width: 660px
}

#3dailydownloadnew .quota-action {
  min-height: 54px;
  border-radius: 9px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.15
}

#3dailydownloadnew .quota-action--secondary {
  border-color: #8b95a7;
  background: #fff;
  color: #161b26 !important
}

#3dailydownloadnew .quota-action--primary {
  border-color: #3154f4;
  background: #3154f4;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(49, 84, 244, .22)
}

#3dailydownloadnew .quota-action--primary span {
  margin-right: 8px;
  font-size: 20px;
  line-height: 1
}

@media(max-width:720px) {
  #3dailydownloadnew.quota-modal {
    width: min(420px, calc(100% - 24px));
    padding: 26px 18px 22px;
    background: #fff
  }

  #3dailydownloadnew .quota-comparison {
    grid-template-columns: 1fr;
    margin: 20px 0
  }

  #3dailydownloadnew .quota-plan {
    padding: 20px 22px
  }

  #3dailydownloadnew .quota-plan+.quota-plan {
    border-top: 1px solid #e1e7f0;
    border-left: 0
  }

  #3dailydownloadnew .quota-modal__actions {
    grid-template-columns: 1fr;
    gap: 10px
  }
}

/* mobile result button width fix */
@media(max-width:620px) {
  .download-result .download-options-table tr {
    grid-template-columns: minmax(0, 1fr) minmax(176px, 44%);
    min-height: auto;
    padding: 10px 8px
  }

  .download-result .download-options-table td:nth-child(1) {
    align-self: end;
    font-size: 14px;
    line-height: 1.2
  }

  .download-result .download-options-table td:nth-child(2) {
    align-self: start;
    font-size: 12px;
    line-height: 1.25
  }

  .download-result .download-options-table td:nth-child(3),
  .download-result .download-options-table td:nth-child(4) {
    justify-content: stretch !important;
    padding-right: 0 !important;
    padding-left: 8px !important;
    overflow: visible !important
  }

  .download-result .download-options-table td:nth-child(3) .btn,
  .download-result .download-options-table td:nth-child(4) .btn {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    height: auto;
    padding: 8px 10px;
    font-size: 12px !important;
    line-height: 1.18;
    white-space: normal !important;
    text-align: center;
    overflow: visible !important
  }

  .download-result .download-options-table td:nth-child(3) .btn span,
  .download-result .download-options-table td:nth-child(4) .btn span {
    white-space: normal !important;
    line-height: 1.18
  }

  .download-result .download-options-table td:nth-child(4) iframe {
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    overflow: visible !important
  }

  #pills-home .download-options-table td:nth-child(3) .btn::after {
    font-size: 12px;
    line-height: 1.18;
    white-space: normal !important
  }
}

@media(max-width:430px) {
  .download-results-section {
    width: calc(100% - 18px)
  }

  .download-tab-content {
    padding: 12px !important
  }

  .download-result .download-options-table tr {
    grid-template-columns: minmax(0, 1fr) minmax(158px, 46%)
  }

  .download-result .download-options-table td:nth-child(3) .btn,
  .download-result .download-options-table td:nth-child(4) .btn {
    font-size: 11px !important;
    padding-inline: 8px
  }
}

/* daily quota dialog refinement */
#3dailydownloadnew.quota-modal {
  width: min(760px, calc(100% - 32px));
  padding: 0;
  overflow: hidden;
  border: 1px solid #e5ebf5;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 32px 90px rgba(16, 24, 48, .28);
  color: #12182d
}

#3dailydownloadnew .quota-modal__body {
  padding: 30px 42px 24px;
  background: #fff
}

#3dailydownloadnew .quota-modal__close {
  top: 14px;
  right: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #1b2130;
  font-size: 32px;
  transition: background-color 160ms ease, transform 160ms ease
}

#3dailydownloadnew .quota-modal__close:hover {
  background: #f2f5fb;
  transform: scale(.96)
}

#3dailydownloadnew .quota-modal__icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 16px;
  object-fit: contain;
  background: transparent;
  box-shadow: none
}

#3dailydownloadnew .quota-modal__intro {
  max-width: 610px;
  margin: 0 auto;
  text-align: center
}

#3dailydownloadnew .quota-modal__intro h2 {
  margin-bottom: 10px;
  color: #10162a;
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0
}

#3dailydownloadnew .quota-modal__intro p {
  color: #5c667a;
  font-size: 15px;
  line-height: 1.48
}

#3dailydownloadnew .quota-modal__intro a {
  font-weight: 750;
  text-decoration: none
}

#3dailydownloadnew .quota-comparison {
  margin: 22px 0 0;
  background: #fff;
  border: 1px solid #dfe6f1;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(36, 52, 92, .07);
  overflow: hidden
}

#3dailydownloadnew .quota-plan {
  padding: 20px 28px 22px;
  background: #fff
}

#3dailydownloadnew .quota-plan h3 {
  gap: 12px;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.2
}

#3dailydownloadnew .quota-plan h3 img {
  width: 34px;
  height: 34px;
  object-fit: contain
}

#3dailydownloadnew .quota-plan li {
  margin-top: 12px;
  padding-left: 29px;
  color: #3f485a;
  font-size: 15px;
  line-height: 1.35
}

#3dailydownloadnew .quota-comparison__vs {
  width: 44px;
  height: 44px;
  background: #f7f9fd;
  border: 1px solid #e4eaf3;
  color: #6f788a;
  font-size: 12px;
  letter-spacing: .04em
}

#3dailydownloadnew .quota-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: none;
  margin: 0;
  padding: 22px 42px 30px;
  background: #f8fbff;
  border-top: 1px solid #edf2f8
}

#3dailydownloadnew .quota-action {
  min-height: 54px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.15
}

#3dailydownloadnew .quota-action--secondary {
  border: 1px solid #aab3c2;
  background: #fff;
  color: #151b28 !important;
  box-shadow: 0 1px 0 rgba(16, 24, 48, .04)
}

#3dailydownloadnew .quota-action--primary {
  border: 1px solid #3154f4;
  background: linear-gradient(180deg, #4061ff, #2f4fec);
  box-shadow: 0 12px 24px rgba(49, 84, 244, .24)
}

@media(max-width:720px) {
  #3dailydownloadnew.quota-modal {
    width: min(392px, calc(100% - 20px));
    max-height: calc(100dvh - 20px);
    border-radius: 18px;
    overflow-y: auto
  }

  #3dailydownloadnew .quota-modal__body {
    padding: 24px 16px 18px
  }

  #3dailydownloadnew .quota-modal__close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 30px
  }

  #3dailydownloadnew .quota-modal__icon {
    width: 62px;
    height: 62px;
    margin-bottom: 12px
  }

  #3dailydownloadnew .quota-modal__intro h2 {
    font-size: 22px;
    line-height: 1.16
  }

  #3dailydownloadnew .quota-modal__intro p {
    font-size: 13px;
    line-height: 1.45
  }

  #3dailydownloadnew .quota-comparison {
    grid-template-columns: 1fr;
    margin-top: 18px;
    border-radius: 13px
  }

  #3dailydownloadnew .quota-plan {
    padding: 17px 18px
  }

  #3dailydownloadnew .quota-plan+.quota-plan {
    border-top: 1px solid #e1e7f0;
    border-left: 0
  }

  #3dailydownloadnew .quota-plan h3 {
    margin-bottom: 12px;
    font-size: 15px
  }

  #3dailydownloadnew .quota-plan h3 img {
    width: 30px;
    height: 30px
  }

  #3dailydownloadnew .quota-plan li {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.3
  }

  #3dailydownloadnew .quota-comparison__vs {
    display: none
  }

  #3dailydownloadnew .quota-modal__actions {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
    background: #f8fbff
  }

  #3dailydownloadnew .quota-action {
    min-height: 48px;
    font-size: 15px
  }
}

/* mobile media overlap fix */
@media(max-width:620px) {
  .download-result__media {
    display: block !important;
    overflow: hidden !important
  }

  .download-result__media #info {
    display: block !important;
    grid-template-columns: none !important;
    width: 100%;
    overflow: hidden !important
  }

  .download-result__media #divThumbnail {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 16/9;
    grid-column: auto !important;
    grid-row: auto !important;
    overflow: hidden !important;
    border-radius: 14px !important
  }

  .download-result__media #thumbnail,
  .download-result__media #thumbnail>* {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-width: 0 !important
  }

  .download-result__media #thumbnail iframe,
  .download-result__media #thumbnail video,
  .download-result__media #thumbnail img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    object-fit: cover !important;
    border: 0 !important
  }

  .download-result__media #videoTitle {
    display: block !important;
    margin-top: 14px !important;
    padding: 0 2px !important;
    grid-column: auto !important;
    grid-row: auto !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-align: left !important
  }

  .download-result__media #title {
    display: block !important;
    max-width: 100% !important;
    font-size: 18px !important;
    line-height: 1.28 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important
  }

  .download-result__media #checkDuration {
    font-size: 12px !important;
    line-height: 1.35 !important
  }
}

/* mobile iframe action fix */
@media(max-width:620px) {
  .download-result .download-options-table tr {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 52%);
    gap: 6px 8px;
    align-items: center;
    overflow: visible !important
  }

  .download-result .download-options-table td:nth-child(3),
  .download-result .download-options-table td:nth-child(4) {
    min-width: 0 !important;
    overflow: visible !important
  }

  .download-result .download-options-table td:nth-child(3) iframe,
  .download-result .download-options-table td:nth-child(4) iframe {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 72px !important;
    min-height: 72px !important;
    border: 0 !important;
    overflow: visible !important;
    border-radius: 10px !important
  }

  .download-result .download-options-table td:nth-child(3) .btn,
  .download-result .download-options-table td:nth-child(4) .btn {
    min-height: 50px !important;
    border-radius: 10px !important
  }
}

@media(max-width:430px) {
  .download-result .download-options-table tr {
    grid-template-columns: minmax(0, .9fr) minmax(196px, 54%)
  }

  .download-result .download-options-table td:nth-child(3) iframe,
  .download-result .download-options-table td:nth-child(4) iframe {
    height: 76px !important;
    min-height: 76px !important
  }
}

/* daily quota reference match */
#3dailydownloadnew.quota-modal {
  width: min(860px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow: hidden;
  border: 1px solid #e4e8f1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(18, 24, 44, .28);
  color: #101522
}

#3dailydownloadnew .quota-modal__body {
  padding: 30px 48px 0;
  background: #fff
}

#3dailydownloadnew .quota-modal__close {
  top: 18px;
  right: 22px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #101318;
  font-size: 34px;
  line-height: 1
}

#3dailydownloadnew .quota-modal__close:hover {
  background: #f4f6fb;
  transform: none
}

#3dailydownloadnew .quota-modal__icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 20px;
  object-fit: contain;
  background: transparent;
  box-shadow: none
}

#3dailydownloadnew .quota-modal__intro {
  max-width: 650px;
  margin: 0 auto;
  text-align: center
}

#3dailydownloadnew .quota-modal__intro h2 {
  margin: 0 0 10px;
  color: #05070d;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0
}

#3dailydownloadnew .quota-modal__intro p {
  margin: 0;
  color: #5d6372;
  font-size: 16px;
  line-height: 1.45
}

#3dailydownloadnew .quota-modal__intro a {
  color: #3157f3 !important;
  font-weight: 700;
  text-decoration: none
}

#3dailydownloadnew .quota-comparison {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 24px 0 0;
  border: 1px solid #dfe5f0;
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
  overflow: visible
}

#3dailydownloadnew .quota-plan {
  padding: 22px 36px 26px;
  background: #fff;
  text-align: left
}

#3dailydownloadnew .quota-plan+.quota-plan {
  border-left: 1px solid #e0e5ef
}

#3dailydownloadnew .quota-plan h3 {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 17px;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.2
}

#3dailydownloadnew .quota-plan h3 img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 0
}

#3dailydownloadnew .quota-plan--free h3 {
  color: #45949a
}

#3dailydownloadnew .quota-plan--desktop h3 {
  color: #3157f3
}

#3dailydownloadnew .quota-plan ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none
}

#3dailydownloadnew .quota-plan li {
  position: relative;
  margin: 14px 0 0;
  padding-left: 31px;
  color: #3f4655;
  font-size: 15px;
  line-height: 1.35;
  list-style: none
}

#3dailydownloadnew .quota-plan li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1
}

#3dailydownloadnew .quota-plan--free li::before {
  background: #5f9da2
}

#3dailydownloadnew .quota-plan--desktop li::before {
  background: #3457ee
}

#3dailydownloadnew .quota-comparison__vs {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #f3f5fa;
  color: #707784;
  font-size: 13px;
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0;
  box-shadow: none;
  transform: translate(-50%, -50%)
}

#3dailydownloadnew .quota-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 650px;
  margin: 0 auto;
  padding: 26px 0 30px;
  background: #fff;
  border-top: 0
}

#3dailydownloadnew .quota-action {
  min-height: 54px;
  border-radius: 7px;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.15
}

#3dailydownloadnew .quota-action--secondary {
  border: 1px solid #6c7480;
  background: #fff;
  color: #171b23 !important;
  box-shadow: none
}

#3dailydownloadnew .quota-action--primary {
  border: 1px solid #3157f3;
  background: #3157f3;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(49, 87, 243, .2)
}

#3dailydownloadnew .quota-action--primary span {
  margin-right: 8px;
  font-size: 20px;
  line-height: 1
}

@media(max-width:720px) {
  #3dailydownloadnew.quota-modal {
    width: min(430px, calc(100% - 20px));
    max-height: calc(100dvh - 20px);
    border-radius: 16px;
    overflow-y: auto
  }

  #3dailydownloadnew .quota-modal__body {
    padding: 24px 16px 0
  }

  #3dailydownloadnew .quota-modal__close {
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    font-size: 30px
  }

  #3dailydownloadnew .quota-modal__icon {
    width: 66px;
    height: 66px;
    margin-bottom: 14px
  }

  #3dailydownloadnew .quota-modal__intro h2 {
    font-size: 22px;
    line-height: 1.16
  }

  #3dailydownloadnew .quota-modal__intro p {
    font-size: 13px;
    line-height: 1.45
  }

  #3dailydownloadnew .quota-comparison {
    grid-template-columns: 1fr;
    margin-top: 18px;
    overflow: hidden
  }

  #3dailydownloadnew .quota-plan {
    padding: 18px 20px
  }

  #3dailydownloadnew .quota-plan+.quota-plan {
    border-top: 1px solid #e0e5ef;
    border-left: 0
  }

  #3dailydownloadnew .quota-plan h3 {
    margin-bottom: 12px;
    font-size: 15px
  }

  #3dailydownloadnew .quota-plan h3 img {
    width: 30px;
    height: 30px
  }

  #3dailydownloadnew .quota-plan li {
    margin-top: 9px;
    font-size: 13px
  }

  #3dailydownloadnew .quota-comparison__vs {
    display: none
  }

  #3dailydownloadnew .quota-modal__actions {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 16px 22px;
    max-width: none
  }

  #3dailydownloadnew .quota-action {
    min-height: 48px;
    font-size: 15px
  }
}

/* daily quota SaaS modal */
#quotaOverlay.quota-overlay {
  background: rgba(243, 245, 247, .94);
  backdrop-filter: blur(3px)
}

[id="3dailydownloadnew"].quota-modal {
  width: min(680px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(31, 41, 55, .16);
  color: #1f2937;
  font-family: Inter, "Segoe UI", "Helvetica Neue", Arial, sans-serif
}

[id="3dailydownloadnew"] .quota-modal__body {
  padding: 34px 38px 0;
  background: #fff
}

[id="3dailydownloadnew"] .quota-modal__close {
  top: 16px;
  right: 18px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #1f2937;
  font-size: 32px;
  line-height: 1;
  transition: background-color 160ms ease, color 160ms ease
}

[id="3dailydownloadnew"] .quota-modal__close:hover {
  background: #f3f5f7;
  color: #111827;
  transform: none
}

[id="3dailydownloadnew"] .quota-modal__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  object-fit: contain;
  background: transparent;
  box-shadow: none
}

[id="3dailydownloadnew"] .quota-modal__intro {
  max-width: 570px;
  margin: 0 auto;
  text-align: center
}

[id="3dailydownloadnew"] .quota-modal__intro h2 {
  margin: 0 0 14px;
  color: #1f2937;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.025em
}

[id="3dailydownloadnew"] .quota-modal__intro p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55
}

[id="3dailydownloadnew"] .quota-modal__intro a {
  color: #2563eb !important;
  font-weight: 650;
  text-decoration: none
}

[id="3dailydownloadnew"] .quota-comparison {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 28px 0 0;
  border: 0;
  border-top: 1px solid #e5e7eb;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: visible
}

[id="3dailydownloadnew"] .quota-plan {
  padding: 26px 30px 24px;
  background: #fff;
  text-align: center
}

[id="3dailydownloadnew"] .quota-plan+.quota-plan {
  border-left: 1px solid #e5e7eb
}

[id="3dailydownloadnew"] .quota-plan h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25
}

[id="3dailydownloadnew"] .quota-plan h3 img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 0
}

[id="3dailydownloadnew"] .quota-plan--free h3 {
  color: #14b8a6
}

[id="3dailydownloadnew"] .quota-plan--desktop h3 {
  color: #2563eb
}

[id="3dailydownloadnew"] .quota-plan ul {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left
}

[id="3dailydownloadnew"] .quota-plan li {
  position: relative;
  margin: 12px 0 0;
  padding-left: 27px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.4;
  list-style: none
}

[id="3dailydownloadnew"] .quota-plan li:first-child {
  margin-top: 0
}

[id="3dailydownloadnew"] .quota-plan li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1
}

[id="3dailydownloadnew"] .quota-plan--free li::before {
  background: #14b8a6
}

[id="3dailydownloadnew"] .quota-plan--desktop li::before {
  background: #2563eb
}

[id="3dailydownloadnew"] .quota-comparison__vs {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  background: #f3f5f7;
  color: #6b7280;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 0 0 6px #fff;
  transform: translate(-50%, -50%)
}

[id="3dailydownloadnew"] .quota-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: none;
  margin: 0;
  padding: 24px 38px 32px;
  background: #fff;
  border-top: 1px solid #e5e7eb
}

[id="3dailydownloadnew"] .quota-action {
  min-height: 48px;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2
}

[id="3dailydownloadnew"] .quota-action--secondary {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #1f2937 !important;
  box-shadow: none
}

[id="3dailydownloadnew"] .quota-action--secondary:hover {
  background: #f9fafb;
  border-color: #9ca3af
}

[id="3dailydownloadnew"] .quota-action--primary {
  border: 1px solid #2563eb;
  background: #2563eb;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(37, 99, 235, .2)
}

[id="3dailydownloadnew"] .quota-action--primary:hover {
  background: #1d4ed8;
  border-color: #1d4ed8
}

[id="3dailydownloadnew"] .quota-action--primary span {
  margin-right: 7px;
  font-size: 18px;
  line-height: 1
}

@media(max-width:720px) {
  [id="3dailydownloadnew"].quota-modal {
    width: min(420px, calc(100% - 20px));
    max-height: calc(100dvh - 20px);
    border-radius: 18px;
    overflow-y: auto
  }

  [id="3dailydownloadnew"] .quota-modal__body {
    padding: 26px 18px 0
  }

  [id="3dailydownloadnew"] .quota-modal__close {
    top: 10px;
    right: 10px
  }

  [id="3dailydownloadnew"] .quota-modal__icon {
    width: 62px;
    height: 62px;
    margin-bottom: 14px
  }

  [id="3dailydownloadnew"] .quota-modal__intro h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.2
  }

  [id="3dailydownloadnew"] .quota-modal__intro p {
    font-size: 13px;
    line-height: 1.5
  }

  [id="3dailydownloadnew"] .quota-comparison {
    grid-template-columns: 1fr;
    margin-top: 22px;
    overflow: hidden
  }

  [id="3dailydownloadnew"] .quota-plan {
    padding: 20px 22px;
    text-align: left
  }

  [id="3dailydownloadnew"] .quota-plan+.quota-plan {
    border-top: 1px solid #e5e7eb;
    border-left: 0
  }

  [id="3dailydownloadnew"] .quota-plan h3 {
    justify-content: flex-start;
    margin-bottom: 0;
    font-size: 15px
  }

  [id="3dailydownloadnew"] .quota-plan ul {
    width: 100%
  }

  [id="3dailydownloadnew"] .quota-plan li {
    margin-top: 10px;
    font-size: 13px
  }

  [id="3dailydownloadnew"] .quota-comparison__vs {
    display: none
  }

  [id="3dailydownloadnew"] .quota-modal__actions {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px
  }

  [id="3dailydownloadnew"] .quota-action {
    min-height: 48px;
    font-size: 14px
  }
}


/* daily quota reference popup */
#quotaOverlay.quota-overlay {
  background: rgba(244, 246, 250, .92);
  backdrop-filter: blur(3px)
}

[id="3dailydownloadnew"].quota-modal {
  --quota-ink: #111827;
  --quota-muted: #606777;
  --quota-line: #dfe3eb;
  --quota-soft: #f7f8fb;
  --quota-free: #4daaa2;
  --quota-primary: #3157f3;
  width: min(920px, calc(100% - 48px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow-y: auto;
  border: 1px solid var(--quota-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 72px rgba(18, 24, 44, .18);
  color: var(--quota-ink);
  font-family: Inter, "Segoe UI", "Helvetica Neue", Arial, sans-serif
}

[id="3dailydownloadnew"] .quota-modal__body {
  padding: 34px 36px 0;
  background: #fff
}

[id="3dailydownloadnew"] .quota-modal__close {
  top: 19px;
  right: 21px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: var(--quota-ink);
  font-size: 30px;
  line-height: 1;
  transition: background-color 160ms ease, color 160ms ease
}

[id="3dailydownloadnew"] .quota-modal__close:hover {
  background: var(--quota-soft);
  color: #05070d;
  transform: none
}

[id="3dailydownloadnew"] .quota-modal__icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 14px;
  object-fit: contain;
  background: transparent;
  box-shadow: none
}

[id="3dailydownloadnew"] .quota-modal__intro {
  max-width: 720px;
  margin: 0 auto;
  text-align: center
}

[id="3dailydownloadnew"] .quota-modal__intro h2 {
  margin: 0 0 12px;
  color: var(--quota-ink);
  font-size: 34px;
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: -.025em
}

[id="3dailydownloadnew"] .quota-modal__intro p {
  margin: 0;
  color: var(--quota-muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55
}

[id="3dailydownloadnew"] .quota-modal__intro a {
  color: var(--quota-primary) !important;
  font-weight: 750;
  text-decoration: none
}

[id="3dailydownloadnew"] .quota-comparison {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: none;
  margin: 22px auto 0;
  overflow: visible;
  border: 1px solid var(--quota-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(17, 24, 39, .06)
}

[id="3dailydownloadnew"] .quota-plan {
  display: grid;
  grid-template-columns: max-content;
  align-content: start;
  justify-content: center;
  padding: 24px 30px 28px;
  background: #fff;
  text-align: left
}

[id="3dailydownloadnew"] .quota-plan:first-child {
  border-radius: 15px 0 0 15px
}

[id="3dailydownloadnew"] .quota-plan:last-child {
  border-radius: 0 15px 15px 0
}

[id="3dailydownloadnew"] .quota-plan+.quota-plan {
  border-left: 1px solid var(--quota-line)
}

[id="3dailydownloadnew"] .quota-plan h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  width: 100%;
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25
}

[id="3dailydownloadnew"] .quota-plan h3 img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 0
}

[id="3dailydownloadnew"] .quota-plan--free h3 {
  color: #4daaa2
}

[id="3dailydownloadnew"] .quota-plan--desktop h3 {
  color: #3157f3
}

[id="3dailydownloadnew"] .quota-plan ul {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left
}

[id="3dailydownloadnew"] .quota-plan li {
  position: relative;
  margin: 14px 0 0;
  padding-left: 32px;
  color: #303746;
  font-size: 16px;
  line-height: 1.4;
  list-style: none
}

[id="3dailydownloadnew"] .quota-plan li:first-child {
  margin-top: 0
}

[id="3dailydownloadnew"] .quota-plan li::before {
  content: "\2713";
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--quota-free);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1
}

[id="3dailydownloadnew"] .quota-plan--desktop li::before {
  background: var(--quota-primary)
}

[id="3dailydownloadnew"] .quota-comparison__vs {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--quota-line);
  border-radius: 50%;
  background: #fff;
  color: #5f6675;
  font-size: 16px;
  font-weight: 750;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 0 0 7px #fff;
  transform: translate(-50%, -50%)
}

[id="3dailydownloadnew"] .quota-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: none;
  margin: 30px 0 0;
  padding: 30px 36px 36px;
  border-top: 1px solid var(--quota-line);
  background: #fff
}

[id="3dailydownloadnew"] .quota-action {
  min-height: 60px;
  padding: 12px 20px;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease
}

[id="3dailydownloadnew"] .quota-action--secondary {
  border: 1px solid #c7ccd5;
  background: #fff;
  color: var(--quota-ink) !important;
  box-shadow: none
}

[id="3dailydownloadnew"] .quota-action--secondary:hover {
  border-color: #9299a6;
  background: var(--quota-soft)
}

[id="3dailydownloadnew"] .quota-action--primary {
  gap: 12px;
  border: 1px solid var(--quota-primary);
  background: var(--quota-primary);
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(49, 87, 243, .22)
}

[id="3dailydownloadnew"] .quota-action--primary:hover {
  border-color: #2448d7;
  background: #2448d7;
  transform: translateY(-1px)
}

[id="3dailydownloadnew"] .quota-modal__download-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

@media(max-width:1100px) and (min-width:721px) {
  [id="3dailydownloadnew"] .quota-modal__body {
    padding-inline: 36px
  }

  [id="3dailydownloadnew"] .quota-modal__intro h2 {
    font-size: 34px
  }

  [id="3dailydownloadnew"] .quota-modal__intro p {
    font-size: 17px
  }

  [id="3dailydownloadnew"] .quota-comparison {
    margin-top: 28px
  }

  [id="3dailydownloadnew"] .quota-plan {
    padding: 24px 32px 28px
  }

  [id="3dailydownloadnew"] .quota-plan h3 {
    font-size: 18px
  }

  [id="3dailydownloadnew"] .quota-plan li {
    font-size: 16px
  }

  [id="3dailydownloadnew"] .quota-modal__actions {
    padding-inline: 36px
  }

  [id="3dailydownloadnew"] .quota-action {
    min-height: 60px;
    font-size: 18px
  }
}

@media(max-width:720px) {
  [id="3dailydownloadnew"].quota-modal {
    width: min(430px, calc(100% - 20px));
    max-height: calc(100dvh - 20px);
    border-radius: 18px
  }

  [id="3dailydownloadnew"] .quota-modal__body {
    padding: 24px 18px 0
  }

  [id="3dailydownloadnew"] .quota-modal__close {
    top: 8px;
    right: 8px;
    width: 44px;
    height: 44px;
    font-size: 32px
  }

  [id="3dailydownloadnew"] .quota-modal__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 12px
  }

  [id="3dailydownloadnew"] .quota-modal__intro {
    padding-inline: 8px
  }

  [id="3dailydownloadnew"] .quota-modal__intro h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.18
  }

  [id="3dailydownloadnew"] .quota-modal__intro p {
    font-size: 13px;
    line-height: 1.5
  }

  [id="3dailydownloadnew"] .quota-comparison {
    grid-template-columns: 1fr;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 14px
  }

  [id="3dailydownloadnew"] .quota-plan {
    display: block;
    padding: 18px 22px
  }

  [id="3dailydownloadnew"] .quota-plan:first-child,
  [id="3dailydownloadnew"] .quota-plan:last-child {
    border-radius: 0
  }

  [id="3dailydownloadnew"] .quota-plan+.quota-plan {
    border-top: 1px solid var(--quota-line);
    border-left: 0
  }

  [id="3dailydownloadnew"] .quota-plan h3 {
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px
  }

  [id="3dailydownloadnew"] .quota-plan h3 img {
    width: 32px;
    height: 32px
  }

  [id="3dailydownloadnew"] .quota-plan li {
    margin-top: 9px;
    padding-left: 29px;
    font-size: 13px
  }

  [id="3dailydownloadnew"] .quota-plan li::before {
    width: 19px;
    height: 19px;
    font-size: 11px
  }

  [id="3dailydownloadnew"] .quota-comparison__vs {
    display: none
  }

  [id="3dailydownloadnew"] .quota-modal__actions {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
    padding: 16px 18px 20px
  }

  [id="3dailydownloadnew"] .quota-action {
    min-height: 50px;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 15px
  }

  [id="3dailydownloadnew"] .quota-modal__download-icon {
    width: 22px;
    height: 22px
  }
}

/* dialog desktop width guard */
@media(min-width:721px) {
  [id="25minlimit"].quota-modal {
    width: min(960px, calc(100% - 48px))
  }

  [id="3dailydownloadnew"].quota-modal {
    width: min(920px, calc(100% - 48px))
  }

  [id='3dailydownloadnew'] .quota-plan {
    display: grid;
    grid-template-columns: max-content;
    align-content: start;
    justify-content: center;
    text-align: left
  }

  [id='3dailydownloadnew'] .quota-plan h3 {
    justify-content: flex-start;
    width: 100%
  }

  [id='3dailydownloadnew'] .quota-plan ul {
    width: 100%;
    max-width: none;
    margin: 0
  }

  #unsupportedLinkDialog {
    width: min(960px, calc(100% - 48px))
  }

  #errordialogwindow {
    width: min(960px, calc(100% - 48px))
  }

  .pop-box-store {
    width: min(960px, calc(100% - 48px))
  }
}

/* duration dialog reference layout */
[id="25minlimit"].quota-modal {
  width: min(920px, calc(100% - 48px));
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  border-color: #dfe3ea;
  border-radius: 20px;
  box-shadow: 0 28px 72px rgba(32, 39, 68, .2);
  font-family: Inter, "Segoe UI", Arial, sans-serif
}

[id="25minlimit"] .quota-modal__body {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  column-gap: 34px;
  padding: 34px 36px 0
}

[id="25minlimit"] .quota-modal__close {
  top: 19px;
  right: 21px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #6b7280;
  font-size: 30px
}

[id="25minlimit"] .quota-modal__icon {
  grid-column: 1;
  width: 150px;
  height: 150px;
  margin: 0;
  object-fit: contain
}

[id="25minlimit"] .quota-modal__intro {
  grid-column: 2;
  max-width: none;
  margin: 0;
  padding-right: 34px;
  text-align: left
}

[id="25minlimit"] .quota-modal__intro h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0
}

[id="25minlimit"] .quota-modal__intro p {
  margin: 0;
  color: #4b5563;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55
}

[id="25minlimit"] .quota-comparison {
  grid-column: 1/-1;
  grid-template-columns: 1fr 1fr;
  margin: 22px 0 0;
  overflow: hidden;
  border: 1px solid #dfe3ea;
  border-radius: 15px
}

[id="25minlimit"] .quota-plan {
  display: grid;
  grid-template-columns: max-content;
  align-content: start;
  justify-content: center;
  padding: 24px 30px 28px;
  text-align: left
}

[id="25minlimit"] .quota-plan+.quota-plan {
  border-left: 1px solid #dfe3ea
}

[id="25minlimit"] .quota-plan h3 {
  justify-content: flex-start;
  width: 100%;
  gap: 14px;
  margin: 0;
  color: #111827;
  font-size: 17px;
  font-weight: 750
}

[id="25minlimit"] .quota-plan h3 img {
  width: 64px;
  height: 64px
}

[id="25minlimit"] .quota-plan ul {
  width: 100%;
  max-width: none;
  margin: 0
}

[id="25minlimit"] .quota-plan li {
  margin: 16px 0 0;
  padding-left: 32px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.4
}

[id="25minlimit"] .quota-plan li:first-child {
  margin-top: 0
}

[id="25minlimit"] .quota-plan li::before {
  content: "\2713";
  top: 1px;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  background: transparent;
  font-size: 11px
}

[id="25minlimit"] .quota-plan--free li::before {
  background: transparent;
  color: #4e9f99
}

[id="25minlimit"] .quota-plan--desktop li::before {
  background: transparent;
  color: #587fe8
}

[id="25minlimit"] .quota-comparison__vs {
  display: grid;
  font-size: 16px;
  text-transform: none
}

[id="25minlimit"] .quota-modal__actions {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 48px;
  padding: 30px 36px 36px
}

[id="25minlimit"] .quota-action {
  min-height: 60px;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 700
}

[id="25minlimit"] .quota-action--secondary {
  border-color: #c5cad3;
  color: #1f2937 !important
}

[id="25minlimit"] .quota-action--primary {
  gap: 10px;
  border-color: #3657ed;
  background: #3657ed;
  box-shadow: 0 8px 18px rgba(54, 87, 237, .22)
}

[id="25minlimit"] .quota-action--primary i {
  font-size: 18px
}

@media(max-width:720px) {
  [id="25minlimit"].quota-modal {
    width: min(420px, calc(100% - 20px));
    border-radius: 18px
  }

  [id="25minlimit"] .quota-modal__body {
    display: block;
    padding: 26px 18px 0
  }

  [id="25minlimit"] .quota-modal__icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 14px
  }

  [id="25minlimit"] .quota-modal__intro {
    padding: 0;
    text-align: center
  }

  [id="25minlimit"] .quota-modal__intro h2 {
    margin-bottom: 10px;
    font-size: 22px
  }

  [id="25minlimit"] .quota-modal__intro p {
    font-size: 13px;
    line-height: 1.5
  }

  [id="25minlimit"] .quota-comparison {
    grid-template-columns: 1fr;
    margin-top: 20px
  }

  [id="25minlimit"] .quota-plan {
    display: block;
    padding: 18px 20px
  }

  [id="25minlimit"] .quota-plan+.quota-plan {
    border-top: 1px solid #dfe3ea;
    border-left: 0
  }

  [id="25minlimit"] .quota-plan h3 {
    margin-bottom: 0;
    font-size: 15px
  }

  [id="25minlimit"] .quota-plan h3 img {
    width: 40px;
    height: 40px
  }

  [id="25minlimit"] .quota-plan li {
    margin-top: 10px;
    font-size: 13px
  }

  [id="25minlimit"] .quota-plan li:first-child {
    margin-top: 0
  }

  [id="25minlimit"] .quota-comparison__vs {
    display: none
  }

  [id="25minlimit"] .quota-modal__actions {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px
  }

  [id="25minlimit"] .quota-action {
    min-height: 50px;
    border-radius: 12px;
    font-size: 14px
  }
}

/* unsupported dialog reference layout */
#unsupportedLinkDialog.unsupported-modal {
  width: min(960px, calc(100% - 20px)) !important;
  max-height: calc(100dvh - 24px);
  padding: 38px 44px 44px;
  overflow-y: auto;
  border: 1px solid #dfe3eb;
  border-radius: 20px;
  background: #fff !important;
  box-shadow: 0 28px 72px rgba(32, 39, 68, .24);
  color: #111827;
  font-family: Inter, "Segoe UI", Arial, sans-serif
}

#unsupportedLinkDialog .quota-modal__close {
  top: 18px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #6b7280;
  font-size: 30px
}

#unsupportedLinkDialog .unsupported-modal__header {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  column-gap: 38px;
  text-align: left
}

#unsupportedLinkDialog .unsupported-modal__header img {
  width: 150px;
  height: 150px;
  object-fit: contain
}

#unsupportedLinkDialog .unsupported-modal__header h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0
}

#unsupportedLinkDialog .unsupported-modal__header p {
  max-width: 570px;
  margin: 0;
  color: #4b5563;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55
}

#unsupportedLinkDialog .unsupported-comparison {
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
  margin: 30px 0 32px;
  border: 1px solid #dfe4f1;
  border-radius: 14px;
  background: #fff
}

#unsupportedLinkDialog .unsupported-comparison section {
  display: grid;
  grid-template-columns: max-content;
  align-content: start;
  justify-content: start;
  padding: 25px 28px 28px
}

#unsupportedLinkDialog .unsupported-comparison section:first-child {
  grid-column: 1;
  grid-row: 1
}

#unsupportedLinkDialog .unsupported-comparison section+section {
  grid-column: 3;
  grid-row: 1;
  border-left: 1px solid #dfe4ee
}

#unsupportedLinkDialog .unsupported-comparison h3 {
  margin: 0 0 18px;
  color: #111827;
  font-size: 19px;
  font-weight: 750
}

#unsupportedLinkDialog .unsupported-comparison section+section h3 {
  color: #3657ed
}

#unsupportedLinkDialog .unsupported-comparison h3,
#unsupportedLinkDialog .unsupported-comparison ul {
  width: 100%
}

#unsupportedLinkDialog .unsupported-comparison li {
  margin-top: 16px !important;
  padding-left: 34px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.4
}

#unsupportedLinkDialog .unsupported-status {
  top: 0;
  width: 22px;
  height: 22px
}

#unsupportedLinkDialog .unsupported-status--negative {
  border-color: #d75b67;
  color: #d75b67
}

#unsupportedLinkDialog .unsupported-status--positive {
  border-color: #3657ed;
  background: #3657ed
}

#unsupportedLinkDialog .unsupported-comparison__vs {
  position: relative;
  top: auto;
  left: auto;
  display: grid;
  place-items: center;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  width: 52px;
  height: 52px;
  border: 2px solid #dce2f2;
  background: #fff;
  color: #3657ed;
  font-size: 17px;
  font-weight: 750;
  line-height: 1;
  transform: none;
  box-shadow: 0 0 0 7px #fff
}

#unsupportedLinkDialog .unsupported-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 625px;
  margin: 0 auto
}

#unsupportedLinkDialog .unsupported-modal__actions .quota-action {
  min-height: 60px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 700
}

#unsupportedLinkDialog .quota-action--secondary {
  border-color: #3657ed;
  color: #3657ed !important
}

#unsupportedLinkDialog .quota-action--primary {
  border-color: #3657ed;
  background: #3657ed;
  box-shadow: 0 8px 18px rgba(54, 87, 237, .22)
}

@media(max-width:720px) {
  #unsupportedLinkDialog.unsupported-modal {
    width: min(420px, calc(100% - 20px)) !important;
    padding: 26px 18px 22px;
    border-radius: 18px
  }

  #unsupportedLinkDialog .unsupported-modal__header {
    grid-template-columns: 76px minmax(0, 1fr);
    column-gap: 14px
  }

  #unsupportedLinkDialog .unsupported-modal__header img {
    width: 76px;
    height: 76px
  }

  #unsupportedLinkDialog .unsupported-modal__header h2 {
    margin-bottom: 8px;
    font-size: 21px
  }

  #unsupportedLinkDialog .unsupported-modal__header p {
    font-size: 13px;
    line-height: 1.45
  }

  #unsupportedLinkDialog .unsupported-comparison {
    grid-template-columns: 1fr;
    margin: 20px 0
  }

  #unsupportedLinkDialog .unsupported-comparison section {
    display: block;
    grid-column: 1;
    grid-row: auto;
    padding: 19px 22px
  }

  #unsupportedLinkDialog .unsupported-comparison section+section {
    grid-column: 1;
    grid-row: auto;
    border-top: 1px solid #dfe4ee;
    border-left: 0
  }

  #unsupportedLinkDialog .unsupported-comparison h3 {
    margin-bottom: 12px;
    font-size: 16px
  }

  #unsupportedLinkDialog .unsupported-comparison li {
    margin-top: 11px !important;
    font-size: 13px
  }

  #unsupportedLinkDialog .unsupported-comparison__vs {
    display: none
  }

  #unsupportedLinkDialog .unsupported-modal__actions {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: none
  }

  #unsupportedLinkDialog .unsupported-modal__actions .quota-action {
    min-height: 50px;
    border-radius: 12px;
    font-size: 14px
  }
}

/* desktop-required dialog reference layout */
#errordialogwindow.unsupported-modal {
  width: min(960px, calc(100% - 20px)) !important;
  max-height: calc(100dvh - 24px);
  padding: 38px 44px 44px;
  overflow-y: auto;
  border: 1px solid #dfe3eb;
  border-radius: 20px;
  background: #fff !important;
  box-shadow: 0 28px 72px rgba(32, 39, 68, .24);
  color: #111827;
  font-family: Inter, "Segoe UI", Arial, sans-serif
}

#errordialogwindow .quota-modal__close {
  top: 18px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #6b7280;
  font-size: 30px
}

#errordialogwindow .unsupported-modal__header {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  column-gap: 38px;
  text-align: left
}

#errordialogwindow .unsupported-modal__header img {
  width: 150px;
  height: 150px;
  object-fit: contain
}

#errordialogwindow .unsupported-modal__header h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0
}

#errordialogwindow .unsupported-modal__header p {
  max-width: 570px;
  margin: 0;
  color: #4b5563;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55
}

#errordialogwindow .unsupported-comparison {
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
  margin: 30px 0 32px;
  border: 1px solid #dfe4f1;
  border-radius: 14px;
  background: #fff
}

#errordialogwindow .unsupported-comparison section {
  display: grid;
  grid-template-columns: max-content;
  align-content: start;
  justify-content: start;
  padding: 25px 28px 28px
}

#errordialogwindow .unsupported-comparison section:first-child {
  grid-column: 1;
  grid-row: 1
}

#errordialogwindow .unsupported-comparison section+section {
  grid-column: 3;
  grid-row: 1;
  border-left: 1px solid #dfe4ee
}

#errordialogwindow .unsupported-comparison h3 {
  margin: 0 0 18px;
  color: #111827;
  font-size: 19px;
  font-weight: 750
}

#errordialogwindow .unsupported-comparison section+section h3 {
  color: #3657ed
}

#errordialogwindow .unsupported-comparison h3,
#errordialogwindow .unsupported-comparison ul {
  width: 100%
}

#errordialogwindow .unsupported-comparison li {
  margin-top: 16px !important;
  padding-left: 34px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.4
}

#errordialogwindow .unsupported-status {
  top: 0;
  width: 22px;
  height: 22px
}

#errordialogwindow .unsupported-status--negative {
  border-color: #d75b67;
  color: #d75b67
}

#errordialogwindow .unsupported-status--positive {
  border-color: #3657ed;
  background: #3657ed
}

#errordialogwindow .unsupported-comparison__vs {
  position: relative;
  top: auto;
  left: auto;
  display: grid;
  place-items: center;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  width: 52px;
  height: 52px;
  border: 2px solid #dce2f2;
  background: #fff;
  color: #3657ed;
  font-size: 17px;
  font-weight: 750;
  line-height: 1;
  transform: none;
  box-shadow: 0 0 0 7px #fff
}

#errordialogwindow .unsupported-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 625px;
  margin: 0 auto
}

#errordialogwindow .unsupported-modal__actions .quota-action {
  min-height: 60px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 700
}

#errordialogwindow .quota-action--secondary {
  border-color: #3657ed;
  color: #3657ed !important
}

#errordialogwindow .quota-action--primary {
  border-color: #3657ed;
  background: #3657ed;
  box-shadow: 0 8px 18px rgba(54, 87, 237, .22)
}

#errordialogwindow .quota-action span {
  margin-left: 6px;
  font-weight: 500;
  opacity: .85
}

@media(max-width:720px) {
  #errordialogwindow.unsupported-modal {
    width: min(420px, calc(100% - 20px)) !important;
    padding: 26px 18px 22px;
    border-radius: 18px
  }

  #errordialogwindow .unsupported-modal__header {
    grid-template-columns: 76px minmax(0, 1fr);
    column-gap: 14px
  }

  #errordialogwindow .unsupported-modal__header img {
    width: 76px;
    height: 76px
  }

  #errordialogwindow .unsupported-modal__header h2 {
    margin-bottom: 8px;
    font-size: 21px
  }

  #errordialogwindow .unsupported-modal__header p {
    font-size: 13px;
    line-height: 1.45
  }

  #errordialogwindow .unsupported-comparison {
    grid-template-columns: 1fr;
    margin: 20px 0
  }

  #errordialogwindow .unsupported-comparison section {
    display: block;
    grid-column: 1;
    grid-row: auto;
    padding: 19px 22px
  }

  #errordialogwindow .unsupported-comparison section+section {
    grid-column: 1;
    grid-row: auto;
    border-top: 1px solid #dfe4ee;
    border-left: 0
  }

  #errordialogwindow .unsupported-comparison h3 {
    margin-bottom: 12px;
    font-size: 16px
  }

  #errordialogwindow .unsupported-comparison li {
    margin-top: 11px !important;
    font-size: 13px
  }

  #errordialogwindow .unsupported-comparison__vs {
    display: none
  }

  #errordialogwindow .unsupported-modal__actions {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: none
  }

  #errordialogwindow .unsupported-modal__actions .quota-action {
    min-height: 50px;
    border-radius: 12px;
    font-size: 14px
  }
}

/* media search results redesign */
.media-results-region {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1200px);
  margin: 64px auto 0;
  padding: 0 !important
}

.media-results-region:has(>#mp3data[style*="display: none"]):has(>#totalResponse[style*="display: none"]) {
  display: none
}

.media-search-results {
  font-family: inherit;
  overflow: hidden;
  border: 1px solid #dfe6ec;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(31, 50, 74, .1);
  color: #0f2533;
  text-align: left
}

.media-search-results button,
.media-search-results a {
  font-family: inherit
}

.media-search-results__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 36px 24px;
  border-bottom: 1px solid #e5ebef;
  background: linear-gradient(180deg, #fff, #fbfdfd)
}

.media-search-results__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #078d78;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase
}

.media-search-results__header h2 {
  margin: 0;
  color: #102531;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.025em
}

.media-search-results__header p {
  margin: 9px 0 0;
  color: #526574;
  font-size: 15px;
  line-height: 1.5
}

.media-search-results__count {
  flex: 0 0 auto;
  padding: 8px 13px;
  border: 1px solid #cceae3;
  border-radius: 999px;
  background: #f0fbf8;
  color: #087b69;
  font-size: 13px;
  font-weight: 750
}

.media-search-results__count:empty {
  display: none
}

.media-search-results .custom-tab-container {
  display: flex;
  float: none;
  width: auto;
  margin: 24px 36px 20px;
  padding: 5px;
  border: 1px solid #dce5e8;
  border-radius: 12px;
  background: #f3f7f7;
  overflow: visible
}

.media-search-results .custom-tab-container .tablinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  float: none;
  width: 50%;
  min-height: 48px;
  padding: 10px 18px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #50626e;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease, box-shadow 200ms ease
}

.media-search-results .custom-tab-container .tablinks:hover {
  background: #e8f2f0;
  color: #123e38
}

.media-search-results .custom-tab-container .tablinks.active {
  border-radius: 9px;
  background: #0b9f89;
  color: #fff;
  box-shadow: 0 5px 14px rgba(11, 159, 137, .2)
}

.media-search-results .custom-tab-container .tablinks:focus-visible {
  outline: 3px solid rgba(11, 159, 137, .26);
  outline-offset: 2px
}

.media-search-results .custom-tab-container .tablinks i {
  font-size: 18px
}

.media-search-results .tabcontent {
  padding: 0 36px 34px;
  border: 0;
  background: #fff
}

.media-search-results__list,
.media-search-results__direct {
  align-items: stretch !important;
  gap: 14px;
  width: 100%
}

.media-search-results__direct:empty {
  display: none !important
}

.is-bilibili-results .media-search-results__header {
  background: #fbfcff
}

.is-bilibili-results .media-search-results__eyebrow {
  color: #d95d87
}

.bilibili-result {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: 28px;
  width: 100%;
  padding: 30px 36px 22px
}

.bilibili-result__preview {
  position: relative;
  align-self: start;
  aspect-ratio: 16/9;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #edf1f5
}

.bilibili-result__preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.bilibili-result__preview figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 6px;
  background: rgba(15, 24, 38, .86);
  color: #fff;
  font-size: 12px;
  font-weight: 700
}

.bilibili-result__preview figcaption i {
  color: #fb7299;
  font-size: 14px
}

.bilibili-result__options {
  min-width: 0
}

.bilibili-result__options-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px
}

.bilibili-result__options-header>div>span {
  display: block;
  margin-bottom: 3px;
  color: #6a7384;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase
}

.bilibili-result__options-header h3 {
  margin: 0;
  color: #182033;
  font-size: 21px;
  font-weight: 800
}

.bilibili-result__options-header>i {
  color: #4d9a72;
  font-size: 20px
}

.bilibili-quality-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none
}

.bilibili-quality-row {
  display: grid;
  grid-template-columns: 42px minmax(80px, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 10px 12px;
  border: 1px solid #e1e6ef;
  border-radius: 8px;
  background: #fff
}

.bilibili-quality-row.is-recommended {
  border-color: #9dafef;
  background: #f6f8ff;
  box-shadow: inset 3px 0 0 #3f5fe8
}

.bilibili-quality-row__icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 7px;
  background: #f1f3f7;
  color: #697386
}

.bilibili-quality-row.is-recommended .bilibili-quality-row__icon {
  background: #e8edff;
  color: #3855ee
}

.bilibili-quality-row__label {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-width: 0
}

.bilibili-quality-row__label strong {
  color: #171e2f;
  font-size: 16px;
  font-weight: 800
}

.bilibili-quality-row__label span {
  color: #6b7485;
  font-size: 12px
}

.bilibili-quality-row.is-recommended .bilibili-quality-row__label span {
  color: #3855ee;
  font-weight: 700
}

.bilibili-quality-row__actions {
  display: flex;
  align-items: center;
  gap: 8px
}

.bilibili-quality-row__actions a,
.bilibili-audio__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap
}

.bilibili-download-primary {
  border: 1px solid #3855ee;
  background: #3855ee;
  color: #fff !important
}

.bilibili-download-primary:hover {
  border-color: #2848d6;
  background: #2848d6
}

.bilibili-download-secondary {
  justify-content: flex-start;
  padding-inline: 4px;
  border: 0;
  background: transparent;
  color: var(--dl-result-green) !important;
  font-size: 14px;
  font-weight: 650
}

.bilibili-download-secondary:hover {
  background: transparent;
  color: var(--dl-result-green-hover) !important;
  text-decoration: underline;
  text-underline-offset: 3px
}

.bilibili-quality-row__actions a:focus-visible,
.bilibili-audio__download:focus-visible {
  outline: 3px solid rgba(56, 85, 238, .24);
  outline-offset: 2px
}

.bilibili-audio {
  display: grid;
  grid-template-columns: 48px minmax(140px, .75fr) minmax(220px, 1.25fr) auto;
  align-items: center;
  gap: 14px;
  margin: 0 36px 30px;
  padding: 20px 0 0;
  border-top: 1px solid #e3e8ef
}

.bilibili-audio>img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover
}

.bilibili-audio__details {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-width: 0
}

.bilibili-audio__details span {
  color: #6a7384;
  font-size: 12px
}

.bilibili-audio__details strong {
  max-width: 100%;
  overflow: hidden;
  color: #20283a;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.bilibili-audio audio {
  display: block;
  width: 100%;
  height: 42px
}

.bilibili-audio__download {
  border: 1px solid #4d9a72;
  background: #4d9a72;
  color: #fff !important
}

.bilibili-audio__download:hover {
  border-color: #3f865f;
  background: #3f865f
}

.bilibili-result__empty {
  margin: 0;
  padding: 28px 36px;
  color: #626c7c
}

@media(max-width:820px) {
  .bilibili-result {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px 20px 18px
  }

  .bilibili-result__preview {
    width: 100%
  }

  .bilibili-audio {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    margin: 0 20px 24px
  }

  .bilibili-audio audio {
    grid-column: 1/-1;
    grid-row: 2
  }

  .bilibili-audio__download {
    grid-column: 3;
    grid-row: 1
  }
}

@media(max-width:560px) {
  .bilibili-result {
    padding: 18px 14px 14px
  }

  .bilibili-quality-row {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 11px
  }

  .bilibili-quality-row__actions {
    grid-column: 1/-1
  }

  .bilibili-quality-row__actions a {
    flex: 1;
    min-width: 0
  }

  .bilibili-audio {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    margin: 0 14px 20px
  }

  .bilibili-audio>img {
    width: 42px;
    height: 42px
  }

  .bilibili-audio audio {
    grid-column: 1/-1;
    grid-row: auto
  }

  .bilibili-audio__download {
    grid-column: 1/-1;
    grid-row: auto;
    width: 100%
  }
}

.media-search-card {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  width: 100%;
  min-height: 174px;
  overflow: hidden;
  border: 1px solid #dfe6e9;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(28, 52, 68, .055);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease
}

.media-search-card:hover {
  border-color: #a9d9d1;
  box-shadow: 0 12px 28px rgba(28, 72, 68, .11);
  transform: translateY(-1px)
}

.media-search-card__thumb {
  position: relative;
  min-height: 174px;
  overflow: hidden;
  background: #e9eff1
}

.media-search-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 174px;
  object-fit: cover
}

.media-search-card__duration {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 8px;
  border-radius: 6px;
  background: rgba(9, 20, 28, .84);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  line-height: 1
}

.media-search-card__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto 1fr;
  gap: 8px 24px;
  padding: 22px 24px
}

.media-search-card__source {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  color: #078d78;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase
}

.media-search-card__source .fa-youtube {
  color: #e11d48
}

.media-search-card__source .fa-spotify {
  color: #159447
}

.media-search-card h3 {
  grid-column: 1;
  margin: 0;
  color: #102531;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.media-search-card__meta {
  display: flex;
  align-self: end;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: #60727f;
  font-size: 13px
}

.media-search-card__meta span+span {
  position: relative
}

.media-search-card__meta span+span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #9aabb5;
  transform: translateY(-50%)
}

.media-search-card__action {
  display: inline-flex;
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 142px;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 10px;
  background: #0b9f89;
  color: #fff !important;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: background-color 200ms ease, box-shadow 200ms ease
}

.media-search-card__action:hover {
  background: #087f6e;
  box-shadow: 0 7px 16px rgba(11, 159, 137, .22)
}

.media-search-card__action:focus-visible {
  outline: 3px solid rgba(11, 159, 137, .3);
  outline-offset: 3px
}

@media(max-width:720px) {
  .media-results-region {
    width: calc(100% - 24px);
    margin-top: 42px
  }

  .media-search-results {
    border-radius: 17px
  }

  .media-search-results button,
  .media-search-results a {
    font-family: inherit
  }

  .media-search-results__header {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 20px 19px
  }

  .media-search-results__header h2 {
    font-size: 25px
  }

  .media-search-results__header p {
    font-size: 14px
  }

  .media-search-results .custom-tab-container {
    margin: 18px 16px 16px
  }

  .media-search-results .custom-tab-container .tablinks {
    min-height: 44px;
    padding: 9px 10px;
    font-size: 14px
  }

  .media-search-results .tabcontent {
    padding: 0 16px 20px
  }

  .media-search-card {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 142px;
    border-radius: 12px
  }

  .media-search-card__thumb {
    min-height: 142px
  }

  .media-search-card__thumb img {
    min-height: 142px
  }

  .media-search-card__body {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding: 14px
  }

  .media-search-card h3 {
    font-size: 15px;
    -webkit-line-clamp: 3
  }

  .media-search-card__meta {
    gap: 5px 14px;
    font-size: 12px
  }

  .media-search-card__action {
    align-self: stretch;
    width: 100%;
    min-width: 0;
    min-height: 40px;
    margin-top: auto;
    padding: 8px 12px;
    font-size: 13px
  }
}

@media(max-width:430px) {
  .media-search-card {
    grid-template-columns: 96px minmax(0, 1fr)
  }

  .media-search-card__body {
    padding: 12px
  }

  .media-search-card__source {
    font-size: 10px
  }

  .media-search-card h3 {
    font-size: 14px
  }
}

@media(prefers-reduced-motion:reduce) {

  .media-search-card,
  .media-search-card__action,
  .media-search-results .custom-tab-container .tablinks {
    transition: none
  }

  .media-search-card:hover {
    transform: none
  }
}

/* audio-only result preview */
.download-result__media #divThumbnail.has-audio-preview {
  aspect-ratio: auto;
  overflow: visible;
  background: transparent
}

.download-result__media .download-result__audio-preview {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin-top: 16px;
  visibility: visible;
  opacity: 1
}

.download-result__media .download-result__audio-preview audio {
  display: block !important;
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0;
  visibility: visible !important;
  opacity: 1 !important
}

@media(max-width:620px) {
  .download-result__media .download-result__audio-preview {
    width: 100%;
    margin-top: 10px
  }

  .download-result__media .download-result__audio-preview audio {
    height: 44px !important;
    min-height: 44px !important
  }
}

/* video download result reference match */
#pills-home .download-table-scroll {
  border-color: var(--dl-result-line);
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(35, 48, 78, .04)
}

.download-result .video-download-options-table {
  min-width: 760px;
  table-layout: fixed;
  font-family: Arial, Helvetica, sans-serif
}

.download-result .download-options-table .direct-file-frame {
  display: block;
  width: 100%;
  max-width: 230px;
  height: 44px;
  margin: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: transparent
}

.download-result .video-download-options-table th,
.download-result .video-download-options-table td {
  height: 56px;
  padding: 8px 16px !important;
  color: var(--dl-result-ink);
  font-size: 15px
}

.download-result .video-download-options-table th {
  height: 44px;
  background: var(--dl-result-soft);
  color: var(--dl-result-ink);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none
}

.download-result .video-download-options-table th:nth-child(1) {
  width: 24%
}

.download-result .video-download-options-table th:nth-child(2) {
  width: 20%
}

.download-result .video-download-options-table th:nth-child(3) {
  width: 25%
}

.download-result .video-download-options-table th:nth-child(4) {
  width: 31%
}

.download-result .video-download-options-table tr {
  border-color: var(--dl-result-line) !important;
  transition: background-color 180ms ease
}

.download-result .video-download-options-table tbody tr:hover {
  background: var(--dl-result-soft) !important
}

.download-result .video-download-options-table td:first-child {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.download-result .video-download-options-table td:first-child::before {
  content: "";
  position: static !important;
  left: auto;
  display: inline-block !important;
  width: 22px;
  height: 22px;
  margin-right: 14px;
  background-color: var(--dl-result-icon);
  vertical-align: -6px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='2.5' y='3.5' width='19' height='17' rx='2.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='m10 8 6 4-6 4Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='2.5' y='3.5' width='19' height='17' rx='2.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='m10 8 6 4-6 4Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat
}

.download-result .video-download-options-table td:nth-child(2) {
  color: var(--dl-result-muted);
  font-variant-numeric: tabular-nums;
  white-space: nowrap
}

.download-result .video-download-options-table td:nth-child(3) .btn {
  justify-content: flex-start;
  min-height: 44px;
  padding: 8px 0;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none;
  color: var(--dl-result-green) !important;
  font-size: 0 !important;
  font-weight: 500;
  transform: none !important
}

.download-result .video-download-options-table td:nth-child(3) .btn span {
  display: none
}

.download-result .video-download-options-table td:nth-child(3) .btn::after {
  content: "Quick Open  \2197";
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap
}

.download-result .video-download-options-table td:nth-child(3) .btn.video-only-action::after {
  content: "Video Only  \2197"
}

.download-result .video-download-options-table td:nth-child(3) .btn:hover {
  color: var(--dl-result-green-hover) !important;
  text-decoration: underline;
  text-underline-offset: 3px
}

.download-result .video-download-options-table td:nth-child(3) .btn:focus-visible,
.download-result .video-download-options-table td:nth-child(4) .btn:focus-visible {
  outline: 3px solid rgba(51, 87, 240, .24);
  outline-offset: 2px
}

.download-result .video-download-options-table td:nth-child(4) .btn,
.download-result .video-download-options-table td:nth-child(4) iframe {
  display: flex;
  width: 100% !important;
  max-width: 220px;
  min-height: 40px;
  margin-left: auto;
  border-radius: 7px
}

.download-result .video-download-options-table td:nth-child(4) .btn {
  border-color: var(--dl-result-green);
  background: var(--dl-result-green);
  font-size: 0;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(77, 154, 114, .16)
}

.download-result .video-download-options-table td:nth-child(4) .btn::after {
  content: "Download";
  font-size: 14px;
  white-space: nowrap
}

.download-result .video-download-options-table td:nth-child(4) .btn:hover {
  border-color: var(--dl-result-green-hover);
  background: var(--dl-result-green-hover)
}

.download-result .video-download-options-table td:nth-child(4) iframe {
  height: 40px !important;
  border: 0 !important;
  background: var(--dl-result-green)
}

.download-result .video-download-options-table .aqua-required-status {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
  color: var(--dl-result-warning) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  cursor: default
}

.download-result .video-download-options-table .aqua-required-status>span:first-child {
  display: inline-flex;
  margin-right: 10px;
  color: var(--dl-result-warning);
  font-size: 20px
}

.download-result .video-download-options-table td:nth-child(4) .aqua-required-status {
  width: 100%;
  max-width: 220px;
  margin-left: auto
}

/* higher-quality upgrade row (same card in every download-method tab) */
.download-result .video-download-options-table .aqua-upgrade-row td {
  height: auto;
  padding: 9px 14px !important;
  overflow: visible;
  white-space: normal;
  font-weight: 400
}

.download-result .video-download-options-table .aqua-upgrade-row td::before {
  display: none !important;
  content: none !important
}

.aqua-upgrade {
  display: flex;
  align-items: center;
  gap: 14px
}

.aqua-upgrade--desktop {
  display: grid;
  grid-template-columns: 26% 18% 25% 31%;
  gap: 0;
  margin: -9px -14px
}

.aqua-upgrade--desktop>span,
.aqua-upgrade--desktop>a {
  padding: 9px 16px
}

.aqua-upgrade__quality {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--dl-result-ink);
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap
}

.aqua-upgrade__resolution {
  color: var(--dl-result-muted);
  font-size: 15px;
  white-space: nowrap
}

.aqua-upgrade__requirement {
  display: flex;
  align-items: center
}

.aqua-upgrade--desktop .aqua-upgrade__cta {
  margin-right: 16px;
  background: var(--dl-result-blue);
  color: #fff !important
}

.aqua-upgrade--desktop .aqua-upgrade__cta:hover {
  background: var(--dl-result-blue-hover)
}

.aqua-upgrade--mobile {
  display: none
}

.aqua-upgrade__icon {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px
}

.aqua-upgrade__icon::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: var(--dl-result-icon);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='2.5' y='3.5' width='19' height='17' rx='2.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='m10 8 6 4-6 4Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='2.5' y='3.5' width='19' height='17' rx='2.5' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='m10 8 6 4-6 4Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat
}

.aqua-upgrade__copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}

.aqua-upgrade__title {
  color: var(--dl-result-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2
}

.aqua-upgrade__note {
  color: var(--dl-result-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3
}

.aqua-upgrade__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 8px;
  min-height: 40px;
  padding: 7px 16px;
  border: 1.5px solid var(--dl-result-blue);
  border-radius: 8px;
  background: #fff;
  color: var(--dl-result-blue) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, color 160ms ease
}

.aqua-upgrade__cta span {
  display: inline-flex;
  font-size: 14px
}

.aqua-upgrade__cta:hover {
  background: var(--dl-result-blue);
  color: #fff !important;
  text-decoration: none
}

.aqua-upgrade__cta:focus-visible {
  outline: 3px solid rgba(51, 87, 240, .24);
  outline-offset: 2px
}

/* mobile video result responsive layout */
@media(max-width:620px) {
  .download-result .video-download-options-table {
    min-width: 0;
    table-layout: auto
  }

  .download-result .video-download-options-table tr {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    min-height: 0;
    padding: 12px
  }

  .download-result .video-download-options-table td {
    height: auto;
    padding: 0 !important
  }

  .download-result .video-download-options-table td:nth-child(1) {
    align-self: center;
    grid-column: 1;
    grid-row: 1
  }

  .download-result .video-download-options-table td:nth-child(2) {
    align-self: center;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    text-align: right !important
  }

  .download-result .video-download-options-table td:first-child::before {
    width: 19px;
    height: 19px;
    margin-right: 8px;
    vertical-align: -5px
  }

  .download-result .video-download-options-table td:nth-child(3) {
    display: flex !important;
    grid-column: 1/-1;
    grid-row: 2;
    padding: 0 !important
  }

  .download-result .video-download-options-table td:nth-child(4) {
    display: flex !important;
    grid-column: 1/-1;
    grid-row: 3;
    padding: 0 !important
  }

  .download-result .video-download-options-table td:nth-child(3) .btn,
  .download-result .video-download-options-table td:nth-child(4) .btn,
  .download-result .video-download-options-table .aqua-required-status {
    justify-content: center !important;
    width: 100%;
    max-width: none;
    min-height: 44px !important;
    margin: 0;
    padding: 8px 12px;
    border-radius: 8px !important
  }

  .download-result .video-download-options-table td:nth-child(3) .btn {
    border: 1px solid #cce7db !important;
    background: #f4fbf7 !important
  }

  .download-result .video-download-options-table td:nth-child(4) iframe {
    width: 100% !important;
    max-width: none !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0;
    border-radius: 8px !important
  }

  #pills-home .video-download-options-table td:nth-child(3) .btn::after {
    content: "Stream & Save";
    font-size: 12px;
    white-space: nowrap
  }

  #pills-home .video-download-options-table .aqua-upgrade-row td {
    display: block !important;
    grid-column: 1/-1 !important;
    grid-row: auto !important;
    padding: 0 !important
  }
}

@media(prefers-reduced-motion:reduce) {
  .download-result .video-download-options-table tr {
    transition: none
  }
}

/* audio download result reference match */
#pills-profile .download-table-scroll {
  border-color: var(--dl-result-line);
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(35, 48, 78, .04)
}

.download-result .audio-download-options-table {
  min-width: 760px;
  table-layout: fixed;
  font-family: Arial, Helvetica, sans-serif
}

.download-result .audio-download-options-table th,
.download-result .audio-download-options-table td {
  height: 48px;
  padding: 6px 16px !important;
  color: var(--dl-result-ink);
  font-size: 15px
}

.download-result .audio-download-options-table th {
  height: 44px;
  background: var(--dl-result-soft);
  color: var(--dl-result-ink);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none
}

.download-result .audio-download-options-table th:nth-child(1) {
  width: 16%
}

.download-result .audio-download-options-table th:nth-child(2) {
  width: 18%
}

.download-result .audio-download-options-table th:nth-child(3) {
  width: 38%;
  text-align: center !important
}

.download-result .audio-download-options-table th:nth-child(4) {
  width: 28%;
  text-align: center !important
}

.download-result .audio-options-swapped .audio-download-options-table th:nth-child(3) {
  width: 28%
}

.download-result .audio-options-swapped .audio-download-options-table th:nth-child(4) {
  width: 38%
}

.download-result .audio-download-options-table tr {
  border-color: var(--dl-result-line) !important;
  transition: background-color 180ms ease
}

.download-result .audio-download-options-table tbody tr:hover {
  background: var(--dl-result-soft) !important
}

.download-result .audio-download-options-table td:first-child {
  font-weight: 650;
  white-space: nowrap
}

.download-result .audio-download-options-table td:nth-child(2) {
  color: var(--dl-result-muted);
  font-variant-numeric: tabular-nums;
  white-space: nowrap
}

.download-result .audio-download-options-table td:nth-child(3),
.download-result .audio-download-options-table td:nth-child(4) {
  text-align: center !important
}

.audio-action-column--quick-open,
.download-result .audio-download-options-table .audio-action-cell--quick-open {
  text-align: left !important
}

.download-result .audio-download-options-table td:nth-child(3) iframe,
.download-result .audio-options-swapped .audio-download-options-table td:nth-child(4) iframe {
  display: block;
  width: 100% !important;
  max-width: 305px;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 auto;
  border: 0 !important;
  border-radius: 7px;
  background: var(--dl-result-blue)
}

.download-result .audio-download-options-table .audio-option-primary td:nth-child(3) iframe,
.download-result .audio-options-swapped .audio-download-options-table .audio-option-primary td:nth-child(4) iframe {
  background: #f79436
}

.download-result .audio-download-options-table .audio-open-save {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 44px;
  padding: 8px 0;
  color: var(--dl-result-green) !important;
  font-size: 0 !important;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap
}

.download-result .audio-download-options-table .audio-open-save:hover {
  color: var(--dl-result-green-hover) !important;
  text-decoration: underline;
  text-underline-offset: 3px
}

.download-result .audio-download-options-table .audio-open-save:focus-visible {
  outline: 3px solid rgba(77, 154, 114, .24);
  outline-offset: 2px
}

.download-result .audio-download-options-table .audio-open-save span {
  display: none
}

.download-result .audio-download-options-table .audio-open-save::after {
  content: "Quick Open  \2197";
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap
}

.download-result .audio-download-options-table .audio-option-unavailable {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  color: #9aa3b3;
  font-size: 19px;
  line-height: 1
}

@media(max-width:620px) {
  .download-result .audio-download-options-table {
    min-width: 0;
    table-layout: auto
  }

  .download-result .audio-download-options-table tr {
    grid-template-columns: minmax(86px, 34%) minmax(0, 1fr);
    gap: 4px 8px;
    min-height: 108px;
    padding: 8px
  }

  .download-result .audio-download-options-table td {
    height: auto;
    padding: 4px 6px !important
  }

  .download-result .audio-download-options-table td:nth-child(1) {
    align-self: end;
    grid-column: 1;
    grid-row: 1;
    font-size: 14px
  }

  .download-result .audio-download-options-table td:nth-child(2) {
    align-self: start;
    grid-column: 1;
    grid-row: 2;
    font-size: 12px
  }

  .download-result .audio-download-options-table td:nth-child(3) {
    display: flex !important;
    grid-column: 2;
    grid-row: 1;
    align-items: flex-end;
    justify-content: stretch !important;
    padding-bottom: 2px !important
  }

  .download-result .audio-download-options-table td:nth-child(4) {
    display: flex !important;
    grid-column: 2;
    grid-row: 2;
    align-items: flex-start;
    justify-content: stretch !important;
    padding-top: 2px !important
  }

  .download-result .audio-download-options-table td:nth-child(3) iframe,
  .download-result .audio-options-swapped .audio-download-options-table td:nth-child(4) iframe {
    width: 100% !important;
    max-width: none !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0;
    border-radius: 8px !important
  }

  .download-result .audio-download-options-table .audio-open-save,
  .download-result .audio-download-options-table .audio-option-unavailable {
    width: 100%;
    min-height: 44px;
    padding: 7px 6px;
    font-size: 13px;
    white-space: nowrap
  }
}

@media(max-width:390px) {
  .download-result .audio-download-options-table tr {
    grid-template-columns: minmax(86px, 34%) minmax(0, 1fr);
    padding-inline: 6px
  }

  .download-result .audio-download-options-table .audio-open-save {
    gap: 7px;
    font-size: 12px
  }
}

@media(prefers-reduced-motion:reduce) {
  .download-result .audio-download-options-table tr {
    transition: none
  }
}

.audio-download-note {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding: 18px 22px;
  border: 1px solid var(--dl-result-line);
  border-radius: 12px;
  background: #fff
}

.audio-download-note__icon {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border: 2px solid var(--dl-result-ink);
  border-radius: 50%;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  color: var(--dl-result-ink)
}

.audio-download-note p {
  flex: 1;
  margin: 0;
  color: var(--dl-result-ink);
  font-size: 15px;
  line-height: 1.5
}

.audio-download-note__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border: 1.5px solid var(--dl-result-blue);
  border-radius: 9px;
  color: var(--dl-result-blue) !important;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap
}

.audio-download-note__cta:hover {
  background: var(--dl-result-blue);
  color: #fff !important
}

@media(max-width:620px) {
  .audio-download-note {
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    padding: 16px
  }

  .audio-download-note__icon {
    grid-column: 1;
    grid-row: 1;
    align-self: start
  }

  .audio-download-note p {
    grid-column: 2;
    grid-row: 1;
    font-size: 14px
  }

  .audio-download-note__cta {
    grid-column: 1/-1;
    grid-row: 2;
    width: 100%
  }
}

.download-results-section {
  margin-bottom: 0;
  padding-bottom: 48px
}

/* mobile download methods overlap fix */
@media(max-width:620px) {
  .download-methods {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    overflow: hidden
  }

  .download-methods article {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 78px;
    padding: 10px 4px !important;
    text-align: center
  }

  .download-methods article+article::before {
    display: none
  }

  .download-methods article>div {
    flex: 0 1 auto;
    width: 100%;
    min-width: 0
  }

  .download-methods h3 {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: anywhere
  }

  .download-methods p,
  .download-methods article:first-child p {
    display: none !important
  }
}

@media(max-width:430px) {
  .download-tabs .nav-link {
    flex-direction: column;
    gap: 4px;
    min-height: 68px;
    padding: 7px 3px !important;
    line-height: 1.1;
    white-space: normal
  }

  .download-tabs .tab-icon {
    width: 22px;
    height: 22px;
    font-size: 19px
  }

  .download-methods article {
    min-height: 74px
  }

  .download-methods h3 {
    font-size: 11px
  }
}

/* mobile video download-method tabs (Quick Open / Direct File) */
.mobile-method-switch,
.mobile-method-hint {
  display: none
}

@media(max-width:620px) {
  #pills-home .download-methods {
    display: none
  }

  .mobile-method-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 0 12px
  }

  .mobile-method-switch__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 8px 10px;
    border: 1px solid var(--dl-result-line);
    border-radius: 10px;
    background: var(--dl-result-soft);
    color: var(--dl-result-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease
  }

  .mobile-method-switch__tab i {
    font-size: 15px
  }

  .mobile-method-switch__tab.is-active {
    border-color: var(--dl-result-green);
    background: #fff;
    color: var(--dl-result-green);
    box-shadow: inset 0 -3px 0 var(--dl-result-green)
  }

  .mobile-method-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 2px 12px;
    color: var(--dl-result-muted);
    font-size: 13px;
    line-height: 1.3
  }

  .mobile-method-hint i {
    flex-shrink: 0;
    color: var(--dl-result-green);
    font-size: 14px
  }

  .tab-pane.show-direct-file .mobile-method-hint--open-save {
    display: none
  }

  .tab-pane:not(.show-direct-file) .mobile-method-hint--direct-file {
    display: none
  }

  /* format rows: one line per format, action on the right (matches PC order top to bottom) */
  #pills-home .video-download-options-table tr,
  #pills-profile .audio-download-options-table tr {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--dl-result-line) !important
  }

  #pills-home .video-download-options-table tr:last-child,
  #pills-profile .audio-download-options-table tr:last-child {
    border-bottom: 0 !important
  }

  #pills-home .video-download-options-table tr {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px 10px;
    align-items: center;
    min-height: 64px;
    padding: 10px 12px
  }

  #pills-home .video-download-options-table td:nth-child(1) {
    align-self: end;
    grid-column: 1;
    grid-row: 1;
    font-size: 14px;
    font-weight: 650
  }

  #pills-home .video-download-options-table td:nth-child(2) {
    align-self: start;
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    padding-left: 27px !important;
    font-size: 12px;
    text-align: left !important
  }

  /* Quick Open tab: quick-open link only */
  #pills-home .video-download-options-table td:nth-child(3) {
    display: flex !important;
    grid-column: 2;
    grid-row: 1/span 2;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important
  }

  #pills-home .video-download-options-table td:nth-child(3) .btn {
    width: auto;
    min-height: 44px !important;
    padding: 8px 2px;
    border: 0 !important;
    background: transparent !important;
    color: var(--dl-result-green) !important
  }

  #pills-home .video-download-options-table td:nth-child(3) .btn::after {
    content: "Quick Open  \2197";
    font-size: 14px;
    font-weight: 650;
    white-space: nowrap
  }

  #pills-home .video-download-options-table td:nth-child(3) .btn.video-only-action::after {
    content: "Video Only  \2197"
  }

  #pills-home .video-download-options-table td:nth-child(3) .aqua-required-status {
    justify-content: flex-end !important;
    width: auto;
    min-height: 44px !important;
    padding: 8px 2px;
    font-size: 13px
  }

  #pills-home .video-download-options-table td:nth-child(4) {
    display: none !important
  }

  /* Direct File tab: prepared-download button only */
  #pills-home.show-direct-file .video-download-options-table td:nth-child(3) {
    display: none !important
  }

  #pills-home.show-direct-file .video-download-options-table td:nth-child(4) {
    display: flex !important;
    grid-column: 2;
    grid-row: 1/span 2;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important
  }

  #pills-home.show-direct-file .video-download-options-table td:nth-child(4) iframe {
    width: 172px !important;
    max-width: 172px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0;
    border-radius: 8px !important
  }

  #pills-home.show-direct-file .video-download-options-table td:nth-child(4) .btn,
  #pills-home.show-direct-file .video-download-options-table td:nth-child(4) .aqua-required-status {
    width: auto;
    max-width: 170px;
    min-height: 44px !important;
    padding: 8px 12px;
    white-space: normal;
    text-align: center
  }

  #pills-home.show-direct-file .video-download-options-table td:nth-child(4) .btn::after {
    white-space: normal;
    line-height: 1.2
  }

  #pills-home.show-direct-file .video-download-options-table .is-aqua-required td:nth-child(1) {
    white-space: normal;
    line-height: 1.15;
    overflow-wrap: anywhere
  }

  /* upgrade row: identical card in the Quick Open and Direct Download tabs */
  #pills-home .video-download-options-table .aqua-upgrade-row {
    display: block !important;
    grid-template-columns: none !important;
    padding: 10px 12px !important
  }

  #pills-home .video-download-options-table .aqua-upgrade-row td {
    display: block !important;
    padding: 0 !important;
    font-size: 14px
  }

  #pills-home .video-download-options-table .aqua-upgrade--desktop {
    display: none !important
  }

  #pills-home .video-download-options-table .aqua-upgrade--mobile {
    display: flex
  }

  #pills-home .video-download-options-table .aqua-upgrade-row .aqua-upgrade {
    gap: 8px
  }

  #pills-home .video-download-options-table .aqua-upgrade-row .aqua-upgrade__icon {
    width: 19px;
    height: 19px
  }

  #pills-home .video-download-options-table .aqua-upgrade-row .aqua-upgrade__icon::before {
    width: 19px;
    height: 19px
  }

  #pills-home .video-download-options-table .aqua-upgrade-row .aqua-upgrade__title {
    font-size: 14px
  }

  #pills-home .video-download-options-table .aqua-upgrade-row .aqua-upgrade__note {
    font-size: 12px
  }

  #pills-home .video-download-options-table .aqua-upgrade-row .aqua-upgrade__cta {
    max-width: 160px;
    min-height: 40px;
    padding: 7px 12px;
    font-size: 12px;
    white-space: normal;
    text-align: center
  }

}

@media(max-width:430px) {
  #pills-home .video-download-options-table tr {
    padding: 10px 8px
  }

  #pills-home .video-download-options-table td:nth-child(3) .btn::after {
    font-size: 13px
  }

  #pills-home.show-direct-file .video-download-options-table td:nth-child(4) iframe {
    width: 156px !important;
    max-width: 156px !important
  }
}

/* mobile audio download-method tabs (Direct Download / Quick Open) */
@media(max-width:620px) {
  #pills-profile .download-methods {
    display: none
  }

  #pills-profile .audio-download-options-table tr {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px 10px;
    align-items: center;
    min-height: 64px;
    padding: 10px 12px
  }

  #pills-profile .audio-download-options-table td {
    height: auto;
    padding: 0 !important
  }

  #pills-profile .audio-download-options-table td:nth-child(1) {
    align-self: end;
    grid-column: 1;
    grid-row: 1;
    font-size: 14px;
    font-weight: 650
  }

  #pills-profile .audio-download-options-table td:nth-child(2) {
    align-self: start;
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    font-size: 12px;
    text-align: left !important
  }

  /* Hide formats that cannot perform the selected mobile action. */
  #pills-profile.show-direct-file:not(.audio-options-swapped) .audio-download-options-table tr:has(td:nth-child(3) .audio-option-unavailable),
  #pills-profile.audio-options-swapped.show-direct-file .audio-download-options-table tr:has(td:nth-child(4) .audio-option-unavailable) {
    display: none !important
  }

  #pills-profile:not(.show-direct-file):not(.audio-options-swapped) .audio-download-options-table tr:has(td:nth-child(4) .audio-option-unavailable),
  #pills-profile.audio-options-swapped:not(.show-direct-file) .audio-download-options-table tr:has(td:nth-child(3) .audio-option-unavailable) {
    display: none !important
  }

  /* Direct Download tab (default): prepared-download button only */
  #pills-profile.show-direct-file .audio-download-options-table td:nth-child(3) {
    display: flex !important;
    grid-column: 2;
    grid-row: 1/span 2;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important
  }

  #pills-profile.show-direct-file .audio-download-options-table td:nth-child(3) iframe {
    width: 172px !important;
    max-width: 172px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0;
    border-radius: 8px !important
  }

  #pills-profile.show-direct-file .audio-download-options-table td:nth-child(4) {
    display: none !important
  }

  /* Quick Open tab: source link only */
  #pills-profile:not(.show-direct-file) .audio-download-options-table td:nth-child(3) {
    display: none !important
  }

  #pills-profile:not(.show-direct-file) .audio-download-options-table td:nth-child(4) {
    display: flex !important;
    grid-column: 2;
    grid-row: 1/span 2;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important
  }

  #pills-profile.audio-options-swapped.show-direct-file .audio-download-options-table td:nth-child(3) {
    display: none !important
  }

  #pills-profile.audio-options-swapped.show-direct-file .audio-download-options-table td:nth-child(4) {
    display: flex !important;
    grid-column: 2;
    grid-row: 1/span 2;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important
  }

  #pills-profile.audio-options-swapped:not(.show-direct-file) .audio-download-options-table td:nth-child(3) {
    display: flex !important;
    grid-column: 2;
    grid-row: 1/span 2;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important
  }

  #pills-profile.audio-options-swapped:not(.show-direct-file) .audio-download-options-table td:nth-child(4) {
    display: none !important
  }

  #pills-profile.audio-options-swapped .mobile-method-switch__tab[data-method="open-save"] {
    order: -1
  }

  #pills-profile .audio-download-options-table .audio-open-save {
    width: auto;
    min-height: 44px;
    padding: 8px 2px;
    font-size: 14px;
    white-space: nowrap
  }

  #pills-profile .audio-download-options-table .audio-option-unavailable {
    width: auto;
    min-height: 44px;
    padding: 0 6px
  }
}

@media(max-width:430px) {
  #pills-profile .audio-download-options-table tr {
    padding: 10px 8px
  }

  #pills-profile .audio-download-options-table .audio-open-save {
    font-size: 13px
  }

  #pills-profile .audio-download-options-table .audio-open-save::after {
    font-size: 13px
  }

  #pills-profile.show-direct-file .audio-download-options-table td:nth-child(3) iframe {
    width: 156px !important;
    max-width: 156px !important
  }

  #pills-profile.audio-options-swapped.show-direct-file .audio-download-options-table td:nth-child(4) iframe {
    width: 156px !important;
    max-width: 156px !important
  }
}

/* concise mobile refinements */
@media(max-width:620px) {
  #pills-home.show-direct-file .video-download-options-table tr:not(.aqua-upgrade-row):not(:has(td:nth-child(4) :is(a, button, iframe))) {
    display: none !important
  }

  #pills-home:not(.show-direct-file) .video-download-options-table tr:not(.aqua-upgrade-row):not(:has(td:nth-child(3) :is(a, button, iframe))) {
    display: none !important
  }

  #pills-profile.show-direct-file:not(.audio-options-swapped) .audio-download-options-table tr:not(:has(td:nth-child(3) :is(a, button, iframe))),
  #pills-profile.audio-options-swapped.show-direct-file .audio-download-options-table tr:not(:has(td:nth-child(4) :is(a, button, iframe))) {
    display: none !important
  }

  #pills-profile:not(.show-direct-file):not(.audio-options-swapped) .audio-download-options-table tr:not(:has(td:nth-child(4) :is(a, button, iframe))),
  #pills-profile.audio-options-swapped:not(.show-direct-file) .audio-download-options-table tr:not(:has(td:nth-child(3) :is(a, button, iframe))) {
    display: none !important
  }

  .start-hero .download-entry-card form .inner-form .input-field.third-wrap .btn-search {
    height: 60px !important;
    border-radius: 16px;
    font-size: 23px !important
  }

  .start-hero .download-entry-card form .inner-form .input-field.third-wrap .btn-search svg {
    width: 26px;
    height: 26px
  }

  .download-result__layout:has(#pills-convert.active) .download-result__media {
    display: none !important
  }

  .download-result__layout:has(#pills-convert.active) .download-tab-content {
    order: 2;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none
  }

  .download-tab-content:has(#pills-convert.active)::before {
    display: none
  }

  .download-tabs .nav-item.active,
  .download-tabs .nav-item:has(.nav-link.active) {
    border-color: var(--dl-result-line) !important;
    box-shadow: none !important
  }

  .download-tabs .nav-item.active .nav-link,
  .download-tabs .nav-link.active {
    color: var(--dl-result-green) !important
  }

  .download-tabs .nav-item.active .nav-link::after,
  .download-tabs .nav-link.active::after {
    background: var(--dl-result-green)
  }
}

@media(prefers-reduced-motion:reduce) {
  .mobile-method-switch__tab {
    transition: none
  }
}

/* popup product title alignment */
[id="25minlimit"] .quota-plan h3,
[id="3dailydownloadnew"] .quota-plan h3 {
  transform: none;
  margin-bottom: 10px
}

/* quota comparison: title text lines up with list text below */
[id="3dailydownloadnew"] .quota-plan h3 {
  gap: 13px
}

[id="3dailydownloadnew"] .quota-plan h3 img {
  width: 38px;
  height: 38px;
  margin-left: -7px
}

[id="3dailydownloadnew"] .quota-plan li {
  padding-left: 44px
}

[id="3dailydownloadnew"] .quota-plan li::before {
  width: 24px;
  height: 24px;
  font-size: 14px
}

@media(max-width:620px) {
  [id="3dailydownloadnew"] .quota-plan h3 {
    gap: 10px
  }

  [id="3dailydownloadnew"] .quota-plan h3 img {
    width: 30px;
    height: 30px;
    margin-left: -5px
  }

  [id="3dailydownloadnew"] .quota-plan li {
    padding-left: 35px
  }

  [id="3dailydownloadnew"] .quota-plan li::before {
    width: 20px;
    height: 20px;
    font-size: 12px
  }
}