/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2026 | 14:14:52 */
.josya-cat {
    font-family: inherit;
    color: #1a1a1a;
    max-width: 100%;
    line-height: 1.7;
    padding-top: 20px;
  }
  .josya-cat h2 { scroll-margin-top: 120px; }
  .josya-cat-section {
    padding: 32px 0 24px;
    border-top: 1px solid #f0e6d8;
  }
  .josya-cat h2 {
    color: #7B1618;
    font-size: 1.55rem;
    margin-bottom: 14px;
    line-height: 1.3;
  }
  .josya-cat h3 {
    color: #7B1618;
    font-size: 1.12rem;
    margin-bottom: 8px;
  }
  .josya-cat p { margin-bottom: 14px; color: #333; }

  .josya-cat-intro {
    background: #FFFAF3;
    border-left: 4px solid #7B1618;
    padding: 24px 28px;
    border-radius: 6px;
    margin-bottom: 30px;
    font-size: 1.04rem;
  }

  .josya-cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
    margin: 24px 0;
  }
  .josya-cat-card {
    background: #FFFAF3;
    border: 1px solid #f0e6d8;
    border-radius: 8px;
    padding: 20px 18px;
  }
  .josya-cat-card .pk-icon { font-size: 1.5rem; margin-bottom: 8px; display: block; }
  .josya-cat-card strong { display: block; color: #7B1618; margin-bottom: 6px; font-size: 0.96rem; }
  .josya-cat-card p { margin: 0; font-size: 0.88rem; line-height: 1.6; color: #444; }

  .josya-cat-designer {
    background: #7B1618;
    color: #fff;
    border-radius: 8px;
    padding: 28px 32px;
    margin: 30px 0;
  }
  .josya-cat-designer h2 { color: #fff; }
  .josya-cat-designer p { color: rgba(255,255,255,0.92); }
  .josya-cat-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 14px; }
  .josya-cat-tags span {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff; padding: 5px 14px; border-radius: 20px; font-size: 0.83rem;
  }

  .josya-cat-pills { display: flex; flex-wrap: wrap; gap: 9px; margin: 16px 0; }
  .josya-cat-pills span {
    background: #FFFAF3; border: 1px solid #f0e6d8;
    padding: 7px 15px; border-radius: 20px; font-size: 0.86rem; color: #7B1618;
  }

  .josya-cat-btn {
    display: inline-block; background: #7B1618; color: #fff !important;
    padding: 12px 26px; border-radius: 4px; text-decoration: none;
    font-size: 0.93rem; font-weight: 600; margin: 6px 8px 6px 0; transition: background .2s;
  }
  .josya-cat-btn:hover { background: #5e1012; color: #fff !important; }
  .josya-cat-btn.outline { background: transparent; border: 2px solid #7B1618; color: #7B1618 !important; }
  .josya-cat-btn.outline:hover { background: #7B1618; color: #fff !important; }

  .josya-cat-cta {
    background: #FFFAF3; border: 1px solid #f0e6d8; border-radius: 8px;
    padding: 30px; text-align: center; margin: 30px 0;
  }
  .josya-cat-cta h2 { margin-bottom: 10px; }
  .josya-cat-cta p { color: #555; margin-bottom: 18px; }

  .josya-cat-faq { margin: 24px 0; }
  .josya-cat-faq-item {
    border: 1px solid #f0e6d8; border-radius: 6px; margin-bottom: 10px; overflow: hidden;
  }
  .josya-cat-faq-item summary {
    padding: 16px 20px; font-weight: 600; color: #7B1618; cursor: pointer;
    list-style: none; display: flex; justify-content: space-between; align-items: center;
    font-size: 0.96rem; background: #FFFAF3;
  }
  .josya-cat-faq-item summary::-webkit-details-marker { display: none; }
  .josya-cat-faq-item summary::after { content: '+'; font-size: 1.3rem; color: #7B1618; margin-left: 12px; flex-shrink: 0; }
  .josya-cat-faq-item[open] summary::after { content: '−'; }
  .josya-cat-faq-item .faq-body {
    padding: 16px 20px 18px; font-size: 0.92rem; line-height: 1.75; color: #333;
    background: #fff; border-top: 1px solid #f0e6d8;
  }
  .josya-cat-faq-item .faq-body a { color: #7B1618; text-decoration: underline; }

  .josya-cat-links { margin: 24px 0 0; padding-top: 22px; border-top: 1px solid #f0e6d8; }
  .josya-cat-links p { font-size: 0.9rem; color: #666; line-height: 2.2; }
  .josya-cat-links a {
    color: #7B1618; text-decoration: none;
    display: inline-block; margin-right: 6px; white-space: nowrap;
  }
  .josya-cat-links a:hover { text-decoration: underline; }

  /* ── Read More toggle (CSS-only, SEO-safe) ── */
  /* The checkbox is hidden; label acts as the button.
     All content stays in the HTML and is indexable. */
  .josya-cat-readmore-toggle { display: none; }
  .josya-cat-more {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
  .josya-cat-readmore-toggle:checked ~ .josya-cat-more {
    max-height: 12000px;
    transition: max-height 1s ease-in;
  }
  .josya-cat-readmore-label {
    display: inline-block;
    margin: 22px 0 4px;
    color: #7B1618;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    border: 2px solid #7B1618;
    padding: 11px 26px;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
    user-select: none;
  }
  .josya-cat-readmore-label:hover { background: #7B1618; color: #fff; }
  .josya-cat-readmore-label .more-text { display: inline; }
  .josya-cat-readmore-label .less-text { display: none; }
  .josya-cat-readmore-toggle:checked ~ .josya-cat-readmore-label .more-text { display: none; }
  .josya-cat-readmore-toggle:checked ~ .josya-cat-readmore-label .less-text { display: inline; }
  /* fade hint at the cut-off when collapsed */
  .josya-cat-fade {
    position: relative;
    height: 0;
  }
  .josya-cat-readmore-toggle:not(:checked) ~ .josya-cat-fade {
    height: 60px;
    margin-top: -60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
    pointer-events: none;
  }

  /* ── Read More toggle (details-based, wpautop-proof) ── */
  /* Uses <details>/<summary> like the FAQ — proven to survive sanitization. */
  .josya-cat-readmore-details { margin: 8px 0; }
  .josya-cat-readmore-details > summary.josya-cat-readmore-summary {
    display: inline-block;
    margin: 22px 0 4px;
    color: #7B1618;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    border: 2px solid #7B1618;
    padding: 11px 26px;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
    user-select: none;
    list-style: none;
  }
  .josya-cat-readmore-details > summary.josya-cat-readmore-summary::-webkit-details-marker { display: none; }
  .josya-cat-readmore-details > summary.josya-cat-readmore-summary::after { content: ' ▾'; }
  .josya-cat-readmore-details[open] > summary.josya-cat-readmore-summary::after { content: ' ▴'; }
  .josya-cat-readmore-details > summary.josya-cat-readmore-summary:hover { background: #7B1618; color: #fff; }
  .josya-cat-readmore-details[open] > summary.josya-cat-readmore-summary { /* keep visible when open */ }