/* Ojerk V15.0.1 — no card hearts, wide information pages and clean category pages. */

/* Heart controls are intentionally removed from cards and model-player panels. */
.oj-model-card > .oj-favorite-button,
.oj-model-profile .oj-favorite-button.profile { display:none !important; }

/* Information pages no longer carry a breadcrumb above the main content card. */
.oj-information-page > .oj-model-breadcrumb { display:none !important; }
.oj-information-page { padding-top:clamp(18px,2.4vw,34px); }
.oj-information-page .oj-content-page {
  width:min(calc(100% - 36px),1480px);
  padding-top:0;
}
.oj-information-page .oj-content-page > article {
  border-radius:26px;
}
.oj-content-hero {
  padding:clamp(44px,5vw,78px);
}
.oj-content-hero h1 {
  max-width:1080px;
  font-size:clamp(46px,5.4vw,78px);
}
.oj-content-hero p {
  max-width:1020px;
  font-size:clamp(18px,1.6vw,22px);
}
.oj-information-page .oj-entry-content {
  max-width:1280px;
  padding:clamp(42px,5vw,78px);
  font-size:17px;
}
.oj-information-page .oj-entry-content > h2 {
  margin-top:58px;
  padding-top:30px;
  border-top:1px solid rgba(255,255,255,.08);
}
.oj-information-page .oj-entry-content > h2:first-of-type { margin-top:24px; }
.oj-how-steps,
.oj-info-grid { gap:16px; }
.oj-how-steps > article,
.oj-info-grid > article,
.oj-info-grid > section,
.oj-how-section,
.oj-page-note,
.oj-contact-form {
  padding:clamp(25px,3vw,38px);
  border-radius:17px;
}
.oj-how-steps > article p,
.oj-info-grid > article p,
.oj-info-grid > section p {
  font-size:15px;
  line-height:1.72;
}
.oj-information-nav {
  padding:28px clamp(42px,5vw,78px);
}

/* Category FAQs were retired in V15.0.1. */
.oj-v13-taxonomy > .oj-faq-section,
.oj-v11-combo-page > .oj-faq-section { display:none !important; }

@media(max-width:760px){
  .oj-information-page { padding-top:12px; }
  .oj-information-page .oj-content-page { width:min(calc(100% - 20px),1480px); }
  .oj-content-hero,
  .oj-information-page .oj-entry-content { padding:30px 22px; }
  .oj-content-hero h1 { font-size:clamp(38px,12vw,54px); }
  .oj-information-nav { padding:20px 22px; }
}
