.page-jl-malone {font-family: 'Arial', sans-serif;color: #f0f0f0;background-color: #1a1a1a;line-height: 1.6;}.page-jl-malone h1, .page-jl-malone h2, .page-jl-malone h3 {color: #ffcc00;margin-bottom: 15px;}.page-jl-malone h1 {font-size: 2.8em;text-align: center;}.page-jl-malone h2 {font-size: 2.2em;text-align: center;}.page-jl-malone h3 {font-size: 1.8em;}.page-jl-malone p {margin-bottom: 10px;}.page-jl-malone strong {color: #ffcc00;}.page-jl-malone__container {max-width: 1200px;margin: 0 auto;padding: 20px;box-sizing: border-box;}.page-jl-malone__section {padding: 60px 20px;margin-bottom: 20px;background-color: #222;border-radius: 8px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);}.page-jl-malone__hero-section {background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:casino,gaming,lights,jl_malone]') no-repeat center center/cover;text-align: center;padding: 100px 20px;padding-top: 10px;/* For header offset */display: flex;flex-direction: column;justify-content: center;align-items: center;min-height: 60vh;}.page-jl-malone__hero-section h1 {font-size: 3.5em;margin-bottom: 20px;line-height: 1.2;}.page-jl-malone__hero-section p {font-size: 1.4em;margin-bottom: 30px;max-width: 800px;}.page-jl-malone__btn {display: inline-block;background-color: #ffcc00;color: #1a1a1a;padding: 15px 30px;border-radius: 5px;text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.3s ease;border: none;cursor: pointer;}.page-jl-malone__btn:hover {background-color: #e0a800;transform: translateY(-2px);}.page-jl-malone__intro-section .page-jl-malone__container {display: flex;flex-direction: column;gap: 20px;}.page-jl-malone__intro-section p {text-align: justify;}.page-jl-malone__quick-access .page-jl-malone__button-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 20px;justify-content: center;margin-top: 30px;}.page-jl-malone__quick-access .page-jl-malone__button-grid .page-jl-malone__btn {width: 100%;text-align: center;}.page-jl-malone__games-section .page-jl-malone__game-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 30px;}.page-jl-malone__game-card {background-color: #333;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);text-align: center;transition: transform 0.3s ease;}.page-jl-malone__game-card:hover {transform: translateY(-5px);}.page-jl-malone__game-card img {width: 100%;height: 200px;object-fit: cover;display: block;}.page-jl-malone__game-card-content {padding: 20px;}.page-jl-malone__game-card h3 {margin-top: 0;font-size: 1.5em;color: #ffcc00;}.page-jl-malone__game-card p {font-size: 0.9em;color: #ccc;}.page-jl-malone__promotions-section .page-jl-malone__promo-list {display: flex;flex-direction: column;gap: 25px;margin-top: 30px;}.page-jl-malone__promo-item {background-color: #333;padding: 25px;border-radius: 8px;display: flex;align-items: center;gap: 20px;}.page-jl-malone__promo-item img {width: 100px;height: 100px;object-fit: cover;border-radius: 5px;flex-shrink: 0;}.page-jl-malone__promo-content {flex-grow: 1;}.page-jl-malone__promo-content h3 {margin-top: 0;font-size: 1.6em;}.page-jl-malone__promo-content p {font-size: 1em;color: #ccc;margin-bottom: 15px;}.page-jl-malone__security-support-section .page-jl-malone__features-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 30px;}.page-jl-malone__feature-item {background-color: #333;padding: 25px;border-radius: 8px;text-align: center;}.page-jl-malone__feature-item img {width: 80px;height: 80px;margin-bottom: 15px;}.page-jl-malone__feature-item h3 {font-size: 1.5em;}.page-jl-malone__feature-item p {font-size: 0.95em;color: #ccc;}.page-jl-malone__faq-section .page-jl-malone__faq-list {margin-top: 30px;}.page-jl-malone__faq-item {background-color: #333;margin-bottom: 15px;border-radius: 8px;overflow: hidden;}.page-jl-malone__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;cursor: pointer;background-color: #444;border-bottom: 1px solid #555;transition: background-color 0.3s ease;}.page-jl-malone__faq-question:hover {background-color: #555;}.page-jl-malone__faq-question h3 {margin: 0;color: #ffcc00;font-size: 1.2em;pointer-events: none;}.page-jl-malone__faq-toggle {font-size: 1.8em;font-weight: bold;color: #ffcc00;transition: transform 0.3s ease;pointer-events: none;}.page-jl-malone__faq-item.active .page-jl-malone__faq-toggle {transform: rotate(45deg);}.page-jl-malone__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;opacity: 0;color: #ccc;}.page-jl-malone__faq-item.active .page-jl-malone__faq-answer {max-height: 2000px !important;padding: 20px 25px !important;opacity: 1;}.page-jl-malone__blog-section .page-jl-malone__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 30px;}.page-jl-malone__blog-card {background-color: #333;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);transition: transform 0.3s ease;}.page-jl-malone__blog-card:hover {transform: translateY(-5px);}.page-jl-malone__blog-card img {width: 100%;height: 200px;object-fit: cover;display: block;}.page-jl-malone__blog-card-content {padding: 20px;}.page-jl-malone__blog-card h3 {margin-top: 0;font-size: 1.5em;}.page-jl-malone__blog-card h3 a {color: #ffcc00;text-decoration: none;}.page-jl-malone__blog-card p {font-size: 0.9em;color: #ccc;margin-bottom: 10px;}.page-jl-malone__blog-card .page-jl-malone__blog-date {font-size: 0.8em;color: #888;}.page-jl-malone__promo-item .page-jl-malone__btn {padding: 10px 20px;font-size: 0.9em;}.page-jl-malone__promo-item:nth-child(even) {flex-direction: row-reverse;}.page-jl-malone__promo-item:nth-child(even) .page-jl-malone__promo-content {text-align: right;}@media (max-width: 768px) {.page-jl-malone h1 {font-size: 2.2em;}.page-jl-malone h2 {font-size: 1.8em;}.page-jl-malone h3 {font-size: 1.4em;}.page-jl-malone__hero-section {padding: 80px 15px;}.page-jl-malone__hero-section h1 {font-size: 2.5em;}.page-jl-malone__hero-section p {font-size: 1.1em;}.page-jl-malone__btn {padding: 12px 25px;font-size: 1em;}.page-jl-malone__section {padding: 40px 15px;}.page-jl-malone__quick-access .page-jl-malone__button-grid {grid-template-columns: 1fr;}.page-jl-malone__game-card img {height: 180px;}.page-jl-malone__promo-item {flex-direction: column;text-align: center;}.page-jl-malone__promo-item:nth-child(even) {flex-direction: column;}.page-jl-malone__promo-item img {margin-bottom: 15px;}.page-jl-malone__promo-content {text-align: center !important;}.page-jl-malone__features-grid {grid-template-columns: 1fr;}.page-jl-malone__blog-grid {grid-template-columns: 1fr;}.page-jl-malone__faq-question {padding: 15px 20px;}.page-jl-malone__faq-question h3 {font-size: 1.1em;}.page-jl-malone__faq-answer {padding: 15px 20px !important;}.page-jl-malone__faq-toggle {font-size: 1.5em;}.page-jl-malone__intro-section .page-jl-malone__container {flex-direction: column;}.page-jl-malone__promo-list {padding: 0 !important;width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-jl-malone__promo-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;}.page-jl-malone__game-grid {padding: 0 !important;width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-jl-malone__game-card {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-jl-malone__features-grid {padding: 0 !important;width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-jl-malone__feature-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;}.page-jl-malone__faq-list {padding: 0 !important;width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-jl-malone__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;}.page-jl-malone__blog-grid {padding: 0 !important;width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-jl-malone__blog-card {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-jl-malone img {max-width: 100% !important;height: auto !important;display: block;}.page-jl-malone .page-jl-malone__game-card img, .page-jl-malone .page-jl-malone__promo-item img, .page-jl-malone .page-jl-malone__feature-item img, .page-jl-malone .page-jl-malone__blog-card img {max-width: 100% !important;height: auto !important;object-fit: cover !important;}}.page-jl-malone .page-jl-malone__container img {max-width: 100% !important;height: auto !important;object-fit: cover !important;}