.page-how-many-chapters-are-in-puppy-playtime { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-bottom: 20px; } .page-how-many-chapters-are-in-puppy-playtime__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); max-width: 1200px; margin-left: auto; margin-right: auto; box-sizing: border-box; } .page-how-many-chapters-are-in-puppy-playtime__section:first-of-type { padding-top: 10px; } .page-how-many-chapters-are-in-puppy-playtime__title { color: #0056b3; text-align: center; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; } .page-how-many-chapters-are-in-puppy-playtime__subtitle { color: #0056b3; margin-top: 20px; margin-bottom: 20px; font-size: 1.8em; text-align: center; } .page-how-many-chapters-are-in-puppy-playtime__text { text-align: center; margin-bottom: 20px; font-size: 1.1em; color: #555; } .page-how-many-chapters-are-in-puppy-playtime__button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; font-size: 1.05em; border: none; cursor: pointer; } .page-how-many-chapters-are-in-puppy-playtime__button:hover { background-color: #0056b3; } /* Hero Section */ .page-how-many-chapters-are-in-puppy-playtime__hero-section { background-color: #007bff; color: #fff; text-align: center; padding: 80px 20px; border-radius: 0; box-shadow: none; position: relative; overflow: hidden; margin-bottom: 20px; } .page-how-many-chapters-are-in-puppy-playtime__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-how-many-chapters-are-in-puppy-playtime__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-how-many-chapters-are-in-puppy-playtime__hero-title { font-size: 3.2em; margin-bottom: 20px; line-height: 1.2; color: #fff; } .page-how-many-chapters-are-in-puppy-playtime__hero-description { font-size: 1.3em; margin-bottom: 40px; color: #e0e0e0; } .page-how-many-chapters-are-in-puppy-playtime__hero-button { background-color: #ffc107; color: #333; padding: 15px 35px; font-size: 1.2em; border-radius: 50px; } .page-how-many-chapters-are-in-puppy-playtime__hero-button:hover { background-color: #e0a800; } /* Payment Providers Section */ .page-how-many-chapters-are-in-puppy-playtime__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; background-color: #f0f0f0; border-radius: 8px; margin-bottom: 20px; } .page-how-many-chapters-are-in-puppy-playtime__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .page-how-many-chapters-are-in-puppy-playtime__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } /* Cards Layout */ .page-how-many-chapters-are-in-puppy-playtime__card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-how-many-chapters-are-in-puppy-playtime__card { background-color: #fefefe; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; box-sizing: border-box; } .page-how-many-chapters-are-in-puppy-playtime__card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); } .page-how-many-chapters-are-in-puppy-playtime__card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-how-many-chapters-are-in-puppy-playtime__card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-how-many-chapters-are-in-puppy-playtime__card-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; } .page-how-many-chapters-are-in-puppy-playtime__card-description { font-size: 0.95em; color: #666; margin-bottom: 15px; flex-grow: 1; } .page-how-many-chapters-are-in-puppy-playtime__card-button { margin-top: auto; background-color: #28a745; color: #fff; padding: 10px 20px; font-size: 0.9em; } .page-how-many-chapters-are-in-puppy-playtime__card-button:hover { background-color: #218838; } /* Quick Access Buttons */ .page-how-many-chapters-are-in-puppy-playtime__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; } .page-how-many-chapters-are-in-puppy-playtime__quick-access-button { background-color: #6c757d; color: #fff; padding: 15px 20px; font-size: 1.1em; border-radius: 5px; text-align: center; text-decoration: none; transition: background-color 0.3s ease; display: block; } .page-how-many-chapters-are-in-puppy-playtime__quick-access-button:hover { background-color: #5a6268; } /* FAQ Section */ .page-how-many-chapters-are-in-puppy-playtime__faq-list { margin-top: 30px; } .page-how-many-chapters-are-in-puppy-playtime__faq-item { background-color: #fefefe; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.03); } .page-how-many-chapters-are-in-puppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background-color: #e9f5ff; color: #0056b3; cursor: pointer; font-size: 1.15em; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-how-many-chapters-are-in-puppy-playtime__faq-question h3 { margin: 0; font-size: 1em; flex-grow: 1; text-align: left; pointer-events: none; } .page-how-many-chapters-are-in-puppy-playtime__faq-question:hover { background-color: #d0e8ff; } .page-how-many-chapters-are-in-puppy-playtime__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-how-many-chapters-are-in-puppy-playtime__faq-item.active .page-how-many-chapters-are-in-puppy-playtime__faq-toggle { transform: rotate(45deg); } .page-how-many-chapters-are-in-puppy-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #444; font-size: 1em; text-align: left; } .page-how-many-chapters-are-in-puppy-playtime__faq-item.active .page-how-many-chapters-are-in-puppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; } /* Blog Section */ .page-how-many-chapters-are-in-puppy-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-how-many-chapters-are-in-puppy-playtime__blog-post { background-color: #fefefe; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; display: flex; flex-direction: column; } .page-how-many-chapters-are-in-puppy-playtime__blog-post:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); } .page-how-many-chapters-are-in-puppy-playtime__blog-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-how-many-chapters-are-in-puppy-playtime__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-how-many-chapters-are-in-puppy-playtime__blog-title { font-size: 1.3em; color: #0056b3; margin-bottom: 10px; text-align: left; } .page-how-many-chapters-are-in-puppy-playtime__blog-title a { text-decoration: none; color: inherit; } .page-how-many-chapters-are-in-puppy-playtime__blog-title a:hover { text-decoration: underline; } .page-how-many-chapters-are-in-puppy-playtime__blog-summary { font-size: 0.9em; color: #666; margin-bottom: 15px; flex-grow: 1; text-align: left; } .page-how-many-chapters-are-in-puppy-playtime__blog-read-more { margin-top: auto; text-align: right; } .page-how-many-chapters-are-in-puppy-playtime__blog-read-more a { color: #007bff; text-decoration: none; font-weight: bold; } .page-how-many-chapters-are-in-puppy-playtime__blog-read-more a:hover { text-decoration: underline; } /* General Image Styling */ .page-how-many-chapters-are-in-puppy-playtime img { max-width: 100%; height: auto; display: block; } /* Responsive adjustments */ @media (max-width: 768px) { .page-how-many-chapters-are-in-puppy-playtime__hero-title { font-size: 2.2em; } .page-how-many-chapters-are-in-puppy-playtime__hero-description { font-size: 1.1em; } .page-how-many-chapters-are-in-puppy-playtime__title { font-size: 2em; } .page-how-many-chapters-are-in-puppy-playtime__subtitle { font-size: 1.5em; } .page-how-many-chapters-are-in-puppy-playtime__section { padding: 30px 15px; } .page-how-many-chapters-are-in-puppy-playtime__card-grid, .page-how-many-chapters-are-in-puppy-playtime__quick-access-grid, .page-how-many-chapters-are-in-puppy-playtime__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-how-many-chapters-are-in-puppy-playtime__card-image, .page-how-many-chapters-are-in-puppy-playtime__blog-image { height: 180px; } .page-how-many-chapters-are-in-puppy-playtime__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-how-many-chapters-are-in-puppy-playtime__payment-logo, .page-how-many-chapters-are-in-puppy-playtime__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } /* List item responsive requirements */ .page-how-many-chapters-are-in-puppy-playtime__faq-list, .page-how-many-chapters-are-in-puppy-playtime__card-grid, .page-how-many-chapters-are-in-puppy-playtime__quick-access-grid, .page-how-many-chapters-are-in-puppy-playtime__blog-grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-how-many-chapters-are-in-puppy-playtime__faq-item, .page-how-many-chapters-are-in-puppy-playtime__card, .page-how-many-chapters-are-in-puppy-playtime__quick-access-button, .page-how-many-chapters-are-in-puppy-playtime__blog-post { 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-how-many-chapters-are-in-puppy-playtime__faq-answer { padding: 0 15px; } .page-how-many-chapters-are-in-puppy-playtime__faq-item.active .page-how-many-chapters-are-in-puppy-playtime__faq-answer { padding: 15px 15px !important; } /* Image responsive requirements */ .page-how-many-chapters-are-in-puppy-playtime__hero-background, .page-how-many-chapters-are-in-puppy-playtime__card-image, .page-how-many-chapters-are-in-puppy-playtime__blog-image, .page-how-many-chapters-are-in-puppy-playtime img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }