.page-poppy-playtime-all-locations { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; } .page-poppy-playtime-all-locations__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-poppy-playtime-all-locations__hero-section { background-color: #f8f8f8; color: #fff; text-align: center; padding: 10px 0 60px; position: relative; overflow: hidden; background-image: url('[GALLERY:hero:1920x1080:poppy playtime,game locations,PHSky casino]'); background-size: cover; background-position: center; } .page-poppy-playtime-all-locations__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); } .page-poppy-playtime-all-locations__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 80px 20px; } .page-poppy-playtime-all-locations__hero-title { font-size: 3.2em; margin-bottom: 20px; color: #ffd700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-all-locations__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; color: #eee; } .page-poppy-playtime-all-locations__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-poppy-playtime-all-locations__btn:hover { background-color: #0056b3; } .page-poppy-playtime-all-locations__btn--primary { background-color: #ffd700; color: #333; } .page-poppy-playtime-all-locations__btn--primary:hover { background-color: #e6c200; } .page-poppy-playtime-all-locations__section { padding: 60px 0; background-color: #fff; } .page-poppy-playtime-all-locations__section--dark { background-color: #f4f4f4; } .page-poppy-playtime-all-locations__section-title { text-align: center; font-size: 2.5em; margin-bottom: 40px; color: #222; } .page-poppy-playtime-all-locations__section-title span { color: #007bff; } .page-poppy-playtime-all-locations__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-poppy-playtime-all-locations__card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease; } .page-poppy-playtime-all-locations__card:hover { transform: translateY(-5px); } .page-poppy-playtime-all-locations__card-image { width: 100%; height: 250px; object-fit: cover; } .page-poppy-playtime-all-locations__card-content { padding: 20px; } .page-poppy-playtime-all-locations__card-title { font-size: 1.5em; margin-bottom: 10px; color: #007bff; } .page-poppy-playtime-all-locations__card-text { font-size: 1em; color: #555; } .page-poppy-playtime-all-locations__list { list-style: none; padding: 0; margin: 0; } .page-poppy-playtime-all-locations__list-item { display: flex; align-items: center; margin-bottom: 15px; font-size: 1.1em; color: #444; } .page-poppy-playtime-all-locations__list-item::before { content: '✓'; color: #007bff; font-weight: bold; margin-right: 10px; font-size: 1.2em; } .page-poppy-playtime-all-locations__quick-links-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-poppy-playtime-all-locations__quick-link-btn { background-color: #28a745; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-poppy-playtime-all-locations__quick-link-btn:hover { background-color: #218838; } .page-poppy-playtime-all-locations__faq-item { background-color: #fff; border: 1px solid #ddd; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-poppy-playtime-all-locations__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #f9f9f9; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; } .page-poppy-playtime-all-locations__faq-question:hover { background-color: #f0f0f0; } .page-poppy-playtime-all-locations__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-poppy-playtime-all-locations__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-all-locations__faq-item.active .page-poppy-playtime-all-locations__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-all-locations__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; color: #555; } .page-poppy-playtime-all-locations__faq-item.active .page-poppy-playtime-all-locations__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-poppy-playtime-all-locations__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-poppy-playtime-all-locations__blog-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.3s ease; } .page-poppy-playtime-all-locations__blog-card:hover { transform: translateY(-5px); } .page-poppy-playtime-all-locations__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-all-locations__blog-content { padding: 20px; } .page-poppy-playtime-all-locations__blog-title { font-size: 1.3em; margin-bottom: 10px; } .page-poppy-playtime-all-locations__blog-title a { color: #007bff; text-decoration: none; } .page-poppy-playtime-all-locations__blog-title a:hover { text-decoration: underline; } .page-poppy-playtime-all-locations__blog-excerpt { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-poppy-playtime-all-locations__blog-date { font-size: 0.85em; color: #999; } .page-poppy-playtime-all-locations__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-poppy-playtime-all-locations__floating-btn { background-color: #ffc107; color: #333; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease; text-align: center; white-space: nowrap; } .page-poppy-playtime-all-locations__floating-btn:hover { background-color: #e0a800; } @media (max-width: 768px) { .page-poppy-playtime-all-locations__hero-title { font-size: 2.2em; } .page-poppy-playtime-all-locations__hero-subtitle { font-size: 1.1em; } .page-poppy-playtime-all-locations__section-title { font-size: 1.8em; } .page-poppy-playtime-all-locations__grid { grid-template-columns: 1fr; } .page-poppy-playtime-all-locations__card-image { height: 200px; } .page-poppy-playtime-all-locations__quick-links-grid { flex-direction: column; align-items: center; } .page-poppy-playtime-all-locations__quick-link-btn { width: 100%; max-width: 300px; } .page-poppy-playtime-all-locations__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding-left: 15px; padding-right: 15px; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-all-locations__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-poppy-playtime-all-locations__blog-grid { grid-template-columns: 1fr; } .page-poppy-playtime-all-locations__floating-buttons { right: 10px; bottom: 10px; } .page-poppy-playtime-all-locations__floating-btn { padding: 10px 15px; font-size: 0.9em; } img { max-width: 100% !important; height: auto !important; } img.page-poppy-playtime-all-locations__card-image, img.page-poppy-playtime-all-locations__blog-image { width: 100%; max-width: 100%; height: auto; box-sizing: border-box; } .page-poppy-playtime-all-locations__card, .page-poppy-playtime-all-locations__blog-card { width: 100%; max-width: 100%; box-sizing: border-box; } }