/* Vlotube - Terms, Privacy, Refund, About and FAQ pages. Works on every theme,
   follows light / dark through inherited colour and translucent surfaces. */
.vtp {
  --p-accent: var(--vt-tally, var(--vt-brand, #2f6fed));
  --p-line: rgba(127, 127, 127, .22);
  --p-soft: rgba(127, 127, 127, .08);
  --p-soft2: rgba(127, 127, 127, .14);
  --p-muted: rgba(127, 127, 127, 1);
  max-width: 1180px; margin: 0 auto; padding: 28px 24px 64px; box-sizing: border-box;
  font-family: "Inter", "Roboto", "Segoe UI", system-ui, -apple-system, Arial, sans-serif; line-height: 1.6;
}
.vtp *, .vtp *::before, .vtp *::after { box-sizing: border-box; }
.vtp svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
@media (max-width: 640px) { .vtp { padding: 16px 14px 48px; } }

.vtp-hero { display: flex; align-items: center; gap: 18px; padding: 28px 30px; margin: 0 0 28px; border-radius: 20px; border: 1px solid var(--p-line);
  background: radial-gradient(120% 140% at 0% 0%, color-mix(in srgb, var(--p-accent) 14%, transparent), transparent 60%), var(--p-soft); }
.vtp-hero > div:not(.vtp-hero__icon) { flex: 1; min-width: 0; }
.vtp-hero__icon { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; color: #fff; background: var(--p-accent); box-shadow: 0 10px 24px -12px var(--p-accent); flex: none; }
.vtp-hero__icon svg { width: 28px; height: 28px; }
.vtp-eyebrow { margin: 0 0 2px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--p-accent); }
.vtp-title { margin: 0; font-size: clamp(26px, 3.4vw, 38px); line-height: 1.15; font-weight: 800; letter-spacing: -.02em; }
.vtp-meta { margin: 6px 0 0; font-size: 14px; opacity: .7; display: flex; flex-wrap: wrap; gap: 4px 10px; }
.vtp-print { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--p-line); background: transparent; color: inherit; font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; }
.vtp-print:hover { background: var(--p-soft2); }
@media (max-width: 640px) { .vtp-hero { flex-wrap: wrap; padding: 20px; } .vtp-print { display: none; } }

.vtp-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 36px; align-items: start; }
@media (max-width: 900px) { .vtp-layout { grid-template-columns: 1fr; gap: 20px; } }
.vtp-side { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 20px; }
@media (max-width: 900px) { .vtp-side { position: static; } }
.vtp-nav { display: flex; flex-direction: column; gap: 2px; }
@media (max-width: 900px) { .vtp-nav { flex-direction: row; overflow-x: auto; scrollbar-width: none; } .vtp-nav::-webkit-scrollbar { display: none; } }
.vtp-nav__link { display: flex; align-items: center; gap: 12px; padding: 9px 12px; border-radius: 10px; color: inherit !important; text-decoration: none !important; font-size: 14px; font-weight: 500; opacity: .8; white-space: nowrap; }
.vtp-nav__link:hover { background: var(--p-soft); opacity: 1; }
.vtp-nav__link.is-on { background: color-mix(in srgb, var(--p-accent) 13%, transparent); color: var(--p-accent) !important; opacity: 1; font-weight: 700; }
.vtp-toc { border-top: 1px solid var(--p-line); padding-top: 14px; font-size: 13px; }
.vtp-toc summary { cursor: pointer; font-weight: 700; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; opacity: .7; margin-bottom: 8px; list-style: none; }
.vtp-toc summary::-webkit-details-marker { display: none; }
.vtp-toc ol { list-style: none; margin: 0; padding: 0; border-left: 2px solid var(--p-line); }
.vtp-toc li a { display: block; padding: 5px 0 5px 12px; margin-left: -2px; border-left: 2px solid transparent; color: inherit !important; opacity: .75; text-decoration: none !important; line-height: 1.35; }
.vtp-toc li a:hover { opacity: 1; }
.vtp-toc li a.is-on { border-left-color: var(--p-accent); color: var(--p-accent) !important; opacity: 1; font-weight: 600; }
.vtp-toc__l3 a { padding-left: 24px !important; font-size: 12.5px; }
@media (max-width: 900px) { .vtp-toc { display: none; } }

