.page-playtime-suspended-account-recovery__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-playtime-suspended-account-recovery__container { padding: 15px; } } .page-playtime-suspended-account-recovery { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-playtime-suspended-account-recovery__hero-section { position: relative; width: 100%; height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; } .page-playtime-suspended-account-recovery__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.5); } .page-playtime-suspended-account-recovery__hero-content { position: relative; z-index: 2; color: #ffffff; max-width: 800px; padding: 20px; } .page-playtime-suspended-account-recovery__hero-title { font-size: 3.5rem; margin-bottom: 20px; line-height: 1.2; } .page-playtime-suspended-account-recovery__hero-subtitle { font-size: 1.3rem; margin-bottom: 30px; } .page-playtime-suspended-account-recovery__hero-cta { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1rem; transition: background-color 0.3s ease; } .page-playtime-suspended-account-recovery__hero-cta:hover { background-color: #e6b800; } .page-playtime-suspended-account-recovery__section-title { font-size: 2.5rem; color: #ffcc00; text-align: center; margin-bottom: 40px; } .page-playtime-suspended-account-recovery__text-content { font-size: 1.1rem; text-align: center; margin-bottom: 30px; color: #cccccc; } .page-playtime-suspended-account-recovery__primary-button { display: inline-block; background-color: #007bff; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin-top: 20px; } .page-playtime-suspended-account-recovery__primary-button:hover { background-color: #0056b3; } .page-playtime-suspended-account-recovery__intro-section, .page-playtime-suspended-account-recovery__quick-access-section, .page-playtime-suspended-account-recovery__games-section, .page-playtime-suspended-account-recovery__promotions-section, .page-playtime-suspended-account-recovery__security-section, .page-playtime-suspended-account-recovery__faq-section, .page-playtime-suspended-account-recovery__blog-section { padding: 60px 0; } .page-playtime-suspended-account-recovery__intro-section .page-playtime-suspended-account-recovery__container, .page-playtime-suspended-account-recovery__security-section .page-playtime-suspended-account-recovery__container { display: flex; flex-direction: column; align-items: center; } .page-playtime-suspended-account-recovery__links-grid, .page-playtime-suspended-account-recovery__promo-grid, .page-playtime-suspended-account-recovery__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-playtime-suspended-account-recovery__link-card, .page-playtime-suspended-account-recovery__promo-card, .page-playtime-suspended-account-recovery__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-decoration: none; color: #f0f0f0; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-playtime-suspended-account-recovery__link-card:hover, .page-playtime-suspended-account-recovery__promo-card:hover, .page-playtime-suspended-account-recovery__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-playtime-suspended-account-recovery__link-card-image, .page-playtime-suspended-account-recovery__promo-card-image, .page-playtime-suspended-account-recovery__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-playtime-suspended-account-recovery__link-card-title, .page-playtime-suspended-account-recovery__promo-card-title, .page-playtime-suspended-account-recovery__blog-card-title { font-size: 1.4rem; color: #ffcc00; margin: 15px 15px 5px; } .page-playtime-suspended-account-recovery__link-card-desc, .page-playtime-suspended-account-recovery__promo-card-desc, .page-playtime-suspended-account-recovery__blog-card-excerpt { font-size: 0.95rem; color: #cccccc; margin: 0 15px 15px; flex-grow: 1; } .page-playtime-suspended-account-recovery__promo-card-button { display: block; background-color: #ffcc00; color: #1a1a1a; padding: 10px 15px; border-radius: 0 0 10px 10px; text-align: center; font-weight: bold; text-decoration: none; transition: background-color 0.3s ease; margin-top: auto; } .page-playtime-suspended-account-recovery__promo-card-button:hover { background-color: #e6b800; } .page-playtime-suspended-account-recovery__game-categories { margin-top: 40px; } .page-playtime-suspended-account-recovery__game-tab-buttons { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; gap: 10px; } .page-playtime-suspended-account-recovery__game-tab-button { background-color: #333333; color: #f0f0f0; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; font-size: 1rem; transition: background-color 0.3s ease, color 0.3s ease; } .page-playtime-suspended-account-recovery__game-tab-button.active, .page-playtime-suspended-account-recovery__game-tab-button:hover { background-color: #ffcc00; color: #1a1a1a; } .page-playtime-suspended-account-recovery__game-tab-content { display: none; } .page-playtime-suspended-account-recovery__game-tab-content.active { display: block; } .page-playtime-suspended-account-recovery__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-playtime-suspended-account-recovery__game-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 15px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-playtime-suspended-account-recovery__game-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-playtime-suspended-account-recovery__game-card-image { width: 100%; height: 180px; object-fit: cover; margin-bottom: 15px; } .page-playtime-suspended-account-recovery__game-card-title { font-size: 1.3rem; color: #ffcc00; margin-bottom: 8px; } .page-playtime-suspended-account-recovery__game-card-provider { font-size: 0.9rem; color: #aaaaaa; margin-bottom: 15px; } .page-playtime-suspended-account-recovery__game-card-button { display: inline-block; background-color: #007bff; color: #ffffff; padding: 8px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-playtime-suspended-account-recovery__game-card-button:hover { background-color: #0056b3; } .page-playtime-suspended-account-recovery__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; text-align: center; } .page-playtime-suspended-account-recovery__feature-item { background-color: #2a2a2a; border-radius: 10px; padding: 30px 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-playtime-suspended-account-recovery__feature-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-playtime-suspended-account-recovery__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; } .page-playtime-suspended-account-recovery__feature-title { font-size: 1.5rem; color: #ffcc00; margin-bottom: 10px; } .page-playtime-suspended-account-recovery__feature-desc { font-size: 1rem; color: #cccccc; } .page-playtime-suspended-account-recovery__faq-list { margin-top: 40px; max-width: 900px; margin-left: auto; margin-right: auto; } .page-playtime-suspended-account-recovery__faq-item { background-color: #2a2a2a; border-radius: 10px; margin-bottom: 15px; overflow: hidden; } .page-playtime-suspended-account-recovery__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3a3a3a; border-bottom: 1px solid #4a4a4a; transition: background-color 0.3s ease; user-select: none; } .page-playtime-suspended-account-recovery__faq-question:hover { background-color: #4a4a4a; } .page-playtime-suspended-account-recovery__faq-question h3 { margin: 0; font-size: 1.2rem; color: #f0f0f0; pointer-events: none; } .page-playtime-suspended-account-recovery__faq-toggle { font-size: 1.8rem; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-playtime-suspended-account-recovery__faq-item.active .page-playtime-suspended-account-recovery__faq-toggle { transform: rotate(45deg); } .page-playtime-suspended-account-recovery__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; color: #cccccc; } .page-playtime-suspended-account-recovery__faq-item.active .page-playtime-suspended-account-recovery__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-playtime-suspended-account-recovery__blog-card-content { padding: 15px; display: flex; flex-direction: column; flex-grow: 1; } .page-playtime-suspended-account-recovery__blog-card-title { font-size: 1.3rem; color: #ffcc00; margin-bottom: 8px; } .page-playtime-suspended-account-recovery__blog-card-excerpt { font-size: 0.95rem; color: #cccccc; line-height: 1.5; } @media (max-width: 1024px) { .page-playtime-suspended-account-recovery__hero-title { font-size: 3rem; } .page-playtime-suspended-account-recovery__hero-subtitle { font-size: 1.2rem; } .page-playtime-suspended-account-recovery__section-title { font-size: 2rem; } } @media (max-width: 768px) { .page-playtime-suspended-account-recovery__hero-section { height: 400px; } .page-playtime-suspended-account-recovery__hero-title { font-size: 2.5rem; } .page-playtime-suspended-account-recovery__hero-subtitle { font-size: 1rem; } .page-playtime-suspended-account-recovery__hero-cta { padding: 12px 25px; font-size: 1rem; } .page-playtime-suspended-account-recovery__section-title { font-size: 1.8rem; } .page-playtime-suspended-account-recovery__text-content { font-size: 1rem; } .page-playtime-suspended-account-recovery__intro-section, .page-playtime-suspended-account-recovery__quick-access-section, .page-playtime-suspended-account-recovery__games-section, .page-playtime-suspended-account-recovery__promotions-section, .page-playtime-suspended-account-recovery__security-section, .page-playtime-suspended-account-recovery__faq-section, .page-playtime-suspended-account-recovery__blog-section { padding: 40px 0; } .page-playtime-suspended-account-recovery__links-grid, .page-playtime-suspended-account-recovery__promo-grid, .page-playtime-suspended-account-recovery__blog-grid, .page-playtime-suspended-account-recovery__game-grid, .page-playtime-suspended-account-recovery__features-grid { grid-template-columns: 1fr; gap: 20px; } .page-playtime-suspended-account-recovery__game-tab-buttons { flex-direction: column; align-items: center; } .page-playtime-suspended-account-recovery__game-tab-button { width: 100%; max-width: 250px; } .page-playtime-suspended-account-recovery__link-card-image, .page-playtime-suspended-account-recovery__promo-card-image, .page-playtime-suspended-account-recovery__blog-card-image, .page-playtime-suspended-account-recovery__game-card-image { height: 160px; } .page-playtime-suspended-account-recovery__link-card-title, .page-playtime-suspended-account-recovery__promo-card-title, .page-playtime-suspended-account-recovery__blog-card-title { font-size: 1.2rem; } .page-playtime-suspended-account-recovery__faq-question { padding: 15px 20px; } .page-playtime-suspended-account-recovery__faq-question h3 { font-size: 1.1rem; } .page-playtime-suspended-account-recovery__faq-answer { padding: 0 20px; } .page-playtime-suspended-account-recovery__faq-item.active .page-playtime-suspended-account-recovery__faq-answer { padding: 15px 20px !important; } } @media (max-width: 480px) { .page-playtime-suspended-account-recovery__hero-section { height: 350px; } .page-playtime-suspended-account-recovery__hero-title { font-size: 2rem; } .page-playtime-suspended-account-recovery__hero-subtitle { font-size: 0.9rem; } .page-playtime-suspended-account-recovery__hero-cta { padding: 10px 20px; font-size: 0.9rem; } .page-playtime-suspended-account-recovery__section-title { font-size: 1.6rem; margin-bottom: 25px; } .page-playtime-suspended-account-recovery__link-card-image, .page-playtime-suspended-account-recovery__promo-card-image, .page-playtime-suspended-account-recovery__blog-card-image, .page-playtime-suspended-account-recovery__game-card-image { max-width: 100%; height: auto !important; box-sizing: border-box !important; } .page-playtime-suspended-account-recovery__links-grid > *, .page-playtime-suspended-account-recovery__promo-grid > *, .page-playtime-suspended-account-recovery__blog-grid > *, .page-playtime-suspended-account-recovery__game-grid > *, .page-playtime-suspended-account-recovery__features-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-playtime-suspended-account-recovery__links-grid, .page-playtime-suspended-account-recovery__promo-grid, .page-playtime-suspended-account-recovery__blog-grid, .page-playtime-suspended-account-recovery__game-grid, .page-playtime-suspended-account-recovery__features-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-playtime-suspended-account-recovery__blog-card-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } .page-playtime-suspended-account-recovery__blog-card { display: flex; flex-direction: column; height: 100%; } .page-playtime-suspended-account-recovery__blog-card-image { flex-shrink: 0; } .page-playtime-suspended-account-recovery__blog-card-content { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-playtime-suspended-account-recovery__blog-card-excerpt { margin-bottom: 0; }