:root {--primary-color: #ffcc00; /* Gold */--secondary-color: #007bff; /* Blue */--text-color: #333333;--light-text-color: #ffffff;--background-color: #f8f9fa;--dark-background: #1a1a1a;--card-background: #ffffff;--border-color: #eeeeee;--button-hover-color: #e6b800;--faq-border: #e0e0e0;--header-offset: 122px; /* Default for pages, assuming shared.css sets body padding-top */}body {font-family: 'Arial', sans-serif;line-height: 1.6;color: var(--text-color);background-color: var(--background-color);margin: 0;padding-top: var(--header-offset); /* Ensure space for fixed header */}/* Main content wrapper */.page-puppy-playtime-game-free {max-width: 1200px;margin: 0 auto;padding: 10px 15px; /* Added 10px top padding for hero section */box-sizing: border-box;}/* Hero Section */.page-puppy-playtime-game-free__hero-section {position: relative;width: 100%;height: 500px; /* Adjust as needed */display: flex;align-items: center;justify-content: center;text-align: center;color: var(--light-text-color);overflow: hidden;border-radius: 10px;margin-bottom: 40px;background-color: var(--dark-background); /* Fallback */}.page-puppy-playtime-game-free__hero-image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1;max-width: 100%; /* For responsive image */}/* Ensure all images are responsive by default unless explicitly overridden (like gamelogo) */.page-puppy-playtime-game-free img:not(.page-puppy-playtime-game-free__payment-logo) {max-width: 100%;height: auto;display: block;}.page-puppy-playtime-game-free__hero-content {position: relative;z-index: 2;padding: 20px;max-width: 800px;background-color: rgba(0, 0, 0, 0.5);border-radius: 8px;}.page-puppy-playtime-game-free__hero-title {font-size: 3em;margin-bottom: 15px;color: var(--primary-color);text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);word-wrap: break-word;overflow-wrap: break-word;}.page-puppy-playtime-game-free__hero-description {font-size: 1.2em;margin-bottom: 30px;word-wrap: break-word;overflow-wrap: break-word;}.page-puppy-playtime-game-free__hero-cta-button,.page-puppy-playtime-game-free__access-button,.page-puppy-playtime-game-free__game-button,.page-puppy-playtime-game-free__promo-button,.page-puppy-playtime-game-free__contact-button,.page-puppy-playtime-game-free__blog-read-more {display: inline-block;background-color: var(--primary-color);color: var(--dark-background);padding: 15px 30px;border-radius: 5px;text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease;box-sizing: border-box;}.page-puppy-playtime-game-free__hero-cta-button:hover,.page-puppy-playtime-game-free__access-button:hover,.page-puppy-playtime-game-free__game-button:hover,.page-puppy-playtime-game-free__promo-button:hover,.page-puppy-playtime-game-free__contact-button:hover,.page-puppy-playtime-game-free__blog-read-more:hover {background-color: var(--button-hover-color);}.page-puppy-playtime-game-free__section-title {font-size: 2.5em;color: var(--dark-background);text-align: center;margin-bottom: 30px;margin-top: 40px;word-wrap: break-word;overflow-wrap: break-word;}.page-puppy-playtime-game-free__text-content {font-size: 1.1em;text-align: center;max-width: 900px;margin: 0 auto 30px auto;word-wrap: break-word;overflow-wrap: break-word;}/* Payment Providers Section */.page-puppy-playtime-game-free__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: 20px 0;background-color: var(--card-background);border-radius: 10px;margin-bottom: 40px;}.page-puppy-playtime-game-free__payment-logos-wrapper {display: flex;flex-wrap: wrap;justify-content: center;gap: 30px;width: 100%;}.page-puppy-playtime-game-free__payment-logo {flex: 0 0 auto;width: 80px;height: 80px;max-width: 80px;max-height: 80px;box-sizing: border-box;}/* The image inside the logo container */.page-puppy-playtime-game-free__payment-logo img {display: block;width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;object-fit: contain;}/* Quick Access Section */.page-puppy-playtime-game-free__quick-access-section {text-align: center;}.page-puppy-playtime-game-free__access-buttons {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-bottom: 40px;}/* Games Section */.page-puppy-playtime-game-free__game-categories {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-bottom: 40px;}.page-puppy-playtime-game-free__game-card {background-color: var(--card-background);border-radius: 10px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);overflow: hidden;text-align: center;padding-bottom: 20px;display: flex;flex-direction: column;justify-content: space-between;box-sizing: border-box;}.page-puppy-playtime-game-free__game-image {width: 100%;height: 200px;object-fit: cover;margin-bottom: 15px;max-width: 100%; /* For responsive image */}.page-puppy-playtime-game-free__game-title {font-size: 1.5em;color: var(--dark-background);margin-bottom: 10px;padding: 0 15px;word-wrap: break-word;overflow-wrap: break-word;}.page-puppy-playtime-game-free__game-description {font-size: 0.95em;color: var(--text-color);margin-bottom: 20px;padding: 0 15px;flex-grow: 1;word-wrap: break-word;overflow-wrap: break-word;}.page-puppy-playtime-game-free__game-button {margin: 0 15px;padding: 10px 20px;font-size: 1em;}/* Promotions Section */.page-puppy-playtime-game-free__promotion-cards {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-bottom: 40px;}.page-puppy-playtime-game-free__promo-card {background-color: var(--card-background);border-radius: 10px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);overflow: hidden;text-align: center;padding-bottom: 20px;display: flex;flex-direction: column;justify-content: space-between;box-sizing: border-box;}.page-puppy-playtime-game-free__promo-image {width: 100%;height: 200px;object-fit: cover;margin-bottom: 15px;max-width: 100%; /* For responsive image */}.page-puppy-playtime-game-free__promo-title {font-size: 1.5em;color: var(--dark-background);margin-bottom: 10px;padding: 0 15px;word-wrap: break-word;overflow-wrap: break-word;}.page-puppy-playtime-game-free__promo-description {font-size: 0.95em;color: var(--text-color);margin-bottom: 20px;padding: 0 15px;flex-grow: 1;word-wrap: break-word;overflow-wrap: break-word;}.page-puppy-playtime-game-free__promo-button {margin: 0 15px;padding: 10px 20px;font-size: 1em;}/* Security Section */.page-puppy-playtime-game-free__security-section {text-align: center;margin-bottom: 40px;background-color: var(--card-background);padding: 30px;border-radius: 10px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);}.page-puppy-playtime-game-free__contact-button {margin-top: 20px;}/* FAQ Section */.page-puppy-playtime-game-free__faq-section {margin-bottom: 40px;background-color: var(--card-background);padding: 30px;border-radius: 10px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);}.page-puppy-playtime-game-free__faq-list {max-width: 900px;margin: 0 auto;}.page-puppy-playtime-game-free__faq-item {border: 1px solid var(--faq-border);border-radius: 8px;margin-bottom: 15px;overflow: hidden;box-sizing: border-box;}.page-puppy-playtime-game-free__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;background-color: var(--background-color);cursor: pointer;user-select: none;transition: background-color 0.3s ease;}.page-puppy-playtime-game-free__faq-question:hover {background-color: var(--border-color);}.page-puppy-playtime-game-free__faq-q-text {font-size: 1.2em;color: var(--dark-background);margin: 0;pointer-events: none; /* Prevents text from blocking click event */word-wrap: break-word;overflow-wrap: break-word;flex-grow: 1;}.page-puppy-playtime-game-free__faq-toggle {font-size: 1.5em;font-weight: bold;color: var(--primary-color);transition: transform 0.3s ease;pointer-events: none; /* Prevents icon from blocking click event */margin-left: 15px;}.page-puppy-playtime-game-free__faq-item.active .page-puppy-playtime-game-free__faq-toggle {transform: rotate(45deg); /* Changes '+' to 'x' or '-' */}.page-puppy-playtime-game-free__faq-answer {max-height: 0;overflow: hidden;padding: 0 20px;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;opacity: 0;color: var(--text-color);background-color: var(--card-background);}.page-puppy-playtime-game-free__faq-item.active .page-puppy-playtime-game-free__faq-answer {max-height: 2000px !important; /* Sufficiently large */padding: 20px !important;opacity: 1;}.page-puppy-playtime-game-free__faq-a-text {margin: 0;font-size: 1em;word-wrap: break-word;overflow-wrap: break-word;}/* Blog Section */.page-puppy-playtime-game-free__blog-posts {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-bottom: 40px;}.page-puppy-playtime-game-free__blog-card {background-color: var(--card-background);border-radius: 10px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);overflow: hidden;display: flex;flex-direction: column;justify-content: space-between;box-sizing: border-box;}.page-puppy-playtime-game-free__blog-image {width: 100%;height: 200px;object-fit: cover;margin-bottom: 15px;max-width: 100%; /* For responsive image */}.page-puppy-playtime-game-free__blog-title {font-size: 1.4em;color: var(--dark-background);margin-bottom: 10px;padding: 0 15px;word-wrap: break-word;overflow-wrap: break-word;}.page-puppy-playtime-game-free__blog-title a {text-decoration: none;color: inherit;transition: color 0.3s ease;}.page-puppy-playtime-game-free__blog-title a:hover {color: var(--primary-color);}.page-puppy-playtime-game-free__blog-excerpt {font-size: 0.9em;color: var(--text-color);margin-bottom: 20px;padding: 0 15px;flex-grow: 1;word-wrap: break-word;overflow-wrap: break-word;}.page-puppy-playtime-game-free__blog-read-more {margin: 0 15px 15px 15px;padding: 8px 15px;font-size: 0.9em;align-self: flex-start;}/* Responsive Design */@media (max-width: 768px) {.page-puppy-playtime-game-free {padding: 10px;}.page-puppy-playtime-game-free__hero-section {height: 400px;margin-bottom: 30px;}.page-puppy-playtime-game-free__hero-title {font-size: 2.2em;}.page-puppy-playtime-game-free__hero-description {font-size: 1em;}.page-puppy-playtime-game-free__hero-cta-button {padding: 12px 25px;font-size: 1em;}.page-puppy-playtime-game-free__section-title {font-size: 2em;margin-bottom: 20px;margin-top: 30px;}.page-puppy-playtime-game-free__text-content {font-size: 1em;margin-bottom: 20px;}/* Payment Provider Mobile specific CSS */.page-puppy-playtime-game-free__payment-providers {flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 16px;padding: 15px 0;}.page-puppy-playtime-game-free__payment-logo, .page-puppy-playtime-game-free__payment-logo img {width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;}.page-puppy-playtime-game-free__access-buttons {flex-direction: column;gap: 15px;margin-bottom: 30px;}.page-puppy-playtime-game-free__access-button {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;padding: 12px 15px;}.page-puppy-playtime-game-free__game-categories,.page-puppy-playtime-game-free__promotion-cards,.page-puppy-playtime-game-free__blog-posts {grid-template-columns: 1fr;gap: 20px;margin-bottom: 30px;}.page-puppy-playtime-game-free__game-card,.page-puppy-playtime-game-free__promo-card,.page-puppy-playtime-game-free__blog-card {margin-bottom: 0; /* Handled by gap */width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;}.page-puppy-playtime-game-free__game-image,.page-puppy-playtime-game-free__promo-image,.page-puppy-playtime-game-free__blog-image {height: 180px;max-width: 100% !important;box-sizing: border-box !important;}.page-puppy-playtime-game-free__game-title,.page-puppy-playtime-game-free__promo-title,.page-puppy-playtime-game-free__blog-title {font-size: 1.3em;}.page-puppy-playtime-game-free__game-description,.page-puppy-playtime-game-free__promo-description,.page-puppy-playtime-game-free__blog-excerpt {font-size: 0.9em;}.page-puppy-playtime-game-free__faq-q-text {font-size: 1.1em;}.page-puppy-playtime-game-free__faq-answer {padding: 0 15px;}.page-puppy-playtime-game-free__faq-item.active .page-puppy-playtime-game-free__faq-answer {padding: 15px !important;}.page-puppy-playtime-game-free__faq-a-text {font-size: 0.95em;}.page-puppy-playtime-game-free img:not(.page-puppy-playtime-game-free__payment-logo) {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}}