.page-content.page-lol-playtime-calculator { padding-top: var(--header-offset, 122px); } /* Fallback for header offset */
    .page-lol-playtime-calculator { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }
    .page-lol-playtime-calculator__container { max-width: 1200px; margin: 0 auto; padding: 20px; }
    .page-lol-playtime-calculator__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
    .page-lol-playtime-calculator__section--dark { background-color: #f4f4f4; }
    .page-lol-playtime-calculator__heading { text-align: center; color: #0056b3; margin-bottom: 30px; font-size: 2.5em; }
    .page-lol-playtime-calculator__subheading { text-align: center; color: #0056b3; margin-bottom: 20px; font-size: 2em; }
    .page-lol-playtime-calculator__text { text-align: center; margin-bottom: 30px; font-size: 1.1em; }
    .page-lol-playtime-calculator__button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; }
    .page-lol-playtime-calculator__button:hover { background-color: #0056b3; }
    .page-lol-playtime-calculator__button-group { text-align: center; margin-top: 30px; }
    .page-lol-playtime-calculator__button-group .page-lol-playtime-calculator__button { margin: 0 10px; }
    .page-lol-playtime-calculator__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('[GALLERY:hero:1920x1080:lol,playtime,calculator,gaming,esports]') no-repeat center center/cover; color: #fff; text-align: center; padding: 10px 20px 100px; border-radius: 0; box-shadow: none; }
    .page-lol-playtime-calculator__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); }
    .page-lol-playtime-calculator__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; }
    .page-lol-playtime-calculator__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 20px 0; background-color: #f9f9f9; }
    .page-lol-playtime-calculator__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; }
    .page-lol-playtime-calculator__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }
    .page-lol-playtime-calculator__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }
    .page-lol-playtime-calculator__card { background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); padding: 25px; text-align: center; transition: transform 0.3s ease; }
    .page-lol-playtime-calculator__card:hover { transform: translateY(-5px); }
    .page-lol-playtime-calculator__card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; max-width: 100%; height: auto; }
    .page-lol-playtime-calculator__card-title { font-size: 1.5em; color: #0056b3; margin-bottom: 10px; }
    .page-lol-playtime-calculator__card-description { font-size: 0.95em; color: #555; margin-bottom: 20px; }
    .page-lol-playtime-calculator__list { list-style: none; padding: 0; margin-top: 20px; }
    .page-lol-playtime-calculator__list-item { background-color: #f9f9f9; border: 1px solid #eee; margin-bottom: 10px; padding: 15px; border-radius: 5px; display: flex; justify-content: space-between; align-items: center; }
    .page-lol-playtime-calculator__list-item-text { flex-grow: 1; }
    .page-lol-playtime-calculator__promo-item { display: flex; align-items: center; margin-bottom: 20px; background-color: #f9f9f9; padding: 20px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
    .page-lol-playtime-calculator__promo-icon { width: 60px; height: 60px; margin-right: 20px; object-fit: contain; max-width: 100%; height: auto; }
    .page-lol-playtime-calculator__promo-content { flex-grow: 1; }
    .page-lol-playtime-calculator__promo-title { font-size: 1.3em; color: #007bff; margin-bottom: 5px; }
    .page-lol-playtime-calculator__promo-description { font-size: 0.95em; color: #555; }
    .page-lol-playtime-calculator__promo-button { margin-left: 20px; flex-shrink: 0; }
    .page-lol-playtime-calculator__faq-item { border: 1px solid #ddd; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
    .page-lol-playtime-calculator__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #007bff; color: #fff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }
    .page-lol-playtime-calculator__faq-question:hover { background-color: #0056b3; }
    .page-lol-playtime-calculator__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }
    .page-lol-playtime-calculator__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; }
    .page-lol-playtime-calculator__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #f9f9f9; color: #333; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }
    .page-lol-playtime-calculator__faq-answer p { margin: 15px 0; }
    .page-lol-playtime-calculator__faq-item.active .page-lol-playtime-calculator__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }
    .page-lol-playtime-calculator__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }
    .page-lol-playtime-calculator__blog-card { background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); overflow: hidden; transition: transform 0.3s ease; }
    .page-lol-playtime-calculator__blog-card:hover { transform: translateY(-5px); }
    .page-lol-playtime-calculator__blog-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; height: auto; }
    .page-lol-playtime-calculator__blog-content { padding: 20px; }
    .page-lol-playtime-calculator__blog-title { font-size: 1.3em; color: #0056b3; margin-bottom: 10px; }
    .page-lol-playtime-calculator__blog-date { font-size: 0.85em; color: #777; margin-bottom: 10px; }
    .page-lol-playtime-calculator__blog-summary { font-size: 0.95em; color: #555; margin-bottom: 20px; }
    /* Responsive styles */
    @media (max-width: 768px) {
      .page-lol-playtime-calculator__hero-title { font-size: 2.5em; }
      .page-lol-playtime-calculator__hero-subtitle { font-size: 1.2em; }
      .page-lol-playtime-calculator__heading { font-size: 2em; }
      .page-lol-playtime-calculator__subheading { font-size: 1.5em; }
      .page-lol-playtime-calculator__button-group .page-lol-playtime-calculator__button { margin: 10px 0; display: block; width: 100%; }
      .page-lol-playtime-calculator__container { padding: 10px; }
      .page-lol-playtime-calculator__section { padding: 20px 10px; }
      .page-lol-playtime-calculator__grid, .page-lol-playtime-calculator__blog-grid { grid-template-columns: 1fr; }
      .page-lol-playtime-calculator__promo-item { flex-direction: column; text-align: center; }
      .page-lol-playtime-calculator__promo-icon { margin-right: 0; margin-bottom: 15px; }
      .page-lol-playtime-calculator__promo-button { margin-left: 0; margin-top: 15px; width: 100%; }
      .page-lol-playtime-calculator__list-item { flex-direction: column; align-items: flex-start; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 10px !important; margin-left: 0 !important; margin-right: 0 !important; }
      .page-lol-playtime-calculator__list-item-text { width: 100%; word-wrap: break-word !important; overflow-wrap: break-word !important; }
      .page-lol-playtime-calculator__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }
      .page-lol-playtime-calculator__faq-answer { padding: 0 15px; }
      .page-lol-playtime-calculator__faq-item.active .page-lol-playtime-calculator__faq-answer { padding: 15px !important; }
      .page-lol-playtime-calculator__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }
      .page-lol-playtime-calculator__payment-logo, .page-lol-playtime-calculator__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }
      .page-lol-playtime-calculator__card-image, .page-lol-playtime-calculator__promo-icon, .page-lol-playtime-calculator__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }
    }