.page-2018-jeep-wrangler-jl-recall { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }
    .page-2018-jeep-wrangler-jl-recall__container { max-width: 1200px; margin: 0 auto; padding: 20px; }

    .page-2018-jeep-wrangler-jl-recall__hero-section { background-color: #fff; padding-top: 10px; padding-bottom: 40px; text-align: center; }
    .page-2018-jeep-wrangler-jl-recall__hero-title { font-size: 2.5em; color: #2c3e50; margin-bottom: 15px; padding: 0 20px; }
    .page-2018-jeep-wrangler-jl-recall__hero-description { font-size: 1.1em; color: #555; max-width: 800px; margin: 0 auto 30px auto; padding: 0 20px; }
    .page-2018-jeep-wrangler-jl-recall__hero-image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }
    .page-2018-jeep-wrangler-jl-recall__hero-image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }

    .page-2018-jeep-wrangler-jl-recall__recall-details-section,
    .page-2018-jeep-wrangler-jl-recall__owner-action-section,
    .page-2018-jeep-wrangler-jl-recall__faq-section {
      background-color: #fff; padding: 40px 0; margin-top: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-2018-jeep-wrangler-jl-recall__section-title { font-size: 2em; color: #2c3e50; text-align: center; margin-bottom: 30px; }
    .page-2018-jeep-wrangler-jl-recall__section-text { font-size: 1em; color: #666; text-align: center; max-width: 900px; margin: 0 auto 40px auto; padding: 0 20px; }

    .page-2018-jeep-wrangler-jl-recall__feature-grid,
    .page-2018-jeep-wrangler-jl-recall__steps-list {
      display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; padding: 0 20px;
    }

    .page-2018-jeep-wrangler-jl-recall__feature-item,
    .page-2018-jeep-wrangler-jl-recall__step-item {
      background-color: #f9f9f9; border: 1px solid #eee; border-radius: 8px; padding: 25px; text-align: center;
      flex: 1 1 calc(33% - 40px); box-sizing: border-box; min-width: 280px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .page-2018-jeep-wrangler-jl-recall__feature-item:hover,
    .page-2018-jeep-wrangler-jl-recall__step-item:hover {
      transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

    .page-2018-jeep-wrangler-jl-recall__feature-title,
    .page-2018-jeep-wrangler-jl-recall__step-title { font-size: 1.3em; color: #34495e; margin-bottom: 10px; }
    .page-2018-jeep-wrangler-jl-recall__feature-description,
    .page-2018-jeep-wrangler-jl-recall__step-description { font-size: 0.95em; color: #777; }

    .page-2018-jeep-wrangler-jl-recall__step-item { display: flex; flex-direction: column; align-items: center; }
    .page-2018-jeep-wrangler-jl-recall__step-number { background-color: #007bff; color: #fff; border-radius: 50%; width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; font-size: 1.2em; font-weight: bold; margin-bottom: 15px; }

    .page-2018-jeep-wrangler-jl-recall__faq-list { margin-top: 30px; padding: 0 20px; }
    .page-2018-jeep-wrangler-jl-recall__faq-item { background-color: #f0f0f0; border-bottom: 1px solid #ddd; margin-bottom: 10px; border-radius: 5px; overflow: hidden; }
    .page-2018-jeep-wrangler-jl-recall__faq-question { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 15px 20px; background-color: #e9e9e9; transition: background-color 0.3s ease; user-select: none; }
    .page-2018-jeep-wrangler-jl-recall__faq-question:hover { background-color: #e0e0e0; }
    .page-2018-jeep-wrangler-jl-recall__faq-title { font-size: 1.1em; color: #333; margin: 0; pointer-events: none; }
    .page-2018-jeep-wrangler-jl-recall__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; }
    .page-2018-jeep-wrangler-jl-recall__faq-item.active .page-2018-jeep-wrangler-jl-recall__faq-toggle { transform: rotate(45deg); }
    .page-2018-jeep-wrangler-jl-recall__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }
    .page-2018-jeep-wrangler-jl-recall__faq-item.active .page-2018-jeep-wrangler-jl-recall__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }
    .page-2018-jeep-wrangler-jl-recall__faq-answer p { margin: 0; font-size: 0.95em; color: #555; }

    .page-2018-jeep-wrangler-jl-recall__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }
    .page-2018-jeep-wrangler-jl-recall__floating-button { background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; min-width: 120px; }
    .page-2018-jeep-wrangler-jl-recall__floating-button:hover { background-color: #0056b3; transform: translateY(-2px); }

    @media (max-width: 768px) {
      .page-2018-jeep-wrangler-jl-recall__hero-title { font-size: 2em; }
      .page-2018-jeep-wrangler-jl-recall__section-title { font-size: 1.8em; }
      .page-2018-jeep-wrangler-jl-recall__feature-grid,
      .page-2018-jeep-wrangler-jl-recall__steps-list {
        flex-direction: column; align-items: center; padding: 0 10px !important;
      }
      .page-2018-jeep-wrangler-jl-recall__feature-item,
      .page-2018-jeep-wrangler-jl-recall__step-item {
        width: 100% !important; max-width: 100% !important; box-sizing: border-box !important;
        margin-left: 0 !important; margin-right: 0 !important; padding: 20px !important;
      }
      .page-2018-jeep-wrangler-jl-recall__feature-description,
      .page-2018-jeep-wrangler-jl-recall__step-description,
      .page-2018-jeep-wrangler-jl-recall__faq-answer p {
        word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important;
      }
      .page-2018-jeep-wrangler-jl-recall__faq-list { padding: 0 10px !important; }
      .page-2018-jeep-wrangler-jl-recall__faq-question { padding: 12px 15px; }
      .page-2018-jeep-wrangler-jl-recall__faq-title { font-size: 1em; }
      .page-2018-jeep-wrangler-jl-recall__faq-answer { padding: 15px 15px !important; }
      .page-2018-jeep-wrangler-jl-recall__floating-buttons { right: 10px; bottom: 10px; }
      .page-2018-jeep-wrangler-jl-recall__floating-button { padding: 10px 20px; min-width: 100px; font-size: 0.9em; }
      .page-2018-jeep-wrangler-jl-recall__hero-image-wrapper { padding: 0 !important; }
    }
    @media (max-width: 480px) {
      .page-2018-jeep-wrangler-jl-recall__hero-title { font-size: 1.8em; }
      .page-2018-jeep-wrangler-jl-recall__section-title { font-size: 1.6em; }
    }