.qtv-ml{
  direction:rtl;
  min-height:60vh;
  padding:34px 16px 64px;
  background:#f4f7f5;
  color:#17221b;
  font-family:Tahoma,Arial,sans-serif;
  font-size:18px;
  line-height:1.8;
}
.qtv-ml *{box-sizing:border-box}
.qtv-ml-wrap{width:min(1180px,100%);margin:0 auto}
.qtv-ml a{color:inherit}
.qtv-ml-breadcrumb{display:flex;flex-wrap:wrap;gap:9px;align-items:center;font-size:16px;line-height:1.8;color:#5a675e;margin:0 0 20px;font-weight:700}
.qtv-ml-breadcrumb a{text-decoration:none;color:#2d5d3d}
.qtv-ml-breadcrumb a:hover{text-decoration:underline}

.qtv-ml-hero,.qtv-ml-section,.qtv-ml-reading,.qtv-ml-source,.qtv-ml-audio-box{
  background:#fff;
  border:1px solid #d8e4dc;
  border-radius:22px;
  padding:30px;
  margin:0 0 24px;
}
.qtv-ml-hero{box-shadow:0 14px 38px rgba(22,50,31,.07);padding:38px}
.qtv-ml-hero-book{position:relative;overflow:hidden}
.qtv-ml-hero-book:before{content:"";position:absolute;inset:0 auto 0 0;width:8px;background:#1d6a3d}
.qtv-ml-eyebrow,.qtv-ml-section-label{font-size:16px;font-weight:900;color:#39704a;margin:0 0 9px}
.qtv-ml-eyebrow a{text-decoration:none}
.qtv-ml h1{font-size:clamp(34px,4.2vw,52px);line-height:1.3;margin:0 0 16px;color:#102a19;font-weight:900;letter-spacing:0}
.qtv-ml h2{font-size:clamp(27px,2.7vw,34px);line-height:1.4;margin:0 0 17px;color:#153824;font-weight:900}
.qtv-ml h3{font-size:22px;line-height:1.55;margin:0 0 10px;color:#163a25;font-weight:900}
.qtv-ml-hero>p:not(.qtv-ml-eyebrow){font-size:20px;line-height:2;margin:0;color:#405247;max-width:970px;font-weight:500}
.qtv-ml-section-intro{font-size:18px;line-height:1.95;color:#53645a;margin:0;max-width:900px}

.qtv-ml-actions,.qtv-ml-inline-actions{display:flex;flex-wrap:wrap;gap:11px;align-items:center}
.qtv-ml-actions{margin-top:24px}
.qtv-ml-btn{appearance:none;border:1px solid #b9cdbf;background:#fff;border-radius:13px;padding:12px 18px;text-decoration:none;font:inherit;font-size:17px;line-height:1.4;font-weight:900;cursor:pointer;color:#173b26}
.qtv-ml-btn:hover{background:#f2f8f4}
.qtv-ml-btn-primary{background:#174c2c;color:#fff;border-color:#174c2c}
.qtv-ml-btn-primary:hover{background:#123e24}
.qtv-ml-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.qtv-ml-meta span,.qtv-ml-note{background:#edf5ef;border:1px solid #d4e5d8;border-radius:999px;padding:8px 14px;color:#31583d;font-size:16px;font-weight:800}
.qtv-ml-note{border-radius:14px;margin:0 0 22px;padding:13px 16px;line-height:1.8}

.qtv-ml-section-head{display:flex;justify-content:space-between;gap:22px;align-items:flex-start;margin-bottom:20px}
.qtv-ml-section-head h2{margin-bottom:6px}
.qtv-ml-section-head h2 a{text-decoration:none}
.qtv-ml-section-head h2 a:hover{text-decoration:underline}
.qtv-ml-text-link{font-size:17px;font-weight:900;text-decoration:none;color:#1e6438;white-space:nowrap}
.qtv-ml-text-link:hover{text-decoration:underline}

.qtv-ml-prelude-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px}
.qtv-ml-prelude-card,.qtv-ml-major-card,.qtv-ml-group-card{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  border:1px solid #d7e3da;
  border-radius:18px;
  background:#fbfcfb;
  transition:transform .15s ease,border-color .15s ease,background .15s ease;
}
.qtv-ml-prelude-card:hover,.qtv-ml-major-card:hover,.qtv-ml-group-card:hover{transform:translateY(-1px);border-color:#9db9a5;background:#f3f8f4}
.qtv-ml-prelude-card{padding:20px;min-height:135px;justify-content:center}
.qtv-ml-prelude-card strong{font-size:23px;line-height:1.45;color:#143d24;margin:4px 0}
.qtv-ml-prelude-card small{font-size:16px;line-height:1.75;color:#5f6f64;font-weight:600}
.qtv-ml-card-tag{font-size:14px;line-height:1.4;font-weight:900;color:#497158}

.qtv-ml-major-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.qtv-ml-major-card{padding:26px;min-height:230px;border-width:2px;justify-content:center}
.qtv-ml-major-card strong{font-size:30px;line-height:1.35;color:#113b22;margin:7px 0}
.qtv-ml-major-card>span:not(.qtv-ml-card-tag){font-size:17px;color:#466050;font-weight:800}
.qtv-ml-major-card small{font-size:17px;line-height:1.9;color:#53675a;margin-top:10px}
.qtv-ml-major-card b{font-size:17px;color:#1b6336;margin-top:13px}
.qtv-ml-major-card-adhkar{background:#f3faf5;border-color:#c5dfcc}
.qtv-ml-major-card-adab{background:#f8faf5;border-color:#d8e1c9}

.qtv-ml-filter-section{display:grid;grid-template-columns:1fr minmax(300px,440px);gap:24px;align-items:center}
.qtv-ml-filter-section h2{margin-bottom:5px}
.qtv-ml-search-wrap{display:block}
.qtv-ml-search{width:100%;min-height:56px;border:1px solid #bfcfc3;border-radius:15px;background:#fff;color:#16241b;padding:13px 17px;font:inherit;font-size:18px;font-weight:700;outline:none}
.qtv-ml-search:focus{border-color:#5c8c69;box-shadow:0 0 0 3px rgba(40,109,63,.12)}
.qtv-ml-search::placeholder{color:#77857b;font-weight:600}

.qtv-ml-branch-panel{scroll-margin-top:110px}
.qtv-ml-group-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.qtv-ml-group-card{padding:20px;min-height:158px;justify-content:flex-start}
.qtv-ml-group-card strong{font-size:22px;line-height:1.5;color:#153d25;margin-bottom:4px}
.qtv-ml-group-card span{font-size:16px;color:#53675b;font-weight:800}
.qtv-ml-group-card small{font-size:15px;line-height:1.75;color:#6a766e;margin-top:8px;font-weight:600}
.qtv-ml-group-card[hidden]{display:none!important}

.qtv-ml-index-list{display:grid;gap:12px}
.qtv-ml-index-row{display:block;border:1px solid #dce6de;border-radius:16px;padding:18px 20px;text-decoration:none;background:#fcfdfc}
.qtv-ml-index-row:hover{border-color:#a8c0af;background:#f4f8f5}
.qtv-ml-index-row strong{display:block;margin-bottom:7px;color:#173e28;font-size:21px;line-height:1.6}
.qtv-ml-index-row span{display:block;color:#58675e;font-size:17px;line-height:1.9}
.qtv-ml-index-row-numbered{display:grid;grid-template-columns:54px 1fr;align-items:start;gap:15px}
.qtv-ml-topic-number{display:flex!important;align-items:center;justify-content:center;width:48px;height:48px;border-radius:13px;background:#eaf4ed;color:#174f2c!important;font-size:18px!important;font-weight:900;line-height:1!important}

.qtv-ml-reading{padding:34px}
.qtv-ml-topic-kicker{font-size:16px;font-weight:900;color:#4f6d58;margin-bottom:7px}
.qtv-ml-part{padding:0 0 30px;margin:0 0 30px;border-bottom:1px solid #e5ebe7}
.qtv-ml-part:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}
.qtv-ml-matn{font-size:25px;line-height:2.25;color:#101a14;white-space:normal;font-weight:500;word-spacing:1px}
.qtv-ml-part-audio{margin-top:20px;border-radius:16px;background:#f3f7f4;border:1px solid #dce7df;padding:16px}
.qtv-ml-part-audio strong{display:block;font-size:17px;font-weight:900;color:#365642}
.qtv-ml audio{width:100%;display:block;margin-top:11px;min-height:44px}

.qtv-ml-prevnext,.qtv-ml-related{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:0 0 24px}
.qtv-ml-prevnext a,.qtv-ml-related a{display:flex;flex-direction:column;gap:6px;border:1px solid #d7e2da;border-radius:17px;padding:18px 20px;text-decoration:none;background:#fff}
.qtv-ml-prevnext a:hover,.qtv-ml-related a:hover{background:#f4f8f5;border-color:#a8c0af}
.qtv-ml-prevnext a:last-child{text-align:left}
.qtv-ml-prevnext span,.qtv-ml-related span{font-size:15px;color:#66736b;font-weight:700}
.qtv-ml-prevnext strong,.qtv-ml-related strong{font-size:19px;line-height:1.55;color:#173d27}

.qtv-ml-source p{line-height:1.95;color:#4b5d52;font-size:17px}
.qtv-ml-source p a{color:#1c6336;font-weight:900;text-decoration:none}
.qtv-ml-source p a:hover{text-decoration:underline}
.qtv-ml-inline-actions a{font-size:17px;font-weight:900;color:#1c6336;text-decoration:none}
.qtv-ml-inline-actions a:hover{text-decoration:underline}

@media(max-width:900px){
  .qtv-ml-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .qtv-ml-filter-section{grid-template-columns:1fr}
}
@media(max-width:640px){
  .qtv-ml{padding:20px 10px 44px;font-size:17px}
  .qtv-ml-hero,.qtv-ml-section,.qtv-ml-reading,.qtv-ml-source,.qtv-ml-audio-box{border-radius:18px;padding:21px}
  .qtv-ml-hero{padding:24px}
  .qtv-ml-prelude-grid,.qtv-ml-major-grid,.qtv-ml-group-grid,.qtv-ml-prevnext,.qtv-ml-related{grid-template-columns:1fr}
  .qtv-ml h1{font-size:34px}
  .qtv-ml h2{font-size:27px}
  .qtv-ml h3{font-size:21px}
  .qtv-ml-hero>p:not(.qtv-ml-eyebrow){font-size:18px;line-height:1.95}
  .qtv-ml-section-intro{font-size:17px}
  .qtv-ml-major-card{min-height:0;padding:22px}
  .qtv-ml-major-card strong{font-size:27px}
  .qtv-ml-group-card strong{font-size:21px}
  .qtv-ml-group-card span{font-size:16px}
  .qtv-ml-group-card small{font-size:15px}
  .qtv-ml-matn{font-size:22px;line-height:2.15}
  .qtv-ml-index-row strong{font-size:20px}
  .qtv-ml-index-row span{font-size:16px}
  .qtv-ml-prevnext a:last-child{text-align:right}
  .qtv-ml-section-head{flex-direction:column;align-items:stretch}
  .qtv-ml-text-link{white-space:normal}
  .qtv-ml-index-row-numbered{grid-template-columns:48px 1fr;gap:12px}
  .qtv-ml-topic-number{width:44px;height:44px}
}

/* Dark mode with strong contrast for Quran.tv. */
.qtv-ml.qtv-ml-dark{background:#061a14!important;color:#f2f8f4!important;color-scheme:dark}
.qtv-ml.qtv-ml-dark .qtv-ml-breadcrumb,.qtv-ml.qtv-ml-dark .qtv-ml-breadcrumb span{color:#c4d7cb!important}
.qtv-ml.qtv-ml-dark .qtv-ml-breadcrumb a{color:#d7ecdd!important}
.qtv-ml.qtv-ml-dark .qtv-ml-hero,.qtv-ml.qtv-ml-dark .qtv-ml-section,.qtv-ml.qtv-ml-dark .qtv-ml-reading,.qtv-ml.qtv-ml-dark .qtv-ml-source,.qtv-ml.qtv-ml-dark .qtv-ml-audio-box{background:#0d2a21!important;border-color:#2d5845!important;box-shadow:0 12px 34px rgba(0,0,0,.2)!important;color:#f2f8f4!important}
.qtv-ml.qtv-ml-dark h1,.qtv-ml.qtv-ml-dark h2,.qtv-ml.qtv-ml-dark h3,.qtv-ml.qtv-ml-dark strong{color:#fff!important}
.qtv-ml.qtv-ml-dark .qtv-ml-eyebrow,.qtv-ml.qtv-ml-dark .qtv-ml-eyebrow a,.qtv-ml.qtv-ml-dark .qtv-ml-section-label,.qtv-ml.qtv-ml-dark .qtv-ml-card-tag{color:#aee9c0!important}
.qtv-ml.qtv-ml-dark .qtv-ml-hero>p:not(.qtv-ml-eyebrow),.qtv-ml.qtv-ml-dark .qtv-ml-section-intro,.qtv-ml.qtv-ml-dark .qtv-ml-source p,.qtv-ml.qtv-ml-dark .qtv-ml-prevnext span,.qtv-ml.qtv-ml-dark .qtv-ml-related span,.qtv-ml.qtv-ml-dark .qtv-ml-major-card>span:not(.qtv-ml-card-tag),.qtv-ml.qtv-ml-dark .qtv-ml-major-card small,.qtv-ml.qtv-ml-dark .qtv-ml-prelude-card small,.qtv-ml.qtv-ml-dark .qtv-ml-group-card span,.qtv-ml.qtv-ml-dark .qtv-ml-group-card small,.qtv-ml.qtv-ml-dark .qtv-ml-index-row span{color:#cbdcd2!important}
.qtv-ml.qtv-ml-dark .qtv-ml-prelude-card,.qtv-ml.qtv-ml-dark .qtv-ml-major-card,.qtv-ml.qtv-ml-dark .qtv-ml-group-card,.qtv-ml.qtv-ml-dark .qtv-ml-index-row,.qtv-ml.qtv-ml-dark .qtv-ml-prevnext a,.qtv-ml.qtv-ml-dark .qtv-ml-related a{background:#12362a!important;border-color:#3b6753!important;color:#f4faf6!important}
.qtv-ml.qtv-ml-dark .qtv-ml-major-card-adhkar,.qtv-ml.qtv-ml-dark .qtv-ml-major-card-adab{background:#16402f!important}
.qtv-ml.qtv-ml-dark .qtv-ml-prelude-card:hover,.qtv-ml.qtv-ml-dark .qtv-ml-major-card:hover,.qtv-ml.qtv-ml-dark .qtv-ml-group-card:hover,.qtv-ml.qtv-ml-dark .qtv-ml-index-row:hover,.qtv-ml.qtv-ml-dark .qtv-ml-prevnext a:hover,.qtv-ml.qtv-ml-dark .qtv-ml-related a:hover{background:#194634!important;border-color:#67967d!important}
.qtv-ml.qtv-ml-dark .qtv-ml-prelude-card strong,.qtv-ml.qtv-ml-dark .qtv-ml-major-card strong,.qtv-ml.qtv-ml-dark .qtv-ml-major-card b,.qtv-ml.qtv-ml-dark .qtv-ml-group-card strong,.qtv-ml.qtv-ml-dark .qtv-ml-index-row strong,.qtv-ml.qtv-ml-dark .qtv-ml-prevnext strong,.qtv-ml.qtv-ml-dark .qtv-ml-related strong,.qtv-ml.qtv-ml-dark .qtv-ml-text-link,.qtv-ml.qtv-ml-dark .qtv-ml-inline-actions a,.qtv-ml.qtv-ml-dark .qtv-ml-source p a,.qtv-ml.qtv-ml-dark a{color:#d1f6dc!important}
.qtv-ml.qtv-ml-dark .qtv-ml-btn{background:#183e31!important;border-color:#527e68!important;color:#fff!important}
.qtv-ml.qtv-ml-dark .qtv-ml-btn-primary{background:#2a7d4b!important;border-color:#4fa96f!important;color:#fff!important}
.qtv-ml.qtv-ml-dark .qtv-ml-meta span,.qtv-ml.qtv-ml-dark .qtv-ml-note{background:#163b2e!important;border-color:#3d6b51!important;color:#e7f4eb!important}
.qtv-ml.qtv-ml-dark .qtv-ml-search{background:#0a241b!important;border-color:#466f59!important;color:#fff!important}
.qtv-ml.qtv-ml-dark .qtv-ml-search::placeholder{color:#b1c4b8!important}
.qtv-ml.qtv-ml-dark .qtv-ml-matn{color:#fff!important}
.qtv-ml.qtv-ml-dark .qtv-ml-topic-kicker{color:#b9d7c4!important}
.qtv-ml.qtv-ml-dark .qtv-ml-topic-number{background:#1d5439!important;color:#fff!important}
.qtv-ml.qtv-ml-dark .qtv-ml-part{border-bottom-color:#2f5443!important}
.qtv-ml.qtv-ml-dark .qtv-ml-part-audio{background:#092219!important;border-color:#315645!important}
.qtv-ml.qtv-ml-dark .qtv-ml-part-audio strong{color:#dcece2!important}
.qtv-ml.qtv-ml-dark audio{color-scheme:dark}

:is(html,body).dark .qtv-ml,
:is(html,body).dark-mode .qtv-ml,
:is(html,body).theme-dark .qtv-ml,
:is(html,body)[data-theme="dark"] .qtv-ml,
:is(html,body)[data-color-mode="dark"] .qtv-ml{color-scheme:dark}

/* 1.3.0 — Main book page follows the printed table of contents exactly. */
.qtv-ml-toc-list{display:grid;gap:22px}
.qtv-ml-toc-main{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:22px 24px;
  border:1px solid #cfe0d4;
  border-radius:18px;
  background:#f7fbf8;
  text-decoration:none;
}
.qtv-ml-toc-main:hover{background:#eef7f1;border-color:#9fbea8}
.qtv-ml-toc-main strong{font-size:27px;line-height:1.45;color:#123a22}
.qtv-ml-toc-main-label{font-size:16px;font-weight:900;color:#55705e}
.qtv-ml-toc-branch{display:grid;gap:16px;padding-top:4px}
.qtv-ml-toc-branch-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:22px 24px;
  border-radius:18px;
  background:#174c2c;
  color:#fff!important;
  text-decoration:none;
}
.qtv-ml-toc-branch-title span{font-size:15px;font-weight:900;opacity:.88}
.qtv-ml-toc-branch-title strong{font-size:30px;line-height:1.35;color:#fff!important}
.qtv-ml-toc-groups{display:grid;gap:15px}
.qtv-ml-toc-group{
  border:1px solid #d6e3d9;
  border-radius:18px;
  background:#fbfdfb;
  overflow:hidden;
}
.qtv-ml-toc-group-top{margin-top:0}
.qtv-ml-toc-group[hidden]{display:none!important}
.qtv-ml-toc-group-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 21px;
  background:#f0f7f2;
  border-bottom:1px solid #d9e5dc;
  text-decoration:none;
}
.qtv-ml-toc-group-title:hover{background:#e8f3eb}
.qtv-ml-toc-group-title strong{font-size:24px;line-height:1.45;color:#143d24}
.qtv-ml-toc-group-title span{font-size:15px;font-weight:900;color:#5b6f61;white-space:nowrap}
.qtv-ml-toc-topics{list-style:none;margin:0;padding:8px 16px 12px}
.qtv-ml-toc-topics li{margin:0;padding:0;border-bottom:1px solid #e7ede9}
.qtv-ml-toc-topics li:last-child{border-bottom:0}
.qtv-ml-toc-topics li>a{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:13px;
  align-items:center;
  min-height:58px;
  padding:11px 8px;
  text-decoration:none;
  border-radius:11px;
}
.qtv-ml-toc-topics li>a:hover{background:#f2f8f4}
.qtv-ml-toc-num{font-size:17px;font-weight:900;color:#2e6240;text-align:center;direction:ltr}
.qtv-ml-toc-topic-title{font-size:20px;line-height:1.75;font-weight:800;color:#1b2d21}

.qtv-ml.qtv-ml-dark .qtv-ml-toc-main{background:#12362a!important;border-color:#3b6753!important}
.qtv-ml.qtv-ml-dark .qtv-ml-toc-main:hover{background:#194634!important}
.qtv-ml.qtv-ml-dark .qtv-ml-toc-main strong{color:#fff!important}
.qtv-ml.qtv-ml-dark .qtv-ml-toc-main-label{color:#c7dbcf!important}
.qtv-ml.qtv-ml-dark .qtv-ml-toc-branch-title{background:#21613c!important;border:1px solid #4f8b67!important;color:#fff!important}
.qtv-ml.qtv-ml-dark .qtv-ml-toc-branch-title strong,.qtv-ml.qtv-ml-dark .qtv-ml-toc-branch-title span{color:#fff!important}
.qtv-ml.qtv-ml-dark .qtv-ml-toc-group{background:#0f3025!important;border-color:#3b6753!important}
.qtv-ml.qtv-ml-dark .qtv-ml-toc-group-title{background:#16402f!important;border-bottom-color:#3b6753!important}
.qtv-ml.qtv-ml-dark .qtv-ml-toc-group-title:hover{background:#194936!important}
.qtv-ml.qtv-ml-dark .qtv-ml-toc-group-title strong{color:#fff!important}
.qtv-ml.qtv-ml-dark .qtv-ml-toc-group-title span{color:#cbdcd2!important}
.qtv-ml.qtv-ml-dark .qtv-ml-toc-topics li{border-bottom-color:#2d5141!important}
.qtv-ml.qtv-ml-dark .qtv-ml-toc-topics li>a:hover{background:#183e31!important}
.qtv-ml.qtv-ml-dark .qtv-ml-toc-num{color:#aee9c0!important}
.qtv-ml.qtv-ml-dark .qtv-ml-toc-topic-title{color:#fff!important}

@media(max-width:640px){
  .qtv-ml-toc-main,.qtv-ml-toc-branch-title,.qtv-ml-toc-group-title{padding:16px 17px}
  .qtv-ml-toc-main strong{font-size:24px}
  .qtv-ml-toc-branch-title{align-items:flex-start;flex-direction:column;gap:3px}
  .qtv-ml-toc-branch-title strong{font-size:27px}
  .qtv-ml-toc-group-title{align-items:flex-start;flex-direction:column;gap:4px}
  .qtv-ml-toc-group-title strong{font-size:22px}
  .qtv-ml-toc-topics{padding:6px 10px 10px}
  .qtv-ml-toc-topics li>a{grid-template-columns:52px 1fr;gap:9px;padding:10px 5px}
  .qtv-ml-toc-num{font-size:16px}
  .qtv-ml-toc-topic-title{font-size:19px;line-height:1.75}
}


/* 1.3.2 — Clear icon-first social sharing on every Athkaar & Adab page. */
.qtv-ml-sharebox{
  background:#fff;
  border:1px solid #d8e4dc;
  border-radius:22px;
  padding:28px 30px;
  margin:0 0 24px;
}
.qtv-ml-sharebox-head{text-align:center}
.qtv-ml-sharebox-head h2{margin-bottom:7px}
.qtv-ml-sharebox-head>p:last-child{margin:0;color:#53645a;font-size:17px;line-height:1.8}
.qtv-ml-social-share{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:center;
  gap:18px 22px;
  margin-top:22px;
}
.qtv-ml-social-btn{
  appearance:none;
  border:0;
  background:transparent;
  color:#173b26;
  padding:0;
  width:82px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  font:inherit;
  line-height:1.25;
  cursor:pointer;
}
.qtv-ml-social-btn:focus-visible{outline:3px solid rgba(39,111,62,.28);outline-offset:5px;border-radius:16px}
.qtv-ml-social-icon{
  width:62px;
  height:62px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.14);
  transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;
}
.qtv-ml-social-icon svg{width:34px;height:34px;display:block}
.qtv-ml-social-btn:hover .qtv-ml-social-icon{transform:translateY(-3px) scale(1.04);box-shadow:0 9px 23px rgba(0,0,0,.19);filter:brightness(1.04)}
.qtv-ml-social-btn:active .qtv-ml-social-icon{transform:translateY(0) scale(.98)}
.qtv-ml-social-btn strong{font-size:15px;white-space:nowrap;color:#243a2c;font-weight:900}
.qtv-ml-social-whatsapp .qtv-ml-social-icon{background:#25D366}
.qtv-ml-social-instagram .qtv-ml-social-icon{background:linear-gradient(135deg,#833AB4 0%,#C13584 42%,#E1306C 66%,#F77737 100%)}
.qtv-ml-social-x .qtv-ml-social-icon{background:#0a0a0a}
.qtv-ml-social-facebook .qtv-ml-social-icon{background:#1877F2}
.qtv-ml-social-telegram .qtv-ml-social-icon{background:#229ED9}
.qtv-ml-share-status{min-height:1.6em;margin:14px 0 0;color:#31583d;font-size:15px;font-weight:800;text-align:center}

@media(max-width:640px){
  .qtv-ml-sharebox{border-radius:18px;padding:21px 14px}
  .qtv-ml-social-share{gap:16px 14px}
  .qtv-ml-social-btn{width:68px;gap:7px}
  .qtv-ml-social-icon{width:56px;height:56px}
  .qtv-ml-social-icon svg{width:31px;height:31px}
  .qtv-ml-social-btn strong{font-size:13px}
}
@media(max-width:370px){
  .qtv-ml-social-share{gap:15px 10px}
  .qtv-ml-social-btn{width:62px}
  .qtv-ml-social-icon{width:52px;height:52px}
  .qtv-ml-social-icon svg{width:28px;height:28px}
}

.qtv-ml.qtv-ml-dark .qtv-ml-sharebox{background:#0d2a21!important;border-color:#2d5845!important;color:#f2f8f4!important;box-shadow:0 12px 34px rgba(0,0,0,.2)!important}
.qtv-ml.qtv-ml-dark .qtv-ml-sharebox-head>p:last-child{color:#cbdcd2!important}
.qtv-ml.qtv-ml-dark .qtv-ml-social-btn{background:transparent!important;border:0!important}
.qtv-ml.qtv-ml-dark .qtv-ml-social-btn strong{color:#fff!important}
.qtv-ml.qtv-ml-dark .qtv-ml-social-icon{color:#fff!important}
.qtv-ml.qtv-ml-dark .qtv-ml-share-status{color:#bfe6ca!important}
