/* TTH v1.8.8 — standalone homepage featured resource cards. */
.tth-home-featured-resources{--tth-home-ink:#2c293d;--tth-home-muted:#696272;--tth-home-plum:#98417e;--tth-home-purple:#6558b5;--tth-home-line:#ebe3ec;width:100%;padding:72px 10px 76px;color:var(--tth-home-ink);font-family:inherit;box-sizing:border-box}
.tth-home-featured-resources *{box-sizing:border-box}
.tth-home-featured-heading{max-width:780px;margin:0 auto 34px;text-align:center}
.tth-home-featured-heading>p{margin:0 0 10px!important;font-size:13px;font-weight:900;letter-spacing:1.8px;color:var(--tth-home-plum)}
.tth-home-featured-heading h2{margin:0 0 12px!important;font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-.025em;color:var(--tth-home-ink)!important}
.tth-home-featured-heading>span{display:block;max-width:690px;margin:0 auto;font-size:17px;line-height:1.65;color:var(--tth-home-muted)}
.tth-home-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1180px;margin:0 auto}
.tth-home-featured-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--tth-home-line);border-radius:24px;background:#fff;box-shadow:0 10px 28px rgba(55,45,75,.07);transition:transform .2s ease,box-shadow .2s ease}
.tth-home-featured-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(55,45,75,.11)}
.tth-home-featured-image{display:grid;place-items:center;aspect-ratio:1/1;overflow:hidden;background:#fff;border-bottom:1px solid #f1ebf2}
.tth-home-featured-image img{display:block;width:100%;height:100%;object-fit:contain}
.tth-home-featured-body{display:flex;flex:1;flex-direction:column;padding:19px}
.tth-home-featured-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:11px}
.tth-home-featured-badges span{display:inline-flex;align-items:center;min-height:27px;padding:5px 9px;border-radius:999px;background:#f5edf3;color:#7c3b66;font-size:11px;font-weight:800;line-height:1}
.tth-home-featured-badges .is-owned{background:#eeeafe;color:#5f54a3}.tth-home-featured-badges .is-free{background:#eaf7ee;color:#39774c}.tth-home-featured-badges .is-book{background:#fff1d3;color:#8a5a11}
.tth-home-featured-body h3{margin:0 0 9px!important;font-size:20px;line-height:1.28}.tth-home-featured-body h3 a{color:var(--tth-home-ink)!important;text-decoration:none!important}
.tth-home-featured-meta{margin-bottom:10px;font-size:12px;line-height:1.5;color:#777080}
.tth-home-featured-body>p{margin:0 0 18px!important;font-size:14px;line-height:1.55;color:var(--tth-home-muted)}
.tth-home-featured-actions{display:grid;gap:9px;margin-top:auto}.tth-home-featured-actions form{margin:0}
.tth-home-featured-button{display:flex;width:100%;min-height:46px;align-items:center;justify-content:center;padding:11px 14px;border:0;border-radius:13px;background:var(--tth-home-plum);color:#fff!important;text-decoration:none!important;font-family:inherit;font-size:14px;font-weight:850;line-height:1.2;cursor:pointer;box-shadow:none}
.tth-home-featured-button:hover{background:#7f3569;color:#fff!important}.tth-home-featured-button.is-owned{background:var(--tth-home-purple)}.tth-home-featured-button.is-owned:hover{background:#554aa0}
.tth-home-featured-details{display:block;text-align:center;color:var(--tth-home-plum)!important;text-decoration:none!important;font-size:13px;font-weight:800}
.tth-home-featured-more{text-align:center;margin-top:28px}.tth-home-featured-more a{display:inline-flex;padding:12px 19px;border:1px solid #e3dce8;border-radius:12px;background:#fff;color:var(--tth-home-plum)!important;text-decoration:none!important;font-weight:850}
.tth-home-featured-empty{max-width:900px;margin:0 auto;padding:30px;border:1px dashed var(--tth-home-line);border-radius:18px;text-align:center;color:var(--tth-home-muted)}
@media(max-width:960px){.tth-home-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.tth-home-featured-resources{padding:52px 5px 58px}.tth-home-featured-grid{grid-template-columns:1fr}.tth-home-featured-card{max-width:520px;width:100%;margin:0 auto}}
