.page-playtime-jackpot-meter { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-playtime-jackpot-meter__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }.page-playtime-jackpot-meter__section { padding: 40px 0; }.page-playtime-jackpot-meter__section--dark { background-color: #eee; }.page-playtime-jackpot-meter__heading { text-align: center; color: #0056b3; margin-bottom: 30px; font-size: 2.5em; }.page-playtime-jackpot-meter__subheading { text-align: center; color: #0056b3; margin-bottom: 20px; font-size: 2em; }.page-playtime-jackpot-meter__text-center { text-align: center; }.page-playtime-jackpot-meter__hero-section { background-color: #007bff; color: #fff; text-align: center; padding: 10px 0 60px 0; position: relative; overflow: hidden; }.page-playtime-jackpot-meter__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.6); }.page-playtime-jackpot-meter__hero-content { position: relative; z-index: 2; padding: 60px 20px; max-width: 900px; margin: 0 auto; }.page-playtime-jackpot-meter__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-playtime-jackpot-meter__hero-description { font-size: 1.3em; margin-bottom: 40px; }.page-playtime-jackpot-meter__cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-playtime-jackpot-meter__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); }.page-playtime-jackpot-meter__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; background-color: #fff; border-bottom: 1px solid #eee; }.page-playtime-jackpot-meter__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-playtime-jackpot-meter__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-playtime-jackpot-meter__intro-content { display: flex; flex-direction: column; gap: 20px; text-align: center; }.page-playtime-jackpot-meter__intro-paragraph { font-size: 1.1em; max-width: 800px; margin: 0 auto; }.page-playtime-jackpot-meter__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; }.page-playtime-jackpot-meter__quick-access-item .page-playtime-jackpot-meter__cta-button { width: 100%; }.page-playtime-jackpot-meter__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-playtime-jackpot-meter__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease; }.page-playtime-jackpot-meter__game-card:hover { transform: translateY(-5px); }.page-playtime-jackpot-meter__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-playtime-jackpot-meter__game-card-content { padding: 20px; }.page-playtime-jackpot-meter__game-card-title { font-size: 1.5em; margin-bottom: 10px; color: #0056b3; }.page-playtime-jackpot-meter__game-card-description { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-playtime-jackpot-meter__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-playtime-jackpot-meter__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 25px; text-align: center; transition: transform 0.3s ease; }.page-playtime-jackpot-meter__promo-card:hover { transform: translateY(-5px); }.page-playtime-jackpot-meter__promo-card-title { font-size: 1.8em; margin-bottom: 15px; color: #007bff; }.page-playtime-jackpot-meter__promo-card-description { font-size: 1em; color: #555; margin-bottom: 20px; }.page-playtime-jackpot-meter__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; text-align: left; }.page-playtime-jackpot-meter__security-item { background-color: #fff; border-left: 5px solid #007bff; padding: 25px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); }.page-playtime-jackpot-meter__security-title { font-size: 1.5em; color: #007bff; margin-bottom: 10px; }.page-playtime-jackpot-meter__security-description { color: #555; }.page-playtime-jackpot-meter__faq-list { max-width: 800px; margin: 30px auto 0 auto; }.page-playtime-jackpot-meter__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; }.page-playtime-jackpot-meter__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f0f8ff; border-bottom: 1px solid #e0e0e0; user-select: none; transition: background-color 0.3s ease; }.page-playtime-jackpot-meter__faq-question:hover { background-color: #e6f2ff; }.page-playtime-jackpot-meter__faq-question h3 { margin: 0; font-size: 1.2em; color: #0056b3; pointer-events: none; }.page-playtime-jackpot-meter__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; }.page-playtime-jackpot-meter__faq-item.active .page-playtime-jackpot-meter__faq-toggle { transform: rotate(45deg); }.page-playtime-jackpot-meter__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-playtime-jackpot-meter__faq-item.active .page-playtime-jackpot-meter__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-playtime-jackpot-meter__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-playtime-jackpot-meter__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease; }.page-playtime-jackpot-meter__blog-card:hover { transform: translateY(-5px); }.page-playtime-jackpot-meter__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-playtime-jackpot-meter__blog-card-content { padding: 20px; }.page-playtime-jackpot-meter__blog-card-title { font-size: 1.5em; margin-bottom: 10px; color: #0056b3; }.page-playtime-jackpot-meter__blog-card-description { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-playtime-jackpot-meter__blog-card-date { font-size: 0.85em; color: #999; margin-bottom: 10px; }.page-playtime-jackpot-meter__blog-card-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; transition: color 0.3s ease; }.page-playtime-jackpot-meter__blog-card-link:hover { color: #0056b3; }.page-playtime-jackpot-meter__partner-logo-title { font-size: 1.5em; text-align: center; margin-bottom: 20px; color: #0056b3; }.page-playtime-jackpot-meter__partner-logo-container { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; padding: 20px 0; }.page-playtime-jackpot-meter__partner-logo { width: 80px; height: 80px; object-fit: contain; }.page-playtime-jackpot-meter__general-button { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-playtime-jackpot-meter__general-button:hover { background-color: #0056b3; }.page-playtime-jackpot-meter__general-button--secondary { background-color: #6c757d; }.page-playtime-jackpot-meter__general-button--secondary:hover { background-color: #5a6268; }@media (max-width: 768px) { .page-playtime-jackpot-meter__hero-title { font-size: 2.5em; }.page-playtime-jackpot-meter__hero-description { font-size: 1.1em; }.page-playtime-jackpot-meter__heading { font-size: 2em; }.page-playtime-jackpot-meter__subheading { font-size: 1.8em; }.page-playtime-jackpot-meter__section { padding: 30px 0; }.page-playtime-jackpot-meter__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-playtime-jackpot-meter__payment-logo, .page-playtime-jackpot-meter__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-playtime-jackpot-meter__quick-access-grid, .page-playtime-jackpot-meter__games-grid, .page-playtime-jackpot-meter__promotions-grid, .page-playtime-jackpot-meter__security-grid, .page-playtime-jackpot-meter__blog-grid { grid-template-columns: 1fr; }.page-playtime-jackpot-meter__quick-access-item .page-playtime-jackpot-meter__cta-button { width: 100% !important; box-sizing: border-box !important; margin: 0 !important; padding: 12px 20px !important; }.page-playtime-jackpot-meter__game-card-image, .page-playtime-jackpot-meter__blog-card-image { height: 180px; }.page-playtime-jackpot-meter__faq-question { padding: 15px 20px; }.page-playtime-jackpot-meter__faq-question h3 { font-size: 1.1em; }.page-playtime-jackpot-meter__faq-answer { padding: 15px 20px !important; }.page-playtime-jackpot-meter__faq-list { padding: 0 10px; }.page-playtime-jackpot-meter__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }