/* General styling for the page container */.page-how-to-delete-account-on-playtime-ph {font-family: 'Arial', sans-serif;color: #333;line-height: 1.6;background-color: #f8f8f8;padding-top: 10px; /* Small top padding, assuming body has header-offset */}/* Section styling */.page-how-to-delete-account-on-playtime-ph__section-title {font-size: 2.2em;color: #2c3e50;text-align: center;margin-bottom: 40px;margin-top: 60px;padding: 0 15px;font-weight: bold;}.page-how-to-delete-account-on-playtime-ph__paragraph {max-width: 900px;margin: 0 auto 20px auto;text-align: center;padding: 0 15px;font-size: 1.1em;}/* Button styling */.page-how-to-delete-account-on-playtime-ph__hero-cta,.page-how-to-delete-account-on-playtime-ph__secondary-cta,.page-how-to-delete-account-on-playtime-ph__access-button,.page-how-to-delete-account-on-playtime-ph__game-card-cta,.page-how-to-delete-account-on-playtime-ph__promo-card-cta,.page-how-to-delete-account-on-playtime-ph__support-cta {display: inline-block;background-color: #e74c3c; /* Reddish color for action */color: #ffffff;padding: 14px 28px;border-radius: 8px;text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.2s ease;margin-top: 20px;border: none;cursor: pointer;text-align: center;}.page-how-to-delete-account-on-playtime-ph__hero-cta:hover,.page-how-to-delete-account-on-playtime-ph__secondary-cta:hover,.page-how-to-delete-account-on-playtime-ph__access-button:hover,.page-how-to-delete-account-on-playtime-ph__game-card-cta:hover,.page-how-to-delete-account-on-playtime-ph__promo-card-cta:hover,.page-how-to-delete-account-on-playtime-ph__support-cta:hover {background-color: #c0392b;transform: translateY(-2px);}/* Hero Section */.page-how-to-delete-account-on-playtime-ph__hero-section {position: relative;overflow: hidden;display: flex;flex-direction: column;justify-content: center;align-items: center;min-height: 500px;color: #ffffff;text-align: center;padding: 40px 20px;background-color: #34495e; /* Dark background for contrast */}.page-how-to-delete-account-on-playtime-ph__hero-image-wrapper {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}.page-how-to-delete-account-on-playtime-ph__hero-image {width: 100%;height: 100%;object-fit: cover;filter: brightness(0.5); /* Darken image for text readability */}.page-how-to-delete-account-on-playtime-ph__hero-content {position: relative;z-index: 2;max-width: 800px;margin: 0 auto;}.page-how-to-delete-account-on-playtime-ph__hero-title {font-size: 3em;margin-bottom: 20px;font-weight: bold;line-height: 1.2;color: #ecf0f1;}.page-how-to-delete-account-on-playtime-ph__hero-description {font-size: 1.3em;margin-bottom: 30px;color: #ecf0f1;}/* Payment Providers Section */.page-how-to-delete-account-on-playtime-ph__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: 40px 20px;background-color: #ecf0f1;}.page-how-to-delete-account-on-playtime-ph__payment-logos {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 30px;width: 100%;max-width: 1200px;margin: 0 auto;}.page-how-to-delete-account-on-playtime-ph__payment-logo {flex: 0 0 auto;width: 80px;height: 80px;max-width: 80px;max-height: 80px;box-sizing: border-box;}.page-how-to-delete-account-on-playtime-ph__payment-logo img {display: block;width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;object-fit: contain;}/* Introduction Section */.page-how-to-delete-account-on-playtime-ph__introduction-section {padding: 60px 20px;background-color: #ffffff;text-align: center;}/* Quick Access Section */.page-how-to-delete-account-on-playtime-ph__quick-access-section {padding: 60px 20px;background-color: #f0f0f0;text-align: center;}.page-how-to-delete-account-on-playtime-ph__access-links {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;max-width: 900px;margin: 0 auto;}/* Games Section */.page-how-to-delete-account-on-playtime-ph__games-section {padding: 60px 20px;background-color: #ffffff;}.page-how-to-delete-account-on-playtime-ph__game-categories {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;}.page-how-to-delete-account-on-playtime-ph__game-card {background-color: #fdfdfd;border-radius: 12px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);overflow: hidden;text-align: center;padding-bottom: 25px;display: flex;flex-direction: column;align-items: center;}.page-how-to-delete-account-on-playtime-ph__game-card-image {width: 100%;height: 220px;object-fit: cover;margin-bottom: 20px;}.page-how-to-delete-account-on-playtime-ph__game-card-title {font-size: 1.5em;color: #2c3e50;margin-bottom: 10px;padding: 0 15px;}.page-how-to-delete-account-on-playtime-ph__game-card-description {font-size: 1em;color: #555;margin-bottom: 20px;padding: 0 15px;}/* Promotions Section */.page-how-to-delete-account-on-playtime-ph__promotions-section {padding: 60px 20px;background-color: #f0f0f0;}.page-how-to-delete-account-on-playtime-ph__promo-cards {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;}.page-how-to-delete-account-on-playtime-ph__promo-card {background-color: #fdfdfd;border-radius: 12px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);overflow: hidden;text-align: center;padding-bottom: 25px;display: flex;flex-direction: column;align-items: center;}.page-how-to-delete-account-on-playtime-ph__promo-card-image {width: 100%;height: 220px;object-fit: cover;margin-bottom: 20px;}.page-how-to-delete-account-on-playtime-ph__promo-card-title {font-size: 1.5em;color: #2c3e50;margin-bottom: 10px;padding: 0 15px;}.page-how-to-delete-account-on-playtime-ph__promo-card-description {font-size: 1em;color: #555;margin-bottom: 20px;padding: 0 15px;}/* Security Section */.page-how-to-delete-account-on-playtime-ph__security-section {padding: 60px 20px;background-color: #ffffff;text-align: center;}.page-how-to-delete-account-on-playtime-ph__security-content {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto 40px auto;}.page-how-to-delete-account-on-playtime-ph__security-item {background-color: #fdfdfd;border-radius: 12px;padding: 30px 20px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);display: flex;flex-direction: column;align-items: center;}.page-how-to-delete-account-on-playtime-ph__security-icon {width: 100px;height: 100px;object-fit: contain;margin-bottom: 20px;}.page-how-to-delete-account-on-playtime-ph__security-item-title {font-size: 1.3em;color: #2c3e50;margin-bottom: 10px;}.page-how-to-delete-account-on-playtime-ph__security-item-description {font-size: 0.95em;color: #555;}/* FAQ Section */.page-how-to-delete-account-on-playtime-ph__faq-section {padding: 60px 20px;background-color: #f0f0f0;}.page-how-to-delete-account-on-playtime-ph__faq-container {max-width: 900px;margin: 0 auto;}.page-how-to-delete-account-on-playtime-ph__faq-item {background-color: #ffffff;border-radius: 8px;margin-bottom: 15px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);}.page-how-to-delete-account-on-playtime-ph__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;cursor: pointer;user-select: none;font-weight: bold;font-size: 1.1em;color: #34495e;border-bottom: 1px solid #eee;}.page-how-to-delete-account-on-playtime-ph__faq-question:hover {background-color: #f5f5f5;}.page-how-to-delete-account-on-playtime-ph__faq-question-text {margin: 0;pointer-events: none; /* Prevent text selection from interfering with click */flex-grow: 1;}.page-how-to-delete-account-on-playtime-ph__faq-toggle {font-size: 1.5em;line-height: 1;margin-left: 15px;transition: transform 0.3s ease;pointer-events: none; /* Prevent icon from interfering with click */color: #e74c3c;}.page-how-to-delete-account-on-playtime-ph__faq-item.active .page-how-to-delete-account-on-playtime-ph__faq-toggle {transform: rotate(45deg); /* Change + to X (or rotate to become -) */}.page-how-to-delete-account-on-playtime-ph__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;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-how-to-delete-account-on-playtime-ph__faq-item.active .page-how-to-delete-account-on-playtime-ph__faq-answer {max-height: 2000px !important; /* Sufficiently large to contain content */padding: 20px 25px !important;opacity: 1;}.page-how-to-delete-account-on-playtime-ph__faq-answer p {margin: 0;}/* Blog Section */.page-how-to-delete-account-on-playtime-ph__blog-section {padding: 60px 20px;background-color: #ffffff;}.page-how-to-delete-account-on-playtime-ph__blog-posts {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;}.page-how-to-delete-account-on-playtime-ph__blog-card {background-color: #fdfdfd;border-radius: 12px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);overflow: hidden;display: flex;flex-direction: column;}.page-how-to-delete-account-on-playtime-ph__blog-card-image {width: 100%;height: 200px;object-fit: cover;}.page-how-to-delete-account-on-playtime-ph__blog-card-content {padding: 20px;flex-grow: 1;display: flex;flex-direction: column;}.page-how-to-delete-account-on-playtime-ph__blog-card-title {font-size: 1.3em;margin-bottom: 10px;}.page-how-to-delete-account-on-playtime-ph__blog-card-title a {color: #2c3e50;text-decoration: none;font-weight: bold;}.page-how-to-delete-account-on-playtime-ph__blog-card-title a:hover {color: #e74c3c;}.page-how-to-delete-account-on-playtime-ph__blog-card-excerpt {font-size: 0.95em;color: #555;margin-bottom: 15px;flex-grow: 1;}/* Responsive adjustments */@media (max-width: 768px) {.page-how-to-delete-account-on-playtime-ph__hero-section {min-height: 400px;padding: 30px 15px;}.page-how-to-delete-account-on-playtime-ph__hero-title {font-size: 2em;}.page-how-to-delete-account-on-playtime-ph__hero-description {font-size: 1em;}.page-how-to-delete-account-on-playtime-ph__hero-cta,.page-how-to-delete-account-on-playtime-ph__secondary-cta,.page-how-to-delete-account-on-playtime-ph__access-button,.page-how-to-delete-account-on-playtime-ph__game-card-cta,.page-how-to-delete-account-on-playtime-ph__promo-card-cta,.page-how-to-delete-account-on-playtime-ph__support-cta {padding: 12px 24px;font-size: 1em;}.page-how-to-delete-account-on-playtime-ph__section-title {font-size: 1.8em;margin-top: 40px;margin-bottom: 30px;}.page-how-to-delete-account-on-playtime-ph__paragraph {font-size: 1em;}/* Payment providers for mobile */.page-how-to-delete-account-on-playtime-ph__payment-providers {flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 16px;padding: 30px 15px;}.page-how-to-delete-account-on-playtime-ph__payment-logo,.page-how-to-delete-account-on-playtime-ph__payment-logo img {width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;box-sizing: border-box !important;}.page-how-to-delete-account-on-playtime-ph__access-links {flex-direction: column;align-items: center;}.page-how-to-delete-account-on-playtime-ph__game-card-image,.page-how-to-delete-account-on-playtime-ph__promo-card-image,.page-how-to-delete-account-on-playtime-ph__blog-card-image {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;object-fit: cover;}.page-how-to-delete-account-on-playtime-ph__game-card,.page-how-to-delete-account-on-playtime-ph__promo-card,.page-how-to-delete-account-on-playtime-ph__blog-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-how-to-delete-account-on-playtime-ph__security-content {grid-template-columns: 1fr;}.page-how-to-delete-account-on-playtime-ph__faq-question {padding: 15px 20px;font-size: 1em;}.page-how-to-delete-account-on-playtime-ph__faq-answer {padding: 0 20px;word-wrap: break-word !important;overflow-wrap: break-word !important;}.page-how-to-delete-account-on-playtime-ph__faq-item.active .page-how-to-delete-account-on-playtime-ph__faq-answer {padding: 15px 20px !important;}/* Ensure all list-like items also adhere to 100% width on mobile */.page-how-to-delete-account-on-playtime-ph__game-categories,.page-how-to-delete-account-on-playtime-ph__promo-cards,.page-how-to-delete-account-on-playtime-ph__blog-posts {display: flex;flex-direction: column;gap: 20px;padding: 0 15px;width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;}.page-how-to-delete-account-on-playtime-ph__game-card,.page-how-to-delete-account-on-playtime-ph__promo-card,.page-how-to-delete-account-on-playtime-ph__blog-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin: 0 !important;}.page-how-to-delete-account-on-playtime-ph__game-card-description,.page-how-to-delete-account-on-playtime-ph__promo-card-description,.page-how-to-delete-account-on-playtime-ph__blog-card-excerpt {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}}/* Image responsive overrides */.page-how-to-delete-account-on-playtime-ph__hero-image,.page-how-to-delete-account-on-playtime-ph__game-card-image,.page-how-to-delete-account-on-playtime-ph__promo-card-image,.page-how-to-delete-account-on-playtime-ph__security-icon,.page-how-to-delete-account-on-playtime-ph__blog-card-image {max-width: 100%;height: auto;box-sizing: border-box;}.page-how-to-delete-account-on-playtime-ph__hero-image-wrapper,.page-how-to-delete-account-on-playtime-ph__game-card-image,.page-how-to-delete-account-on-playtime-ph__promo-card-image,.page-how-to-delete-account-on-playtime-ph__blog-card-image {width: 100%;max-width: 100%;overflow: hidden;box-sizing: border-box;}