.page-playtime-help-slot { font-family: Arial, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-playtime-help-slot__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-playtime-help-slot__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-playtime-help-slot__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 30px; font-weight: bold; }.page-playtime-help-slot__section-subtitle { font-size: 1.2em; color: #555; text-align: center; margin-bottom: 40px; }.page-playtime-help-slot__text-center { text-align: center; }.page-playtime-help-slot__hero-section { background: linear-gradient(135deg, #0056b3, #003d80); color: #fff; text-align: center; padding: 10px 0 60px 0; border-radius: 0; box-shadow: none; position: relative; overflow: hidden; }.page-playtime-help-slot__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('[GALLERY:pattern:1920x1080:abstract,geometric]'); background-size: cover; opacity: 0.1; z-index: 0; }.page-playtime-help-slot__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; }.page-playtime-help-slot__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; }.page-playtime-help-slot__hero-description { font-size: 1.5em; margin-bottom: 30px; opacity: 0.9; }.page-playtime-help-slot__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-help-slot__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); }.page-playtime-help-slot__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; }.page-playtime-help-slot__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-playtime-help-slot__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-playtime-help-slot__intro-content { display: flex; flex-wrap: wrap; gap: 30px; align-items: center; }.page-playtime-help-slot__intro-text { flex: 1; min-width: 300px; }.page-playtime-help-slot__intro-text h3 { font-size: 1.8em; color: #0056b3; margin-bottom: 15px; }.page-playtime-help-slot__intro-text p { margin-bottom: 15px; }.page-playtime-help-slot__intro-image { flex: 1; min-width: 300px; text-align: center; }.page-playtime-help-slot__intro-image img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }.page-playtime-help-slot__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }.page-playtime-help-slot__quick-access-item { background-color: #e0f2f7; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-playtime-help-slot__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); }.page-playtime-help-slot__quick-access-item h3 { font-size: 1.5em; color: #0056b3; margin-bottom: 15px; }.page-playtime-help-slot__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-playtime-help-slot__game-card { background-color: #f0f8ff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-playtime-help-slot__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-playtime-help-slot__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-playtime-help-slot__game-card-content { padding: 20px; }.page-playtime-help-slot__game-card-title { font-size: 1.6em; color: #0056b3; margin-bottom: 10px; }.page-playtime-help-slot__game-card-description { font-size: 0.95em; color: #555; margin-bottom: 20px; }.page-playtime-help-slot__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-playtime-help-slot__promotion-card { background-color: #fff3cd; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-playtime-help-slot__promotion-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-playtime-help-slot__promotion-card-image { width: 100%; height: 200px; object-fit: cover; }.page-playtime-help-slot__promotion-card-content { padding: 20px; }.page-playtime-help-slot__promotion-card-title { font-size: 1.6em; color: #0056b3; margin-bottom: 10px; }.page-playtime-help-slot__promotion-card-description { font-size: 0.95em; color: #555; margin-bottom: 20px; }.page-playtime-help-slot__security-features { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 30px; margin-top: 30px; }.page-playtime-help-slot__security-item { flex: 1; min-width: 280px; background-color: #e6f7ff; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }.page-playtime-help-slot__security-item h3 { font-size: 1.5em; color: #0056b3; margin-bottom: 15px; }.page-playtime-help-slot__security-item p { font-size: 0.95em; color: #555; }.page-playtime-help-slot__faq-list { margin-top: 30px; }.page-playtime-help-slot__faq-item { background-color: #e0f2f7; border-radius: 8px; margin-bottom: 15px; overflow: hidden; transition: all 0.4s ease; }.page-playtime-help-slot__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #0056b3; color: #fff; user-select: none; transition: background-color 0.3s ease; }.page-playtime-help-slot__faq-question:hover { background-color: #003d80; }.page-playtime-help-slot__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; }.page-playtime-help-slot__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; }.page-playtime-help-slot__faq-item.active .page-playtime-help-slot__faq-toggle { transform: rotate(45deg); }.page-playtime-help-slot__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; background-color: #f0f8ff; color: #333; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-playtime-help-slot__faq-item.active .page-playtime-help-slot__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-playtime-help-slot__faq-answer p { margin: 0; }.page-playtime-help-slot__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-playtime-help-slot__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-playtime-help-slot__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); }.page-playtime-help-slot__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-playtime-help-slot__blog-card-content { padding: 20px; }.page-playtime-help-slot__blog-card-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; }.page-playtime-help-slot__blog-card-description { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-playtime-help-slot__blog-card-link { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; }.page-playtime-help-slot__blog-card-link:hover { background-color: #0056b3; }.page-playtime-help-slot .btn { display: inline-block; background-color: #ffc107; color: #333; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-playtime-help-slot .btn:hover { background-color: #e0a800; }.page-playtime-help-slot__image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }.page-playtime-help-slot__image-wrapper img { max-width: 100%; height: auto; box-sizing: border-box; }.page-playtime-help-slot__list-item { box-sizing: border-box; }.page-playtime-help-slot ul { padding: 0; margin: 0; list-style: none; }.page-playtime-help-slot ul li { margin-bottom: 10px; }.page-playtime-help-slot ol { padding: 0; margin: 0; list-style: decimal; }.page-playtime-help-slot ol li { margin-bottom: 10px; }.page-playtime-help-slot__mobile-hidden { display: none; }@media (max-width: 768px) { .page-playtime-help-slot__hero-title { font-size: 2.5em; }.page-playtime-help-slot__hero-description { font-size: 1.2em; }.page-playtime-help-slot__cta-button { padding: 12px 25px; font-size: 1.1em; }.page-playtime-help-slot__section { padding: 30px 15px; }.page-playtime-help-slot__section-title { font-size: 2em; margin-bottom: 20px; }.page-playtime-help-slot__section-subtitle { font-size: 1em; margin-bottom: 30px; }.page-playtime-help-slot__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-playtime-help-slot__payment-logo, .page-playtime-help-slot__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-playtime-help-slot__intro-content { flex-direction: column; }.page-playtime-help-slot__intro-text, .page-playtime-help-slot__intro-image { min-width: unset; width: 100%; }.page-playtime-help-slot__quick-access-grid, .page-playtime-help-slot__games-grid, .page-playtime-help-slot__promotions-grid, .page-playtime-help-slot__blog-grid { grid-template-columns: 1fr; }.page-playtime-help-slot__quick-access-item, .page-playtime-help-slot__game-card, .page-playtime-help-slot__promotion-card, .page-playtime-help-slot__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-playtime-help-slot__game-card-image, .page-playtime-help-slot__promotion-card-image, .page-playtime-help-slot__blog-card-image { height: 180px; }.page-playtime-help-slot__security-features { flex-direction: column; }.page-playtime-help-slot__security-item { min-width: unset; width: 100%; }.page-playtime-help-slot__faq-question { padding: 15px 20px; }.page-playtime-help-slot__faq-question h3 { font-size: 1.1em; }.page-playtime-help-slot__faq-answer { padding: 0 20px; }.page-playtime-help-slot__faq-item.active .page-playtime-help-slot__faq-answer { padding: 15px 20px !important; }.page-playtime-help-slot__image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; }.page-playtime-help-slot__image-wrapper img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-playtime-help-slot ul, .page-playtime-help-slot ol { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-playtime-help-slot ul li, .page-playtime-help-slot ol li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; margin-left: 0 !important; margin-right: 0 !important; padding: 0 5px; /* Adjust padding to prevent overflow */ }.page-playtime-help-slot__mobile-hidden { display: block; }}.page-playtime-help-slot__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; filter: brightness(0.6); }