.page-jeep-wrangler-jl-rubicon-fender-flares {
      font-family: 'Roboto', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__hero-section {
      position: relative;
      height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-align: center;
      overflow: hidden;
      padding-top: 10px; /* Decorative top spacing, relying on body padding for header offset */
      background-color: #000;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.6);
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      padding: 20px;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__hero-title {
      font-size: 3em;
      margin-bottom: 20px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #eee;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__hero-button {
      display: inline-block;
      background-color: #d9534f;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__hero-button:hover {
      background-color: #c9302c;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__overview-section {
      padding: 60px 0;
      background-color: #fff;
      text-align: center;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__overview-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #222;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__overview-text {
      font-size: 1.1em;
      max-width: 800px;
      margin: 0 auto 40px auto;
      color: #555;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__overview-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__overview-item {
      background-color: #f9f9f9;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__overview-item:hover {
      transform: translateY(-5px);
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__overview-item-image {
      width: 100%;
      max-width: 300px;
      height: auto;
      border-radius: 4px;
      margin-bottom: 20px;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__overview-item-title {
      font-size: 1.5em;
      margin-bottom: 15px;
      color: #333;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__overview-item-description {
      color: #666;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__features-section {
      padding: 60px 0;
      background-color: #f0f2f5;
      text-align: center;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__features-title {
      font-size: 2.5em;
      margin-bottom: 40px;
      color: #222;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__features-list {
      list-style: none;
      padding: 0;
      margin: 0 auto 40px auto;
      max-width: 900px;
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__features-item {
      background-color: #fff;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
      text-align: left;
      box-sizing: border-box;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__features-item-title {
      font-size: 1.3em;
      color: #333;
      margin-bottom: 10px;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__features-item-description {
      color: #666;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__features-image {
      width: 100%;
      max-width: 800px;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__installation-section {
      padding: 60px 0;
      background-color: #fff;
      text-align: center;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__installation-title {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #222;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__installation-intro {
      font-size: 1.1em;
      max-width: 800px;
      margin: 0 auto 40px auto;
      color: #555;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__installation-steps {
      list-style: none;
      padding: 0;
      margin: 0 auto 40px auto;
      max-width: 900px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__installation-step-item {
      background-color: #f9f9f9;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      text-align: left;
      box-sizing: border-box;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__installation-step-title {
      font-size: 1.4em;
      color: #333;
      margin-bottom: 10px;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__installation-step-description {
      color: #666;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__installation-image {
      width: 100%;
      max-width: 900px;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      margin-bottom: 40px;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__installation-button {
      display: inline-block;
      background-color: #5cb85c;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__installation-button:hover {
      background-color: #4cae4c;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__why-choose-section {
      padding: 60px 0;
      background-color: #f0f2f5;
      text-align: center;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__why-choose-title {
      font-size: 2.5em;
      margin-bottom: 40px;
      color: #222;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__why-choose-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-bottom: 40px;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__why-choose-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      text-align: left;
      box-sizing: border-box;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__why-choose-item-title {
      font-size: 1.5em;
      color: #333;
      margin-bottom: 15px;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__why-choose-item-description {
      color: #666;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__why-choose-button {
      display: inline-block;
      background-color: #0275d8;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__why-choose-button:hover {
      background-color: #025aa5;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__faq-section {
      padding: 60px 0;
      background-color: #fff;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__faq-title {
      font-size: 2.5em;
      text-align: center;
      margin-bottom: 40px;
      color: #222;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__faq-list {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__faq-item {
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      background-color: #f5f5f5;
      cursor: pointer;
      user-select: none;
      font-size: 1.2em;
      font-weight: bold;
      color: #333;
      transition: background-color 0.3s ease;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__faq-question:hover {
      background-color: #eee;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #333;
      pointer-events: none;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #d9534f;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__faq-item.active .page-jeep-wrangler-jl-rubicon-fender-flares__faq-toggle {
      transform: rotate(45deg);
      color: #5cb85c;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__faq-item.active .page-jeep-wrangler-jl-rubicon-fender-flares__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }

    .page-jeep-wrangler-jl-rubicon-fender-flares__faq-answer p {
      margin-top: 0;
      margin-bottom: 10px;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-jeep-wrangler-jl-rubicon-fender-flares__hero-title {
        font-size: 2.5em;
      }
      .page-jeep-wrangler-jl-rubicon-fender-flares__hero-description {
        font-size: 1.1em;
      }
      .page-jeep-wrangler-jl-rubicon-fender-flares__overview-title,
      .page-jeep-wrangler-jl-rubicon-fender-flares__features-title,
      .page-jeep-wrangler-jl-rubicon-fender-flares__installation-title,
      .page-jeep-wrangler-jl-rubicon-fender-flares__why-choose-title,
      .page-jeep-wrangler-jl-rubicon-fender-flares__faq-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-jeep-wrangler-jl-rubicon-fender-flares__hero-section {
        height: 400px;
      }
      .page-jeep-wrangler-jl-rubicon-fender-flares__hero-title {
        font-size: 2em;
      }
      .page-jeep-wrangler-jl-rubicon-fender-flares__hero-description {
        font-size: 1em;
      }
      .page-jeep-wrangler-jl-rubicon-fender-flares__overview-grid,
      .page-jeep-wrangler-jl-rubicon-fender-flares__installation-steps,
      .page-jeep-wrangler-jl-rubicon-fender-flares__why-choose-grid {
        grid-template-columns: 1fr;
      }

      /* List item mobile responsiveness */
      .page-jeep-wrangler-jl-rubicon-fender-flares__features-list,
      .page-jeep-wrangler-jl-rubicon-fender-flares__installation-steps,
      .page-jeep-wrangler-jl-rubicon-fender-flares__overview-grid,
      .page-jeep-wrangler-jl-rubicon-fender-flares__why-choose-grid {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important; /* Adjust padding to prevent overflow */
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }

      .page-jeep-wrangler-jl-rubicon-fender-flares__features-item,
      .page-jeep-wrangler-jl-rubicon-fender-flares__installation-step-item,
      .page-jeep-wrangler-jl-rubicon-fender-flares__overview-item,
      .page-jeep-wrangler-jl-rubicon-fender-flares__why-choose-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px !important; /* Slightly reduce padding */
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-jeep-wrangler-jl-rubicon-fender-flares__faq-question,
      .page-jeep-wrangler-jl-rubicon-fender-flares__faq-answer {
        padding: 15px !important;
      }

      .page-jeep-wrangler-jl-rubicon-fender-flares__faq-question h3 {
        font-size: 1.1em;
      }

      .page-jeep-wrangler-jl-rubicon-fender-flares__faq-toggle {
        font-size: 1.3em;
      }

      .page-jeep-wrangler-jl-rubicon-fender-flares__hero-image,
      .page-jeep-wrangler-jl-rubicon-fender-flares__overview-item-image,
      .page-jeep-wrangler-jl-rubicon-fender-flares__features-image,
      .page-jeep-wrangler-jl-rubicon-fender-flares__installation-image {
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
      }
    }

    @media (max-width: 480px) {
      .page-jeep-wrangler-jl-rubicon-fender-flares__hero-title {
        font-size: 1.8em;
      }
      .page-jeep-wrangler-jl-rubicon-fender-flares__hero-description {
        font-size: 0.9em;
      }
      .page-jeep-wrangler-jl-rubicon-fender-flares__hero-button {
        padding: 12px 25px;
        font-size: 0.9em;
      }
      .page-jeep-wrangler-jl-rubicon-fender-flares__overview-title,
      .page-jeep-wrangler-jl-rubicon-fender-flares__features-title,
      .page-jeep-wrangler-jl-rubicon-fender-flares__installation-title,
      .page-jeep-wrangler-jl-rubicon-fender-flares__why-choose-title,
      .page-jeep-wrangler-jl-rubicon-fender-flares__faq-title {
        font-size: 1.8em;
      }
      .page-jeep-wrangler-jl-rubicon-fender-flares__overview-item-title,
      .page-jeep-wrangler-jl-rubicon-fender-flares__features-item-title,
      .page-jeep-wrangler-jl-rubicon-fender-flares__installation-step-title,
      .page-jeep-wrangler-jl-rubicon-fender-flares__why-choose-item-title {
        font-size: 1.3em;
      }
    }