.page-poppy-playtime-g-fuel { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-poppy-playtime-g-fuel__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-poppy-playtime-g-fuel__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }.page-poppy-playtime-g-fuel__section-title { font-size: 2.5em; color: #cc0000; text-align: center; margin-bottom: 30px; text-transform: uppercase; }.page-poppy-playtime-g-fuel__section-subtitle { font-size: 1.8em; color: #555; text-align: center; margin-bottom: 20px; }.page-poppy-playtime-g-fuel__text-content { font-size: 1.1em; color: #666; margin-bottom: 20px; }.page-poppy-playtime-g-fuel__hero-section { background-image: url('[GALLERY:hero:1920x1080:poppy playtime g fuel, gaming, energy drink]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px 80px; border-radius: 0; box-shadow: none; position: relative; overflow: hidden; padding-top: 10px; /* Adjust for fixed header offset */}.page-poppy-playtime-g-fuel__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: 1; }.page-poppy-playtime-g-fuel__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }.page-poppy-playtime-g-fuel__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; }.page-poppy-playtime-g-fuel__hero-description { font-size: 1.4em; margin-bottom: 40px; }.page-poppy-playtime-g-fuel__btn { display: inline-block; background-color: #cc0000; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-poppy-playtime-g-fuel__btn:hover { background-color: #ff3333; }.page-poppy-playtime-g-fuel__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: 30px 0; }.page-poppy-playtime-g-fuel__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-poppy-playtime-g-fuel__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-poppy-playtime-g-fuel__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-poppy-playtime-g-fuel__grid-item { background-color: #f9f9f9; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-poppy-playtime-g-fuel__grid-item:hover { transform: translateY(-5px); }.page-poppy-playtime-g-fuel__grid-item-image { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; }.page-poppy-playtime-g-fuel__grid-item-title { font-size: 1.5em; color: #cc0000; margin-bottom: 10px; }.page-poppy-playtime-g-fuel__grid-item-description { font-size: 1em; color: #777; margin-bottom: 15px; }.page-poppy-playtime-g-fuel__quick-links-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-poppy-playtime-g-fuel__quick-links-list-item { flex: 1 1 auto; min-width: 250px; text-align: center; box-sizing: border-box; }.page-poppy-playtime-g-fuel__quick-links-list-item .page-poppy-playtime-g-fuel__btn { width: 100%; padding: 12px 20px; font-size: 1.1em; }.page-poppy-playtime-g-fuel__promo-card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 20px; background-color: #fefefe; border: 1px solid #eee; border-radius: 8px; }.page-poppy-playtime-g-fuel__promo-image { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; }.page-poppy-playtime-g-fuel__promo-title { font-size: 1.6em; color: #cc0000; margin-bottom: 10px; }.page-poppy-playtime-g-fuel__promo-description { font-size: 1em; color: #777; margin-bottom: 20px; }.page-poppy-playtime-g-fuel__faq-list { list-style: none; padding: 0; max-width: 800px; margin: 30px auto 0; }.page-poppy-playtime-g-fuel__faq-item { background-color: #fefefe; border: 1px solid #eee; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }.page-poppy-playtime-g-fuel__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; font-size: 1.2em; font-weight: bold; color: #333; cursor: pointer; user-select: none; background-color: #f0f0f0; transition: background-color 0.3s ease; }.page-poppy-playtime-g-fuel__faq-question h3 { margin: 0; flex-grow: 1; text-align: left; pointer-events: none; }.page-poppy-playtime-g-fuel__faq-question:hover { background-color: #e0e0e0; }.page-poppy-playtime-g-fuel__faq-toggle { font-size: 1.5em; margin-left: 10px; pointer-events: none; transition: transform 0.3s ease; }.page-poppy-playtime-g-fuel__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-poppy-playtime-g-fuel__faq-item.active .page-poppy-playtime-g-fuel__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-poppy-playtime-g-fuel__faq-item.active .page-poppy-playtime-g-fuel__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-g-fuel__blog-card { background-color: #fefefe; padding: 20px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; height: 100%; }.page-poppy-playtime-g-fuel__blog-image { width: 100%; height: auto; object-fit: cover; border-radius: 5px; margin-bottom: 15px; }.page-poppy-playtime-g-fuel__blog-title { font-size: 1.4em; color: #cc0000; margin-bottom: 10px; }.page-poppy-playtime-g-fuel__blog-excerpt { font-size: 0.95em; color: #777; margin-bottom: 15px; flex-grow: 1; }.page-poppy-playtime-g-fuel__blog-date { font-size: 0.85em; color: #999; margin-bottom: 10px; }.page-poppy-playtime-g-fuel__blog-link { display: inline-block; color: #cc0000; text-decoration: none; font-weight: bold; }.page-poppy-playtime-g-fuel__blog-link:hover { text-decoration: underline; }.page-poppy-playtime-g-fuel img { max-width: 100%; height: auto; display: block; }.page-poppy-playtime-g-fuel__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }@media (max-width: 768px) { .page-poppy-playtime-g-fuel__hero-title { font-size: 2.5em; }.page-poppy-playtime-g-fuel__hero-description { font-size: 1.1em; }.page-poppy-playtime-g-fuel__section-title { font-size: 2em; }.page-poppy-playtime-g-fuel__grid { grid-template-columns: 1fr; }.page-poppy-playtime-g-fuel__quick-links-list { flex-direction: column; gap: 10px; }.page-poppy-playtime-g-fuel__quick-links-list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 0 10px; }.page-poppy-playtime-g-fuel__quick-links-list-item .page-poppy-playtime-g-fuel__btn { width: 100% !important; }.page-poppy-playtime-g-fuel__text-content { font-size: 1em; }.page-poppy-playtime-g-fuel__faq-question { padding: 12px 15px; font-size: 1.1em; }.page-poppy-playtime-g-fuel__faq-answer { padding: 0 15px; }.page-poppy-playtime-g-fuel__faq-item.active .page-poppy-playtime-g-fuel__faq-answer { padding: 15px !important; }.page-poppy-playtime-g-fuel__blog-card { padding: 15px; }.page-poppy-playtime-g-fuel__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-poppy-playtime-g-fuel__payment-logo, .page-poppy-playtime-g-fuel__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-poppy-playtime-g-fuel img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-poppy-playtime-g-fuel__faq-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 10px !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-g-fuel__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-g-fuel__section { padding: 20px 15px; } .page-poppy-playtime-g-fuel__container { padding: 10px; } .page-poppy-playtime-g-fuel__text-content p, .page-poppy-playtime-g-fuel__grid-item-description, .page-poppy-playtime-g-fuel__promo-description, .page-poppy-playtime-g-fuel__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }