/** Shopify CDN: Minification failed

Line 123:0 Unexpected "{"
Line 124:2 Expected identifier but found "\"type\""
Line 128:0 Unexpected "{"
Line 128:1 Expected identifier but found "%"
Line 129:2 Unexpected "{"
Line 129:3 Expected identifier but found "%"
Line 130:2 Unexpected "<"
Line 136:7 Expected identifier but found "%"
Line 137:8 Unexpected "<"
Line 140:15 Expected identifier but found "%"
... and 23 more hidden warnings

**/
/* ========================================
   DrHomeTech Shopify Theme — drhometech.css
   ======================================== */

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Arial, sans-serif; background: #f3f3f3; color: #1d1d1f; }
img { max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* HEADER */
.header-top { background: #d16a16ff; padding: 10px 0; }
.header-top .container { display: flex; align-items: center; gap: 16px; max-width: 1280px; margin: auto; padding: 0 16px; }
.logo { color: #fff; font-size: 22px; font-weight: 800; letter-spacing: -0.5px; white-space: nowrap; }
.logo span { font-weight: 300; }
.search-bar { flex: 1; display: flex; }
.search-bar input { width: 100%; padding: 10px 16px; border: none; border-radius: 4px 0 0 4px; font-size: 14px; outline: none; }
.search-bar button { background: #fff; border: none; padding: 0 18px; border-radius: 0 4px 4px 0; cursor: pointer; font-size: 18px; }
.header-actions { display: flex; gap: 20px; align-items: center; }
.header-action { color: #fff; display: flex; flex-direction: column; align-items: center; font-size: 11px; gap: 2px; cursor: pointer; text-decoration: none; }
.header-action .icon { font-size: 20px; }
.header-action .badge { background: #fff; color: #e40d0dff; border-radius: 10px; padding: 0 6px; font-size: 10px; font-weight: 700; min-width: 16px; text-align: center; }

/* NAV */
.nav-bar { background: #f8f4f4ff; border-bottom: 1px solid #e8e8e8; }
.nav-bar .container { max-width: 1280px; margin: auto; padding: 0 16px; display: flex; overflow-x: auto; }
.nav-bar a { padding: 12px 16px; font-size: 13px; color: #1d1d1f; text-decoration: none; white-space: nowrap; border-bottom: 2px solid transparent; display: block; }
.nav-bar a:hover { color: #f27a1a; border-bottom-color: #f27a1a; }

/* BANNER */
.banner { max-width: 1280px; margin: 12px auto; padding: 0 16px; display: grid; grid-template-columns: 1fr 320px; gap: 10px; }
.banner-main {
  background:
    linear-gradient(135deg, rgba(26,8,0,0.82) 0%, rgba(44,26,10,0.75) 60%, rgba(26,14,5,0.88) 100%),
    repeating-linear-gradient(
      170deg,
      transparent,
      transparent 17px,
      rgba(122,74,32,0.18) 17px,
      rgba(122,74,32,0.18) 18px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 79px,
      rgba(92,58,26,0.15) 79px,
      rgba(92,58,26,0.15) 80px
    ),
    #2c1a0a;
  border-radius: 8px;
  padding: 40px 50px;
  color: #fff;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.banner-main::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 260px;
  height: 170px;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 7px,
      rgba(200,160,74,0.12) 7px,
      rgba(200,160,74,0.12) 8px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 7px,
      rgba(200,160,74,0.08) 7px,
      rgba(200,160,74,0.08) 8px
    );
  border: 1px solid rgba(200,160,74,0.25);
  border-radius: 6px;
}
.banner-main .eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: #f27a1a; margin-bottom: 8px; }
.banner-main h1 { font-size: 28px; font-weight: 800; line-height: 1.2; margin-bottom: 12px; color: #fff8e0; }
.banner-main p { font-size: 14px; color: #c8a04a; margin-bottom: 20px; font-style: italic; }
.banner-main .cta { display: inline-block; background: #f27a1a; color: #fff; padding: 10px 24px; border-radius: 4px; font-weight: 700; font-size: 14px; }

/* BANNER SLIDE (sağ taraf — görsel slider) */
.banner-slide { position: relative; border-radius: 8px; overflow: hidden; background: #1a0e05; min-height: 220px; }
.banner-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.7s ease; }
.banner-slide img.active { opacity: 1; }
.slide-dots { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 10; }
.slide-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.35); cursor: pointer; border: none; padding: 0; transition: background 0.3s; }
.slide-dot.active { background: #f27a1a; }
.slide-tag { position: absolute; top: 10px; left: 10px; background: rgba(26,8,0,0.75); color: #c8a04a; font-size: 11px; padding: 3px 8px; border-radius: 3px; z-index: 10; }

/* FEATURES */
.features-bar { background: #fff; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; margin: 16px 0; }
.features-bar .container { max-width: 1280px; margin: auto; padding: 14px 16px; display: flex; justify-content: space-around; flex-wrap: wrap; gap: 12px; }
.feature-item { display: flex; align-items: center; gap: 8px; }
.feature-item .fi-icon { font-size: 22px; }
.feature-item div span { display: block; font-size: 13px; font-weight: 700; }
.feature-item div small { font-size: 11px; color: #777; }

/* SECTION */
{
  "type": "collection",
  "id": "katalog_koleksiyon",
  "label": "Katalog Koleksiyonu"
}
{% if section.settings.katalog_koleksiyon != blank %}
  {% assign katalog = collections[section.settings.katalog_koleksiyon] %}
  <div class="katalog">
    <div class="section-header">
      <h2>🛍️ Ürün Kataloğu</h2>
      <a href="{{ katalog.url }}">Tümünü Gör →</a>
    </div>
    <div class="katalog-grid">
      {% for product in katalog.products limit: 4 %}
        <div class="product-card">
          <a href="{{ product.url }}" class="product-link">
            <div class="product-img">
              {% if product.featured_image %}
                <img src="{{ product.featured_image | img_url: '400x400' }}" alt="{{ product.title }}" loading="lazy">
              {% endif %}
              {% if product.compare_at_price > product.price %}
                <span class="badge-sale">İndirim</span>
              {% endif %}
            </div>
            <div class="product-info">
              <p class="product-name">{{ product.title }}</p>
              <div class="product-price">
                <span class="price-current">{{ product.price | money }}</span>
                {% if product.compare_at_price > product.price %}
                  <span class="price-old">{{ product.compare_at_price | money }}</span>
                {% endif %}
              </div>
            </div>
          </a>
          <form action="{{ routes.cart_add_url }}" method="post">
            <input type="hidden" name="id" value="{{ product.variants.first.id }}">
            <input type="hidden" name="quantity" value="1">
            <button type="submit" class="add-cart-btn">Sepete Ekle</button>
          </form>
        </div>
      {% endfor %}
    </div>
  </div>
{% endif %}
.section { max-width: 1280px; margin: 16px auto; padding: 0 16px; }
.section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.section-header h2 { font-size: 18px; font-weight: 700; }
.section-header a { color: #f27a1a; font-size: 13px; font-weight: 600; }

/* PRODUCTS GRID */
.products-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.product-card { background: #fff; border-radius: 8px; overflow: hidden; border: 1px solid #e8e8e8; transition: box-shadow 0.2s, transform 0.2s; position: relative; }
.product-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.12); transform: translateY(-2px); }
.product-link { display: block; }
.product-img { width: 100%; aspect-ratio: 1; background: #f8f8f8; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.product-img img { width: 100%; height: 100%; object-fit: contain; }
.badge-new { position: absolute; top: 8px; left: 8px; background: #f27a1a; color: #fff; font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 3px; }
.badge-sale { position: absolute; top: 8px; left: 8px; background: #e53935; color: #fff; font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 3px; }
.fav-btn { position: absolute; top: 8px; right: 8px; background: #fff; border: none; border-radius: 50%; width: 30px; height: 30px; font-size: 16px; cursor: pointer; box-shadow: 0 1px 4px rgba(0,0,0,0.15); display: flex; align-items: center; justify-content: center; }
.product-info { padding: 10px 12px 8px; }
.product-brand { font-size: 11px; color: #777; margin-bottom: 2px; }
.product-name { font-size: 13px; font-weight: 600; margin-bottom: 6px; line-height: 1.3; }
.product-rating { display: flex; align-items: center; gap: 4px; margin-bottom: 6px; }
.stars { color: #f27a1a; font-size: 11px; }
.rating-count { font-size: 11px; color: #999; }
.product-price { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.price-current { font-size: 16px; font-weight: 800; color: #f27a1a; }
.price-old { font-size: 12px; color: #999; text-decoration: line-through; }
.discount-badge { background: #e8f5e9; color: #2e7d32; font-size: 10px; font-weight: 700; padding: 2px 5px; border-radius: 3px; }
.free-ship { font-size: 10px; color: #1565c0; font-weight: 600; margin-top: 4px; display: block; }
.add-cart-btn { width: calc(100% - 24px); margin: 8px 12px 12px; background: #f27a1a; color: #fff; border: none; border-radius: 4px; padding: 9px; font-size: 13px; font-weight: 700; cursor: pointer; transition: background 0.2s; display: block; }
.add-cart-btn:hover { background: #e06a0a; }

/* BREADCRUMB */
.breadcrumb { max-width: 1280px; margin: 12px auto; padding: 0 16px; font-size: 12px; color: #777; }
.breadcrumb a { color: #f27a1a; }
.breadcrumb span { margin: 0 6px; }

/* PRODUCT MAIN */
.product-main { max-width: 1280px; margin: 0 auto 24px; padding: 0 16px; display: grid; grid-template-columns: 480px 1fr; gap: 20px; }

/* GALLERY */
.gallery { background: #fff; border-radius: 8px; padding: 20px; border: 1px solid #e8e8e8; }
.main-img { width: 100%; aspect-ratio: 1; background: #f8f8f8; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; position: relative; overflow: hidden; }
.img-badge { position: absolute; top: 12px; left: 12px; background: #e53935; color: #fff; font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 4px; }
.thumbnails { display: flex; gap: 8px; flex-wrap: wrap; }
.thumb { width: 70px; height: 70px; background: #f8f8f8; border-radius: 4px; border: 2px solid transparent; display: flex; align-items: center; justify-content: center; cursor: pointer; overflow: hidden; }
.thumb.active, .thumb:hover { border-color: #f27a1a; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }

/* PRODUCT INFO */
.product-info { background: #fff; border-radius: 8px; padding: 24px; border: 1px solid #e8e8e8; }
.brand-line { font-size: 13px; color: #777; margin-bottom: 4px; }
.product-title { font-size: 20px; font-weight: 700; line-height: 1.3; margin-bottom: 10px; }
.rating-row { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #f0f0f0; }
.stars-big { color: #f27a1a; font-size: 16px; }
.rating-num { font-size: 14px; font-weight: 700; color: #f27a1a; }
.review-count { font-size: 13px; color: #666; cursor: pointer; }
.price-section { margin-bottom: 20px; }
.price-row { display: flex; align-items: center; gap: 12px; margin-bottom: 4px; flex-wrap: wrap; }
.big-price { font-size: 30px; font-weight: 800; color: #f27a1a; }
.old-price { font-size: 16px; color: #999; text-decoration: line-through; }
.discount-pill { background: #e8f5e9; color: #2e7d32; font-size: 13px; font-weight: 700; padding: 3px 10px; border-radius: 12px; }
.installment { font-size: 13px; color: #555; margin-top: 4px; }
.installment strong { color: #f27a1a; }
.section-divider { border: none; border-top: 1px solid #f0f0f0; margin: 16px 0; }
.option-label { font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.option-label span { font-weight: 400; color: #666; }
.options-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.option-btn { padding: 8px 16px; border: 1.5px solid #e0e0e0; border-radius: 4px; font-size: 13px; cursor: pointer; background: #fff; transition: all 0.15s; }
.option-btn.active, .option-btn:hover { border-color: #f27a1a; color: #f27a1a; background: #fff5ee; font-weight: 600; }
.custom-input { width: 100%; padding: 10px 14px; border: 1.5px solid #e0e0e0; border-radius: 4px; font-size: 14px; outline: none; margin-bottom: 6px; }
.custom-input:focus { border-color: #f27a1a; }
.input-hint { font-size: 11px; color: #999; margin-bottom: 16px; }
.qty-row { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.qty-label { font-size: 13px; font-weight: 700; }
.qty-ctrl { display: flex; align-items: center; border: 1.5px solid #e0e0e0; border-radius: 4px; overflow: hidden; }
.qty-btn { background: #f5f5f5; border: none; width: 36px; height: 36px; font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; text-decoration: none; color: #1d1d1f; }
.qty-num { width: 40px; text-align: center; font-size: 15px; font-weight: 700; border: none; outline: none; }
.action-btns { display: flex; gap: 10px; margin-bottom: 16px; }
.btn-cart { flex: 1; background: #f27a1a; color: #fff; border: none; border-radius: 4px; padding: 14px; font-size: 15px; font-weight: 700; cursor: pointer; }
.btn-cart:hover { background: #e06a0a; }
.btn-buy { flex: 1; background: #fff; color: #f27a1a; border: 2px solid #f27a1a; border-radius: 4px; padding: 14px; font-size: 15px; font-weight: 700; cursor: pointer; }
.btn-buy:hover { background: #fff5ee; }
.btn-fav { background: #fff; border: 1.5px solid #e0e0e0; border-radius: 4px; padding: 14px 18px; font-size: 20px; cursor: pointer; }
.delivery-info { background: #f8f8f8; border-radius: 6px; padding: 14px 16px; }
.delivery-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font-size: 13px; }
.delivery-row:last-child { margin-bottom: 0; }
.delivery-row .di { font-size: 18px; }

/* TABS */
.product-tabs { max-width: 1280px; margin: 0 auto 24px; padding: 0 16px; }
.tab-nav { background: #fff; border-radius: 8px 8px 0 0; border: 1px solid #e8e8e8; border-bottom: none; display: flex; }
.tab-btn { padding: 14px 24px; font-size: 14px; font-weight: 600; color: #666; cursor: pointer; border-bottom: 3px solid transparent; }
.tab-btn.active { color: #f27a1a; border-bottom-color: #f27a1a; }
.tab-content { background: #fff; border-radius: 0 0 8px 8px; border: 1px solid #e8e8e8; padding: 24px; font-size: 14px; line-height: 1.8; color: #444; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table tr:nth-child(even) td { background: #f8f8f8; }
.spec-table td { padding: 10px 14px; font-size: 13px; border-bottom: 1px solid #f0f0f0; }
.spec-table td:first-child { color: #777; width: 180px; font-weight: 600; }

/* CART */
.steps { background: #fff; border-bottom: 1px solid #e8e8e8; padding: 14px 0; }
.steps .container { max-width: 1280px; margin: auto; padding: 0 16px; display: flex; align-items: center; justify-content: center; }
.step { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.step-num { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; }
.step.active .step-num { background: #f27a1a; color: #fff; }
.step.inactive .step-num { background: #e0e0e0; color: #999; }
.step.active span { font-weight: 700; color: #f27a1a; }
.step.inactive span { color: #999; }
.step-line { width: 60px; height: 2px; background: #e0e0e0; margin: 0 8px; }

.cart-layout { max-width: 1280px; margin: 20px auto; padding: 0 16px; display: grid; grid-template-columns: 1fr 340px; gap: 16px; }
.cart-header { background: #fff; border-radius: 8px; border: 1px solid #e8e8e8; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.cart-header h2 { font-size: 16px; font-weight: 700; }
.seller-group { background: #fff; border-radius: 8px; border: 1px solid #e8e8e8; margin-bottom: 10px; overflow: hidden; }
.seller-name { padding: 12px 20px; border-bottom: 1px solid #f0f0f0; font-size: 13px; font-weight: 700; display: flex; align-items: center; gap: 6px; }
.badge-seller { background: #f27a1a; color: #fff; font-size: 10px; padding: 2px 7px; border-radius: 3px; }
.cart-item { padding: 16px 20px; display: flex; gap: 14px; align-items: flex-start; border-bottom: 1px solid #f8f8f8; }
.cart-item:last-of-type { border-bottom: none; }
.item-img { width: 80px; height: 80px; background: #f8f8f8; border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; }
.item-details { flex: 1; }
.item-name { font-size: 14px; font-weight: 600; margin-bottom: 4px; line-height: 1.3; }
.item-variant { font-size: 12px; color: #777; margin-bottom: 4px; }
.item-custom { font-size: 12px; color: #1565c0; margin-bottom: 8px; }
.item-actions { display: flex; gap: 12px; }
.item-action-btn { font-size: 12px; color: #666; background: none; border: none; cursor: pointer; display: flex; align-items: center; gap: 4px; text-decoration: none; }
.item-action-btn:hover { color: #f27a1a; }
.item-right { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.item-price { font-size: 18px; font-weight: 800; color: #f27a1a; }
.item-old-price { font-size: 12px; color: #999; text-decoration: line-through; }
.cargo-bar { background: #e8f5e9; padding: 10px 20px; font-size: 13px; color: #2e7d32; display: flex; align-items: center; gap: 6px; }

.order-summary { position: sticky; top: 12px; }
.summary-box { background: #fff; border-radius: 8px; border: 1px solid #e8e8e8; padding: 20px; margin-bottom: 10px; }
.summary-box h3 { font-size: 16px; font-weight: 700; margin-bottom: 16px; }
.summary-row { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 10px; }
.summary-row .label { color: #555; }
.summary-row .val { font-weight: 600; }
.summary-row .discount { color: #2e7d32; }
.summary-divider { border: none; border-top: 1px solid #f0f0f0; margin: 12px 0; }
.summary-total { display: flex; justify-content: space-between; font-size: 16px; font-weight: 800; }
.summary-total .price { color: #f27a1a; font-size: 20px; }
.checkout-btn { width: 100%; background: #f27a1a; color: #fff; border: none; border-radius: 4px; padding: 15px; font-size: 16px; font-weight: 700; cursor: pointer; margin-top: 4px; text-align: center; display: block; }
.checkout-btn:hover { background: #e06a0a; }
.security-info { display: flex; justify-content: center; gap: 16px; margin-top: 12px; font-size: 11px; color: #999; }
.payment-icons { display: flex; gap: 6px; margin-top: 12px; justify-content: center; flex-wrap: wrap; }
.payment-icon { background: #f5f5f5; border-radius: 4px; padding: 4px 8px; font-size: 11px; font-weight: 700; color: #444; }

/* FOOTER */
.footer { background: #fff; border-top: 1px solid #e8e8e8; margin-top: 32px; padding: 32px 0 16px; }
.footer-grid { max-width: 1280px; margin: auto; padding: 0 16px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.footer h4 { font-size: 13px; font-weight: 700; margin-bottom: 12px; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 8px; }
.footer ul li a { font-size: 12px; color: #666; }
.footer ul li a:hover { color: #f27a1a; }
.footer-bottom { max-width: 1280px; margin: 24px auto 0; padding: 16px 16px 0; border-top: 1px solid #e8e8e8; text-align: center; font-size: 12px; color: #999; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .products-grid { grid-template-columns: repeat(4, 1fr); }
  .banner { grid-template-columns: 1fr; }
  .banner-side { flex-direction: row; }
  .banner-slide { min-height: 200px; }
}
@media (max-width: 768px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .product-main { grid-template-columns: 1fr; }
  .cart-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .features-bar .container { justify-content: flex-start; }
  .banner-main { padding: 24px; }
  .banner-main h1 { font-size: 20px; }
  .banner-slide { min-height: 180px; }
}
@media (max-width: 480px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .header-top .container { gap: 8px; }
  .banner-slide { min-height: 160px; }
}

/* Marketplace Section */
.marketplace-section { background: #f8f8f8; padding: 40px 0; }
.marketplace-cards { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; padding: 0 20px; }
.marketplace-card { display: flex; align-items: center; gap: 16px; padding: 20px 32px; border-radius: 12px; text-decoration: none; font-weight: 600; font-size: 15px; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 2px 8px rgba(0,0,0,0.10); min-width: 240px; }
.marketplace-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }
.trendyol-card { background: #f27a1a; color: #fff; }
.hepsiburada-card { background: #ff6000; color: #fff; }
.mp-logo { font-size: 32px; }
.mp-info { display: flex; flex-direction: column; gap: 4px; }
.mp-info strong { font-size: 17px; }
.mp-info span { font-size: 13px; opacity: 0.9; }

/* Footer marketplace buttons */
.marketplace-links { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.marketplace-btn { display: block; padding: 8px 14px; border-radius: 8px; text-decoration: none; font-size: 13px; font-weight: 600; color: #fff; transition: opacity 0.2s; }
.marketplace-btn:hover { opacity: 0.85; }
.trendyol-btn { background: #f27a1a; }
.hepsiburada-btn { background: #ff6000; }

/* Sayfa İçeriği */
.page-content { max-width: 800px; margin: 60px auto; padding: 0 20px; }
.page-content h1 { font-size: 28px; font-weight: 700; margin-bottom: 20px; color: #1a1a1a; }
.page-content h2 { font-size: 20px; font-weight: 600; margin: 28px 0 12px; color: #333; }
.page-content p { line-height: 1.8; color: #555; margin-bottom: 16px; }
.page-content ul { padding-left: 20px; margin-bottom: 16px; }
.page-content ul li { line-height: 1.8; color: #555; margin-bottom: 8px; }
.page-content a { color: #8b4513; text-decoration: underline; }