/* General styling for the page container */.page-jl-sullivans-irish-pub{font-family:'Arial',sans-serif;color:#f0f0f0;background-color:#1a1a1a;line-height:1.6;overflow-x:hidden;padding-top:10px;}.page-jl-sullivans-irish-pub__container{max-width:1200px;margin:0 auto;padding:20px 15px;}.page-jl-sullivans-irish-pub__section-title{font-size:2.5em;color:#ffcc00;text-align:center;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px;}.page-jl-sullivans-irish-pub__section-description{font-size:1.1em;text-align:center;max-width:800px;margin:0 auto 40px;color:#ccc;}/* Hero Section */.page-jl-sullivans-irish-pub__hero-section{position:relative;width:100%;height:600px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;margin-bottom:50px;}.page-jl-sullivans-irish-pub__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;}.page-jl-sullivans-irish-pub__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5),rgba(0,0,0,0.7));z-index:2;}.page-jl-sullivans-irish-pub__hero-content{position:relative;z-index:3;color:#ffffff;max-width:900px;padding:20px;}.page-jl-sullivans-irish-pub__hero-title{font-size:3.5em;margin-bottom:20px;color:#ffcc00;line-height:1.2;}.page-jl-sullivans-irish-pub__hero-subtitle{font-size:1.4em;margin-bottom:40px;color:#e0e0e0;}.page-jl-sullivans-irish-pub__hero-cta-group{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;}.page-jl-sullivans-irish-pub__hero-button{display:inline-block;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;white-space:nowrap;}.page-jl-sullivans-irish-pub__hero-button--primary{background-color:#ffcc00;color:#1a1a1a;border:2px solid #ffcc00;}.page-jl-sullivans-irish-pub__hero-button--primary:hover{background-color:#e6b800;transform:translateY(-3px);}.page-jl-sullivans-irish-pub__hero-button--secondary{background-color:transparent;color:#ffcc00;border:2px solid #ffcc00;}.page-jl-sullivans-irish-pub__hero-button--secondary:hover{background-color:#ffcc00;color:#1a1a1a;transform:translateY(-3px);}/* Intro Section */.page-jl-sullivans-irish-pub__intro-section{padding:50px 0;background-color:#222;}.page-jl-sullivans-irish-pub__intro-features{display:flex;justify-content:space-around;flex-wrap:wrap;gap:30px;margin-top:40px;}.page-jl-sullivans-irish-pub__feature-item{flex:1;min-width:280px;max-width:350px;text-align:center;padding:25px;background-color:#2c2c2c;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.3);transition:transform 0.3s ease;box-sizing:border-box;}.page-jl-sullivans-irish-pub__feature-item:hover{transform:translateY(-10px);}.page-jl-sullivans-irish-pub__feature-icon{width:100px;height:100px;margin-bottom:20px;object-fit:contain;}.page-jl-sullivans-irish-pub__feature-title{font-size:1.8em;color:#ffcc00;margin-bottom:15px;}.page-jl-sullivans-irish-pub__feature-text{font-size:1em;color:#ccc;}/* Quick Access Section */.page-jl-sullivans-irish-pub__quick-access-section{padding:50px 0;background-color:#1a1a1a;}.page-jl-sullivans-irish-pub__access-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;}.page-jl-sullivans-irish-pub__access-button{display:inline-block;padding:12px 25px;background-color:#333;color:#ffcc00;border:1px solid #ffcc00;border-radius:5px;text-decoration:none;font-weight:bold;font-size:1em;transition:background-color 0.3s ease,color 0.3s ease;white-space:nowrap;}.page-jl-sullivans-irish-pub__access-button:hover{background-color:#ffcc00;color:#1a1a1a;}/* Games Section */.page-jl-sullivans-irish-pub__games-section{padding:50px 0;background-color:#222;}.page-jl-sullivans-irish-pub__game-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;}.page-jl-sullivans-irish-pub__game-card{background-color:#2c2c2c;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.3);text-align:center;transition:transform 0.3s ease;box-sizing:border-box;}.page-jl-sullivans-irish-pub__game-card:hover{transform:translateY(-10px);}.page-jl-sullivans-irish-pub__game-image{width:100%;height:200px;object-fit:cover;border-bottom:1px solid #3a3a3a;}.page-jl-sullivans-irish-pub__game-title{font-size:1.6em;color:#ffcc00;margin:15px 10px 10px;}.page-jl-sullivans-irish-pub__game-description{font-size:0.95em;color:#ccc;padding:0 15px 20px;}.page-jl-sullivans-irish-pub__game-button{display:inline-block;padding:10px 20px;background-color:#ffcc00;color:#1a1a1a;border-radius:5px;text-decoration:none;font-weight:bold;margin-bottom:20px;transition:background-color 0.3s ease;}.page-jl-sullivans-irish-pub__game-button:hover{background-color:#e6b800;}/* Promotions Section */.page-jl-sullivans-irish-pub__promotions-section{padding:50px 0;background-color:#1a1a1a;}.page-jl-sullivans-irish-pub__promo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;}.page-jl-sullivans-irish-pub__promo-card{background-color:#2c2c2c;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.3);transition:transform 0.3s ease;box-sizing:border-box;}.page-jl-sullivans-irish-pub__promo-card:hover{transform:translateY(-10px);}.page-jl-sullivans-irish-pub__promo-image{width:100%;height:220px;object-fit:cover;border-bottom:1px solid #3a3a3a;}.page-jl-sullivans-irish-pub__promo-content{padding:20px;}.page-jl-sullivans-irish-pub__promo-title{font-size:1.5em;color:#ffcc00;margin-bottom:10px;}.page-jl-sullivans-irish-pub__promo-text{font-size:0.95em;color:#ccc;margin-bottom:20px;}.page-jl-sullivans-irish-pub__promo-button{display:inline-block;padding:10px 20px;background-color:#ffcc00;color:#1a1a1a;border-radius:5px;text-decoration:none;font-weight:bold;transition:background-color 0.3s ease;}.page-jl-sullivans-irish-pub__promo-button:hover{background-color:#e6b800;}/* Security & Customer Service Section */.page-jl-sullivans-irish-pub__security-cs-section{padding:50px 0;background-color:#222;}.page-jl-sullivans-irish-pub__info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;}.page-jl-sullivans-irish-pub__info-item{background-color:#2c2c2c;border-radius:8px;padding:25px;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,0.3);transition:transform 0.3s ease;box-sizing:border-box;}.page-jl-sullivans-irish-pub__info-item:hover{transform:translateY(-10px);}.page-jl-sullivans-irish-pub__info-icon{width:100px;height:100px;margin-bottom:20px;object-fit:contain;}.page-jl-sullivans-irish-pub__info-title{font-size:1.8em;color:#ffcc00;margin-bottom:15px;}.page-jl-sullivans-irish-pub__info-text{font-size:1em;color:#ccc;margin-bottom:20px;}.page-jl-sullivans-irish-pub__info-button{display:inline-block;padding:10px 20px;background-color:#ffcc00;color:#1a1a1a;border-radius:5px;text-decoration:none;font-weight:bold;transition:background-color 0.3s ease;}.page-jl-sullivans-irish-pub__info-button:hover{background-color:#e6b800;}/* FAQ Section */.page-jl-sullivans-irish-pub__faq-section{padding:50px 0;background-color:#1a1a1a;}.page-jl-sullivans-irish-pub__faq-list{max-width:800px;margin:0 auto;}.page-jl-sullivans-irish-pub__faq-item{background-color:#2c2c2c;margin-bottom:15px;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.2);box-sizing:border-box;}.page-jl-sullivans-irish-pub__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;cursor:pointer;background-color:#3a3a3a;border-bottom:1px solid #444;transition:background-color 0.3s ease;user-select:none;}.page-jl-sullivans-irish-pub__faq-question:hover{background-color:#444;}.page-jl-sullivans-irish-pub__faq-title{font-size:1.2em;color:#ffcc00;margin:0;pointer-events:none;flex-grow:1;}.page-jl-sullivans-irish-pub__faq-toggle{font-size:1.8em;color:#ffcc00;margin-left:15px;pointer-events:none;transition:transform 0.3s ease;}.page-jl-sullivans-irish-pub__faq-item.active .page-jl-sullivans-irish-pub__faq-toggle{transform:rotate(45deg);}.page-jl-sullivans-irish-pub__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;}.page-jl-sullivans-irish-pub__faq-item.active .page-jl-sullivans-irish-pub__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1;}.page-jl-sullivans-irish-pub__faq-text{font-size:1em;color:#ccc;margin:0;word-wrap:break-word;overflow-wrap:break-word;}.page-jl-sullivans-irish-pub__faq-app-download{display:inline-block;margin-top:15px;padding:8px 15px;background-color:#ffcc00;color:#1a1a1a;border-radius:5px;text-decoration:none;font-weight:bold;font-size:0.9em;transition:background-color 0.3s ease;}.page-jl-sullivans-irish-pub__faq-app-download:hover{background-color:#e6b800;}/* Blog Section */.page-jl-sullivans-irish-pub__blog-section{padding:50px 0;background-color:#222;}.page-jl-sullivans-irish-pub__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;}.page-jl-sullivans-irish-pub__blog-card{background-color:#2c2c2c;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.3);transition:transform 0.3s ease;box-sizing:border-box;}.page-jl-sullivans-irish-pub__blog-card:hover{transform:translateY(-10px);}.page-jl-sullivans-irish-pub__blog-image{width:100%;height:200px;object-fit:cover;border-bottom:1px solid #3a3a3a;}.page-jl-sullivans-irish-pub__blog-content{padding:20px;}.page-jl-sullivans-irish-pub__blog-title{font-size:1.4em;color:#ffcc00;margin-bottom:10px;line-height:1.3;}.page-jl-sullivans-irish-pub__blog-date{font-size:0.85em;color:#999;margin-bottom:10px;}.page-jl-sullivans-irish-pub__blog-excerpt{font-size:0.95em;color:#ccc;margin-bottom:20px;}.page-jl-sullivans-irish-pub__blog-link{display:inline-block;padding:8px 15px;background-color:#ffcc00;color:#1a1a1a;border-radius:5px;text-decoration:none;font-weight:bold;font-size:0.9em;transition:background-color 0.3s ease;}.page-jl-sullivans-irish-pub__blog-link:hover{background-color:#e6b800;}/* Responsive Adjustments */@media (max-width:1024px){.page-jl-sullivans-irish-pub__hero-title{font-size:3em;}.page-jl-sullivans-irish-pub__hero-subtitle{font-size:1.3em;}}@media (max-width:768px){.page-jl-sullivans-irish-pub__section-title{font-size:2em;}.page-jl-sullivans-irish-pub__section-description{font-size:1em;}.page-jl-sullivans-irish-pub__hero-section{height:500px;}.page-jl-sullivans-irish-pub__hero-title{font-size:2.5em;}.page-jl-sullivans-irish-pub__hero-subtitle{font-size:1.1em;}.page-jl-sullivans-irish-pub__hero-button{padding:12px 25px;font-size:1em;}.page-jl-sullivans-irish-pub__hero-cta-group{flex-direction:column;align-items:center;}.page-jl-sullivans-irish-pub__intro-features,.page-jl-sullivans-irish-pub__game-categories,.page-jl-sullivans-irish-pub__promo-grid,.page-jl-sullivans-irish-pub__info-grid,.page-jl-sullivans-irish-pub__blog-grid{grid-template-columns:1fr;}/* List item mobile responsiveness */.page-jl-sullivans-irish-pub__feature-item,.page-jl-sullivans-irish-pub__game-card,.page-jl-sullivans-irish-pub__promo-card,.page-jl-sullivans-irish-pub__info-item,.page-jl-sullivans-irish-pub__blog-card,.page-jl-sullivans-irish-pub__faq-item{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;}.page-jl-sullivans-irish-pub__faq-list{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important;}.page-jl-sullivans-irish-pub__faq-question,.page-jl-sullivans-irish-pub__faq-answer{padding-left:15px !important;padding-right:15px !important;}.page-jl-sullivans-irish-pub__faq-item.active .page-jl-sullivans-irish-pub__faq-answer{padding-left:15px !important;padding-right:15px !important;}.page-jl-sullivans-irish-pub__feature-icon,.page-jl-sullivans-irish-pub__info-icon{width:80px;height:80px;}.page-jl-sullivans-irish-pub__feature-title,.page-jl-sullivans-irish-pub__info-title{font-size:1.5em;}.page-jl-sullivans-irish-pub__game-title,.page-jl-sullivans-irish-pub__promo-title,.page-jl-sullivans-irish-pub__blog-title{font-size:1.3em;}.page-jl-sullivans-irish-pub__faq-title{font-size:1.1em;}}@media (max-width:480px){.page-jl-sullivans-irish-pub__hero-section{height:400px;}.page-jl-sullivans-irish-pub__hero-title{font-size:2em;}.page-jl-sullivans-irish-pub__hero-subtitle{font-size:1em;}.page-jl-sullivans-irish-pub__hero-button{width:100%;max-width:250px;}.page-jl-sullivans-irish-pub__container{padding:15px 10px;}.page-jl-sullivans-irish-pub__section-title{font-size:1.8em;}.page-jl-sullivans-irish-pub__section-description{margin-bottom:30px;}}