.page-top-3-bet-blackjack { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; padding-top: var(--header-offset, 10px); } .page-top-3-bet-blackjack__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-top-3-bet-blackjack__hero-section { background: url('[GALLERY:hero:1920x1080:blackjack,card_game,casino_table]') no-repeat center center/cover; text-align: center; padding: 80px 20px; position: relative; overflow: hidden; border-radius: 8px; margin-bottom: 30px; } .page-top-3-bet-blackjack__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 1; } .page-top-3-bet-blackjack__hero-content { position: relative; z-index: 2; color: #fff; } .page-top-3-bet-blackjack__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #ffcc00; } .page-top-3-bet-blackjack__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-top-3-bet-blackjack__btn { display: inline-block; background-color: #007bff; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-top-3-bet-blackjack__btn:hover { background-color: #0056b3; } .page-top-3-bet-blackjack__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: #2a2a2a; border-radius: 8px; margin-bottom: 30px; } .page-top-3-bet-blackjack__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-top-3-bet-blackjack__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-top-3-bet-blackjack__section { padding: 40px 0; margin-bottom: 30px; background-color: #2a2a2a; border-radius: 8px; } .page-top-3-bet-blackjack__section-title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } .page-top-3-bet-blackjack__text-content { font-size: 1.1em; line-height: 1.8; text-align: justify; margin-bottom: 20px; padding: 0 20px; } .page-top-3-bet-blackjack__highlight { color: #ffcc00; font-weight: bold; } .page-top-3-bet-blackjack__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; padding: 0 20px; } .page-top-3-bet-blackjack__game-card { background-color: #333; border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 20px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-top-3-bet-blackjack__game-card:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6); } .page-top-3-bet-blackjack__game-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 2px solid #ffcc00; } .page-top-3-bet-blackjack__game-title { font-size: 1.5em; color: #fff; margin: 15px 0 10px; padding: 0 10px; } .page-top-3-bet-blackjack__game-description { font-size: 0.95em; color: #bbb; padding: 0 15px; margin-bottom: 20px; } .page-top-3-bet-blackjack__offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; padding: 0 20px; } .page-top-3-bet-blackjack__offer-card { background-color: #333; border-radius: 10px; padding: 25px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; border-top: 5px solid #ffcc00; } .page-top-3-bet-blackjack__offer-card:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6); } .page-top-3-bet-blackjack__offer-title { font-size: 1.8em; color: #ffcc00; margin-bottom: 15px; } .page-top-3-bet-blackjack__offer-description { font-size: 1.05em; color: #ccc; margin-bottom: 25px; } .page-top-3-bet-blackjack__faq-list { list-style: none; padding: 0 20px; } .page-top-3-bet-blackjack__faq-item { background-color: #333; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); } .page-top-3-bet-blackjack__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #444; border-bottom: 1px solid #555; transition: background-color 0.3s ease; user-select: none; } .page-top-3-bet-blackjack__faq-question:hover { background-color: #555; } .page-top-3-bet-blackjack__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } .page-top-3-bet-blackjack__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-top-3-bet-blackjack__faq-item.active .page-top-3-bet-blackjack__faq-toggle { transform: rotate(45deg); } .page-top-3-bet-blackjack__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-top-3-bet-blackjack__faq-item.active .page-top-3-bet-blackjack__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-top-3-bet-blackjack__faq-answer p { margin: 0; color: #ccc; } .page-top-3-bet-blackjack__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; padding: 0 20px; } .page-top-3-bet-blackjack__blog-card { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-top-3-bet-blackjack__blog-card:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6); } .page-top-3-bet-blackjack__blog-image { width: 100%; height: 220px; object-fit: cover; border-bottom: 2px solid #ffcc00; } .page-top-3-bet-blackjack__blog-content { padding: 20px; } .page-top-3-bet-blackjack__blog-title { font-size: 1.4em; color: #fff; margin-bottom: 10px; } .page-top-3-bet-blackjack__blog-excerpt { font-size: 0.95em; color: #bbb; margin-bottom: 20px; } .page-top-3-bet-blackjack__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-top-3-bet-blackjack__floating-btn { background-color: #ffcc00; color: #1a1a1a; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease; text-align: center; } .page-top-3-bet-blackjack__floating-btn:hover { background-color: #e6b800; } .page-top-3-bet-blackjack__quick-access-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; list-style: none; padding: 0 20px; margin-top: 20px; } .page-top-3-bet-blackjack__quick-access-item { flex: 1 1 auto; min-width: 150px; max-width: 250px; } .page-top-3-bet-blackjack__quick-access-link { display: block; background-color: #007bff; color: #fff; padding: 15px 10px; border-radius: 8px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-top-3-bet-blackjack__quick-access-link:hover { background-color: #0056b3; } .page-top-3-bet-blackjack__game-provider-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; padding: 0 20px; } .page-top-3-bet-blackjack__provider-card { background-color: #333; border-radius: 10px; padding: 20px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-top-3-bet-blackjack__provider-card:hover { transform: translateY(-5px); } .page-top-3-bet-blackjack__provider-logo { width: 120px; height: 80px; object-fit: contain; margin-bottom: 10px; } @media (max-width: 768px) { .page-top-3-bet-blackjack__hero-title { font-size: 2.5em; } .page-top-3-bet-blackjack__hero-subtitle { font-size: 1.2em; } .page-top-3-bet-blackjack__hero-section { padding: 60px 15px; } .page-top-3-bet-blackjack__section-title { font-size: 2em; } .page-top-3-bet-blackjack__text-content { font-size: 1em; padding: 0 15px; } .page-top-3-bet-blackjack__game-grid, .page-top-3-bet-blackjack__offer-grid, .page-top-3-bet-blackjack__blog-grid, .page-top-3-bet-blackjack__game-provider-grid { grid-template-columns: 1fr; padding: 0 15px; } .page-top-3-bet-blackjack__game-card, .page-top-3-bet-blackjack__offer-card, .page-top-3-bet-blackjack__blog-card, .page-top-3-bet-blackjack__provider-card { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-top-3-bet-blackjack__game-image, .page-top-3-bet-blackjack__blog-image { height: 180px; } .page-top-3-bet-blackjack__quick-access-list { flex-direction: column; align-items: center; padding: 0 15px; } .page-top-3-bet-blackjack__quick-access-item { width: 100% !important; max-width: 300px !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-top-3-bet-blackjack__faq-list { padding: 0 15px; } .page-top-3-bet-blackjack__faq-item, .page-top-3-bet-blackjack__faq-question, .page-top-3-bet-blackjack__faq-answer { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-top-3-bet-blackjack__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-top-3-bet-blackjack__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-top-3-bet-blackjack__payment-logo, .page-top-3-bet-blackjack__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-top-3-bet-blackjack__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-top-3-bet-blackjack__floating-btn { padding: 10px 18px; font-size: 0.9em; } }