@charset "UTF-8";
.category.main > p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 800px;
  margin-bottom: 12px; }

#ymm-container {
  min-height: 175px; }

@media only screen and (max-width: 767px) {
  #ymm-container {
    min-height: 290px; } }

/* ─── Split-category-description bottom zone ─── */
.category-extended-content {
  margin: 30px 0 20px;
  padding: 24px;
  background: #fafbfc;
  border-radius: 8px;
  border-top: 3px solid #cb0039;
  line-height: 1.6; }
  .category-extended-content h2 {
    color: #1a1a2e;
    font-size: 1.4em;
    margin: 24px 0 10px;
    border-bottom: 2px solid #cb0039;
    padding-bottom: 6px; }
  .category-extended-content h3 {
    color: #333;
    font-size: 1.1em;
    margin: 18px 0 8px; }
  .category-extended-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
    font-size: 0.92em; }
    .category-extended-content table th, .category-extended-content table td {
      padding: 8px 10px;
      border: 1px solid #e1e4e8;
      text-align: left; }
    .category-extended-content table th {
      background: #f1f3f5; }
  .category-extended-content ul li {
    margin-bottom: 6px; }
  .category-extended-content .faq-q {
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 14px; }
  .category-extended-content .faq-a {
    margin-top: 4px;
    color: #444; }
  .category-extended-content .related-links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 8px;
    margin: 12px 0; }
    .category-extended-content .related-links a {
      display: block;
      padding: 10px 14px;
      background: #f1f3f5;
      border-radius: 6px;
      color: #1a1a2e;
      text-decoration: none;
      font-size: 0.95em;
      border-left: 3px solid #cb0039;
      transition: background 0.15s; }
      .category-extended-content .related-links a:hover {
        background: #e9ecef; }
  .category-extended-content .why-trekline {
    background: #1a1a2e;
    color: #fff;
    padding: 18px 22px;
    border-radius: 8px;
    margin-top: 20px; }
    .category-extended-content .why-trekline h3 {
      color: #fff;
      border: none;
      margin-top: 0; }
    .category-extended-content .why-trekline a {
      color: #ffaaaa; }