/* the document itself */
.vtp-doc { min-width: 0; max-width: 760px; font-size: 16.5px; line-height: 1.75; overflow-wrap: anywhere; }
.vtp-doc > :first-child { margin-top: 0; }
.vtp-doc h1, .vtp-doc h2, .vtp-doc h3, .vtp-doc h4 { line-height: 1.3; font-weight: 750; letter-spacing: -.01em; scroll-margin-top: 90px; color: inherit; }
.vtp-doc h1 { font-size: 28px; margin: 1.6em 0 .6em; }
.vtp-doc h2 { font-size: 23px; margin: 2em 0 .6em; padding-top: 1.2em; border-top: 1px solid var(--p-line); }
.vtp-doc h2:first-child { border-top: 0; padding-top: 0; }
.vtp-doc h3 { font-size: 19px; margin: 1.6em 0 .5em; }
.vtp-doc h4 { font-size: 17px; margin: 1.4em 0 .4em; }
.vtp-doc p { margin: 0 0 1.1em; }
.vtp-doc a { color: var(--p-accent); text-decoration: underline; text-underline-offset: 3px; }
.vtp-doc ul, .vtp-doc ol { margin: 0 0 1.2em; padding-left: 1.4em; }
.vtp-doc li { margin: .35em 0; }
.vtp-doc li::marker { color: var(--p-accent); }
.vtp-doc strong, .vtp-doc b { font-weight: 700; }
.vtp-doc blockquote { margin: 1.4em 0; padding: 14px 18px; border-left: 4px solid var(--p-accent); background: var(--p-soft); border-radius: 0 12px 12px 0; }
.vtp-doc hr { border: 0; border-top: 1px solid var(--p-line); margin: 2em 0; }
.vtp-doc img, .vtp-doc video { max-width: 100%; height: auto; border-radius: 12px; }
.vtp-doc iframe { max-width: 100%; border: 0; border-radius: 12px; }
.vtp-doc table { width: 100%; border-collapse: collapse; margin: 1.4em 0; font-size: 15px; display: block; overflow-x: auto; }
.vtp-doc th, .vtp-doc td { border: 1px solid var(--p-line); padding: 10px 12px; text-align: left; vertical-align: top; }
.vtp-doc th { background: var(--p-soft); font-weight: 700; }
.vtp-doc code { font-size: .9em; padding: 2px 6px; border-radius: 6px; background: var(--p-soft2); }
.vtp-doc pre { padding: 14px; border-radius: 12px; background: var(--p-soft); overflow-x: auto; }
.vtp-empty { opacity: .7; padding: 24px; text-align: center; border: 1px dashed var(--p-line); border-radius: 14px; }

/* FAQs */
.vtp-doc--faq { max-width: 820px; font-size: 16px; }
.vtp-search { position: relative; margin: 0 0 16px; }
.vtp-search svg { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); opacity: .6; }
.vtp-search input { width: 100%; height: 50px; padding: 0 18px 0 46px; border-radius: 999px; border: 1px solid var(--p-line); background: var(--p-soft); color: inherit; font: inherit; font-size: 16px; outline: none; }
.vtp-search input:focus { border-color: var(--p-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--p-accent) 18%, transparent); }
.vtp-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 26px; }
.vtp-chip { display: inline-flex; align-items: center; gap: 8px; height: 34px; padding: 0 14px; border-radius: 999px; background: var(--p-soft); color: inherit !important; text-decoration: none !important; font-size: 14px; font-weight: 600; }
.vtp-chip:hover { background: var(--p-soft2); }
.vtp-chip span { font-size: 12px; opacity: .6; }
.vtp-faqgroup { margin: 0 0 34px; scroll-margin-top: 90px; }
.vtp-faqgroup__title { font-size: 20px; font-weight: 800; margin: 0 0 12px; }
.vtp-faqlist { border: 1px solid var(--p-line); border-radius: 16px; overflow: hidden; }
.vtp-faq { border-top: 1px solid var(--p-line); }
.vtp-faq:first-child { border-top: 0; }
.vtp-faq summary { display: flex; align-items: center; gap: 16px; padding: 18px 20px; cursor: pointer; list-style: none; font-weight: 650; font-size: 16.5px; transition: background .15s; }
.vtp-faq summary::-webkit-details-marker { display: none; }
.vtp-faq summary span { flex: 1; }
.vtp-faq summary svg { transition: transform .25s; opacity: .7; }
.vtp-faq summary:hover { background: var(--p-soft); }
.vtp-faq[open] summary { background: var(--p-soft); }
.vtp-faq[open] summary svg { transform: rotate(180deg); color: var(--p-accent); opacity: 1; }
.vtp-faq summary:focus-visible { outline: 2px solid var(--p-accent); outline-offset: -2px; }
.vtp-faq__answer { padding: 4px 20px 20px; line-height: 1.7; opacity: .9; }
.vtp-faq__answer > :last-child { margin-bottom: 0; }
.vtp-faq__answer a { color: var(--p-accent); }
.vtp-faq__answer img { max-width: 100%; border-radius: 10px; }
.vtp-faq mark { background: color-mix(in srgb, var(--p-accent) 28%, transparent); color: inherit; border-radius: 3px; }

@media print {
  .vtp-side, .vtp-print, header#header, .yp_side_menu, footer { display: none !important; }
  .vtp-layout { display: block; }
  .vtp-hero { border: 0; padding: 0 0 16px; background: none; }
  .vtp-doc { max-width: none; font-size: 12pt; }
}
