.page-decisiontree-jl { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-decisiontree-jl__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-decisiontree-jl__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-decisiontree-jl__hero-section { background: linear-gradient(135deg, #2a0000, #4d0000); color: #fff; text-align: center; padding: 100px 20px; border-radius: 0; box-shadow: none; position: relative; overflow: hidden; padding-top: 10px; }.page-decisiontree-jl__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; }.page-decisiontree-jl__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }.page-decisiontree-jl__hero-title { font-size: 3.5em; margin-bottom: 20px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); color: #ffd700; }.page-decisiontree-jl__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; }.page-decisiontree-jl__cta-button { display: inline-block; background-color: #ffd700; color: #2a0000; padding: 15px 30px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-decisiontree-jl__cta-button:hover { background-color: #ffc107; transform: translateY(-3px); }.page-decisiontree-jl__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; background-color: #1a1a1a; padding: 30px 20px; margin-bottom: 20px; border-radius: 8px; }.page-decisiontree-jl__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-decisiontree-jl__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-decisiontree-jl__title { font-size: 2.5em; color: #2a0000; text-align: center; margin-bottom: 30px; }.page-decisiontree-jl__subtitle { font-size: 1.8em; color: #4d0000; margin-bottom: 20px; }.page-decisiontree-jl__text { font-size: 1.1em; color: #555; margin-bottom: 15px; }.page-decisiontree-jl__list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }.page-decisiontree-jl__list-item { background-color: #f0f0f0; padding: 15px 20px; border-radius: 5px; font-weight: bold; color: #2a0000; text-align: center; flex: 1 1 auto; min-width: 150px; max-width: 250px; box-sizing: border-box; }.page-decisiontree-jl__quick-access-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-decisiontree-jl__quick-access-item { flex: 1 1 calc(33% - 40px); min-width: 280px; background-color: #eee; padding: 25px; border-radius: 8px; text-align: center; transition: background-color 0.3s ease; box-sizing: border-box; }.page-decisiontree-jl__quick-access-item:hover { background-color: #e0e0e0; }.page-decisiontree-jl__quick-access-link { text-decoration: none; color: #2a0000; font-weight: bold; font-size: 1.1em; display: block; }.page-decisiontree-jl__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-decisiontree-jl__game-card { background-color: #fdfdfd; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-decisiontree-jl__game-card:hover { transform: translateY(-5px); }.page-decisiontree-jl__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-decisiontree-jl__game-card-content { padding: 20px; }.page-decisiontree-jl__game-card-title { font-size: 1.4em; color: #2a0000; margin-bottom: 10px; }.page-decisiontree-jl__game-card-description { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-decisiontree-jl__game-card-button { display: inline-block; background-color: #2a0000; color: #ffd700; padding: 10px 20px; border-radius: 20px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; }.page-decisiontree-jl__game-card-button:hover { background-color: #4d0000; }.page-decisiontree-jl__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-decisiontree-jl__promo-card { background-color: #fdfdfd; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-decisiontree-jl__promo-card:hover { transform: translateY(-5px); }.page-decisiontree-jl__promo-card-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-decisiontree-jl__promo-card-content { padding: 20px; }.page-decisiontree-jl__promo-card-title { font-size: 1.5em; color: #2a0000; margin-bottom: 10px; }.page-decisiontree-jl__promo-card-description { font-size: 1em; color: #666; margin-bottom: 15px; }.page-decisiontree-jl__promo-card-button { display: inline-block; background-color: #2a0000; color: #ffd700; padding: 12px 25px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease; }.page-decisiontree-jl__promo-card-button:hover { background-color: #4d0000; }.page-decisiontree-jl__faq-item { margin-bottom: 15px; border: 1px solid #eee; border-radius: 8px; overflow: hidden; }.page-decisiontree-jl__faq-question { background-color: #f9f9f9; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-decisiontree-jl__faq-question:hover { background-color: #f0f0f0; }.page-decisiontree-jl__faq-question h3 { margin: 0; font-size: 1.2em; color: #2a0000; pointer-events: none; }.page-decisiontree-jl__faq-toggle { font-size: 1.5em; font-weight: bold; color: #2a0000; pointer-events: none; }.page-decisiontree-jl__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; background-color: #fff; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-decisiontree-jl__faq-item.active .page-decisiontree-jl__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-decisiontree-jl__faq-answer p { margin: 0; color: #555; }.page-decisiontree-jl__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-decisiontree-jl__blog-card { background-color: #fdfdfd; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-decisiontree-jl__blog-card:hover { transform: translateY(-5px); }.page-decisiontree-jl__blog-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-decisiontree-jl__blog-card-content { padding: 20px; }.page-decisiontree-jl__blog-card-title { font-size: 1.4em; color: #2a0000; margin-bottom: 10px; }.page-decisiontree-jl__blog-card-link { text-decoration: none; color: #2a0000; }.page-decisiontree-jl__blog-card-link:hover { text-decoration: underline; }.page-decisiontree-jl__blog-card-excerpt { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-decisiontree-jl__blog-card-date { font-size: 0.85em; color: #999; text-align: right; }.page-decisiontree-jl__social-media-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; }.page-decisiontree-jl__social-media-item { background-color: #2a0000; border-radius: 50%; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; transition: background-color 0.3s ease; }.page-decisiontree-jl__social-media-item:hover { background-color: #4d0000; }.page-decisiontree-jl__social-media-icon { width: 30px; height: 30px; object-fit: contain; filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%); /* This is for white icons on dark background, not changing original image color */ }.page-decisiontree-jl__social-media-link { display: block; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }.page-decisiontree-jl__icon { width: 40px; height: 40px; object-fit: contain; margin-right: 15px; vertical-align: middle; }.page-decisiontree-jl__contact-info { display: flex; align-items: center; margin-bottom: 10px; }.page-decisiontree-jl__contact-text { color: #555; font-size: 1.1em; }.page-decisiontree-jl__button { display: inline-block; background-color: #2a0000; color: #ffd700; padding: 12px 25px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease; margin-top: 15px; }.page-decisiontree-jl__button:hover { background-color: #4d0000; }.page-decisiontree-jl__feature-item { display: flex; align-items: flex-start; margin-bottom: 20px; }.page-decisiontree-jl__feature-icon-wrapper { flex-shrink: 0; margin-right: 20px; background-color: #ffd700; border-radius: 50%; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }.page-decisiontree-jl__feature-icon { width: 35px; height: 35px; object-fit: contain; }.page-decisiontree-jl__feature-content h3 { margin-top: 0; color: #2a0000; font-size: 1.3em; }.page-decisiontree-jl__feature-content p { margin-bottom: 0; color: #555; }.page-decisiontree-jl__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-decisiontree-jl__intro-card { background-color: #fdfdfd; padding: 25px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); text-align: center; }.page-decisiontree-jl__intro-card h3 { color: #2a0000; font-size: 1.5em; margin-bottom: 15px; }.page-decisiontree-jl__intro-card p { color: #555; font-size: 1em; }.page-decisiontree-jl__intro-card-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; display: block; margin-left: auto; margin-right: auto; }@media (max-width: 768px) { .page-decisiontree-jl__hero-title { font-size: 2.5em; }.page-decisiontree-jl__hero-subtitle { font-size: 1.2em; }.page-decisiontree-jl__cta-button { padding: 12px 25px; font-size: 1em; }.page-decisiontree-jl__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-decisiontree-jl__payment-logo, .page-decisiontree-jl__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-decisiontree-jl__title { font-size: 2em; }.page-decisiontree-jl__subtitle { font-size: 1.5em; }.page-decisiontree-jl__text { font-size: 1em; }.page-decisiontree-jl__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 10px 15px; }.page-decisiontree-jl__quick-access-item { flex: 1 1 100%; min-width: unset; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-decisiontree-jl__games-grid, .page-decisiontree-jl__promotions-grid, .page-decisiontree-jl__blog-grid, .page-decisiontree-jl__intro-grid { grid-template-columns: 1fr; }.page-decisiontree-jl__game-card-image, .page-decisiontree-jl__promo-card-image, .page-decisiontree-jl__blog-card-image { max-width: 100% !important; height: auto !important; object-fit: cover; }.page-decisiontree-jl__faq-question h3 { font-size: 1.1em; }.page-decisiontree-jl__faq-answer p { font-size: 0.95em; }.page-decisiontree-jl__container { padding: 10px; }.page-decisiontree-jl__section { padding: 30px 15px; }.page-decisiontree-jl__social-media-list { gap: 10px; }.page-decisiontree-jl__social-media-item { width: 45px; height: 45px; }.page-decisiontree-jl__social-media-icon { width: 25px; height: 25px; }.page-decisiontree-jl__icon { width: 30px; height: 30px; margin-right: 10px; }.page-decisiontree-jl__contact-text { font-size: 1em; }.page-decisiontree-jl__feature-icon-wrapper { width: 50px; height: 50px; margin-right: 15px; }.page-decisiontree-jl__feature-icon { width: 30px; height: 30px; }.page-decisiontree-jl__feature-content h3 { font-size: 1.2em; }.page-decisiontree-jl__intro-card-icon { width: 60px; height: 60px; }.page-decisiontree-jl__intro-card h3 { font-size: 1.3em; }.page-decisiontree-jl__intro-card p { font-size: 0.95em; }body .page-decisiontree-jl img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}.page-decisiontree-jl .page-decisiontree-jl__text, .page-decisiontree-jl .page-decisiontree-jl__list-item, .page-decisiontree-jl .page-decisiontree-jl__quick-access-link, .page-decisiontree-jl .page-decisiontree-jl__game-card-description, .page-decisiontree-jl .page-decisiontree-jl__promo-card-description, .page-decisiontree-jl .page-decisiontree-jl__faq-answer p, .page-decisiontree-jl .page-decisiontree-jl__blog-card-excerpt, .page-decisiontree-jl .page-decisiontree-jl__blog-card-date, .page-decisiontree-jl .page-decisiontree-jl__contact-text, .page-decisiontree-jl .page-decisiontree-jl__feature-content p, .page-decisiontree-jl .page-decisiontree-jl__intro-card p { color: #333; /* Ensure strong contrast */ } /* Ensure all links have good contrast */.page-decisiontree-jl a { color: #2a0000; /* Dark red for links */ }.page-decisiontree-jl a:hover { color: #4d0000; } /* Special case for hero CTA button which has specific colors */.page-decisiontree-jl__cta-button { background-color: #ffd700; color: #2a0000; } .page-decisiontree-jl__cta-button:hover { background-color: #ffc107; color: #2a0000; } /* Ensure text on dark backgrounds is light */.page-decisiontree-jl__payment-providers, .page-decisiontree-jl__hero-section { color: #fff; }.page-decisiontree-jl__hero-title { color: #ffd700; }.page-decisiontree-jl__hero-subtitle { color: #fff; }