.page-is-180fbo { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; } .page-is-180fbo h1, .page-is-180fbo h2 { color: #0056b3; text-align: center; margin-bottom: 25px; } .page-is-180fbo h3 { color: #007bff; } .page-is-180fbo__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .page-is-180fbo__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; padding: 60px 20px; text-align: center; border-radius: 0; margin-bottom: 0; } .page-is-180fbo__hero-section h1 { color: #fff; font-size: 2.5em; margin-bottom: 15px; } .page-is-180fbo__hero-section p { font-size: 1.1em; margin-bottom: 30px; } .page-is-180fbo__cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.05em; transition: background-color 0.3s ease; } .page-is-180fbo__cta-button:hover { background-color: #e0a800; } .page-is-180fbo__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 20px; background-color: #f0f0f0; border-bottom: 1px solid #eee; margin-bottom: 20px; } .page-is-180fbo__payment-providers h2 { width: 100%; margin-bottom: 20px; color: #333; } .page-is-180fbo__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-is-180fbo__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-is-180fbo__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-is-180fbo__quick-access-item { background-color: #e9f5ff; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-is-180fbo__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); } .page-is-180fbo__quick-access-item .page-is-180fbo__cta-button { width: 100%; } .page-is-180fbo__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-is-180fbo__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: transform 0.3s ease; } .page-is-180fbo__game-card:hover { transform: translateY(-7px); } .page-is-180fbo__game-card-img { width: 100%; height: 200px; object-fit: cover; } .page-is-180fbo__game-card-content { padding: 20px; text-align: center; } .page-is-180fbo__game-card-content h3 { margin-top: 0; margin-bottom: 15px; font-size: 1.3em; } .page-is-180fbo__game-card-content p { font-size: 0.95em; color: #555; margin-bottom: 20px; } .page-is-180fbo__promotions-list { list-style: none; padding: 0; margin-top: 30px; } .page-is-180fbo__promotions-item { display: flex; align-items: center; background-color: #fefefe; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); } .page-is-180fbo__promotions-img { width: 120px; height: 120px; object-fit: cover; border-radius: 5px; margin-right: 20px; } .page-is-180fbo__promotions-content h3 { margin-top: 0; font-size: 1.25em; } .page-is-180fbo__promotions-content p { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-is-180fbo__security-support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-is-180fbo__info-card { background-color: #fefefe; padding: 25px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.07); text-align: center; } .page-is-180fbo__info-card img { max-width: 100px; height: auto; margin-bottom: 15px; } .page-is-180fbo__info-card h3 { font-size: 1.3em; margin-bottom: 10px; } .page-is-180fbo__faq-list { list-style: none; padding: 0; margin-top: 30px; } .page-is-180fbo__faq-item { background-color: #fefefe; border: 1px solid #eee; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-is-180fbo__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; user-select: none; background-color: #e9f5ff; border-bottom: 1px solid #e0e0e0; } .page-is-180fbo__faq-question h3 { margin: 0; font-size: 1.15em; color: #007bff; pointer-events: none; } .page-is-180fbo__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-is-180fbo__faq-item.active .page-is-180fbo__faq-toggle { transform: rotate(45deg); } .page-is-180fbo__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; background-color: #fff; } .page-is-180fbo__faq-item.active .page-is-180fbo__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-is-180fbo__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-is-180fbo__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: transform 0.3s ease; text-decoration: none; color: #333; } .page-is-180fbo__blog-card:hover { transform: translateY(-7px); } .page-is-180fbo__blog-card-img { width: 100%; height: 180px; object-fit: cover; } .page-is-180fbo__blog-card-content { padding: 20px; } .page-is-180fbo__blog-card-content h3 { margin-top: 0; font-size: 1.25em; color: #0056b3; margin-bottom: 10px; } .page-is-180fbo__blog-card-content p { font-size: 0.9em; color: #555; margin-bottom: 15px; } .page-is-180fbo__blog-card-date { font-size: 0.85em; color: #888; } @media (max-width: 768px) { .page-is-180fbo__hero-section { padding: 40px 15px; } .page-is-180fbo__hero-section h1 { font-size: 2em; } .page-is-180fbo__section { padding: 30px 15px; } .page-is-180fbo__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 15px; } .page-is-180fbo__payment-logo, .page-is-180fbo__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-is-180fbo__quick-access-grid, .page-is-180fbo__games-grid, .page-is-180fbo__security-support-grid, .page-is-180fbo__blog-grid { grid-template-columns: 1fr; } .page-is-180fbo__promotions-item { flex-direction: column; text-align: center; } .page-is-180fbo__promotions-img { margin-right: 0; margin-bottom: 15px; } .page-is-180fbo__promotions-content { width: 100%; } .page-is-180fbo__faq-question { padding: 15px; } .page-is-180fbo__faq-answer { padding: 0 15px; } .page-is-180fbo__faq-item.active .page-is-180fbo__faq-answer { padding: 15px !important; } .page-is-180fbo ul, .page-is-180fbo 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-is-180fbo li { 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; } .page-is-180fbo img:not(.page-is-180fbo__payment-logo img) { max-width: 100% !important; height: auto !important; } .page-is-180fbo div:has(img):not(.page-is-180fbo__payment-logo) { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } }