.exc-section {
    background: #ffffff !important;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 26px 28px;
    margin-bottom: 28px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.04);
  }

  .exc-title {
    font-family: 'Segoe UI','Inter',sans-serif;
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 700;
    color: #4a2c1a;
    margin-bottom: 24px;
    text-align: center;
  }

  .exc-text {
    font-family: 'Segoe UI','Inter',sans-serif;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.65;
    color: #1a1a1a;
    margin-bottom: 20px;
  }

  .exc-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 20px 0;
    font-family: 'Segoe UI','Inter',sans-serif;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.65;
    color: #1a1a1a;
  }

  .exc-list li {
    margin-bottom: 14px;
    padding-left: 24px;
    position: relative;
  }

  .exc-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #8B4513;
    font-weight: bold;
  }

  .exc-subtitle {
    font-family: 'Segoe UI','Inter',sans-serif;
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.4;
    color: #222222;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    border-left: 4px solid #8B4513;
    padding-left: 12px;
  }

  .exc-quote {
    background: linear-gradient(135deg, #f0e1d0 0%, #e8d0b8 100%);
    border-left: 4px solid #8B4513;
    padding: 20px 24px;
    margin: 25px 0;
    font-style: italic;
    font-family: 'Georgia', serif;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.7;
    color: #4a2c1a;
    border-radius: 0 8px 8px 0;
  }

  .exc-note {
    background-color: #f8f9fa;
    border-left: 4px solid #8B4513;
    padding: 18px 22px;
    margin-top: 20px;
    font-style: italic;
    border-radius: 0 8px 8px 0;
  }

  .route-info {
    background: #f0e8e0;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #d0b8a0;
  }

  .route-title {
    font-weight: 700;
    color: #8B4513;
    margin-bottom: 15px;
    font-size: 1.2em;
  }

  .highlight-box {
    background: #e6d7c4;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid #8B4513;
    font-weight: 500;
  }