body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f7f6; color: #333; line-height: 1.6; } .page-playtime-withdrawal-pending-gcash { max-width: 1200px; margin: 0 auto; padding: 10px; } .page-playtime-withdrawal-pending-gcash__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); } .page-playtime-withdrawal-pending-gcash__section-dark { background-color: #2c3e50; color: #ecf0f1; } .page-playtime-withdrawal-pending-gcash__heading-primary { font-size: 2.8em; color: #c0392b; text-align: center; margin-bottom: 20px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); } .page-playtime-withdrawal-pending-gcash__heading-secondary { font-size: 2em; color: #2c3e50; margin-bottom: 25px; text-align: center; border-bottom: 2px solid #eee; padding-bottom: 15px; } .page-playtime-withdrawal-pending-gcash__heading-secondary-dark { color: #ecf0f1; border-color: #34495e; } .page-playtime-withdrawal-pending-gcash__text { font-size: 1.1em; margin-bottom: 15px; text-align: justify; } .page-playtime-withdrawal-pending-gcash__text-center { text-align: center; } .page-playtime-withdrawal-pending-gcash__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-playtime-withdrawal-pending-gcash__button:hover { background-color: #c0392b; transform: translateY(-3px); } .page-playtime-withdrawal-pending-gcash__hero { position: relative; overflow: hidden; border-radius: 8px; margin-bottom: 20px; text-align: center; padding: 60px 20px; background: linear-gradient(135deg, #e74c3c, #c0392b); color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 400px; } .page-playtime-withdrawal-pending-gcash__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.3; } .page-playtime-withdrawal-pending-gcash__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-playtime-withdrawal-pending-gcash__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .page-playtime-withdrawal-pending-gcash__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; font-weight: normal; } .page-playtime-withdrawal-pending-gcash__hero .page-playtime-withdrawal-pending-gcash__button { background-color: #f1c40f; color: #2c3e50; padding: 18px 40px; font-size: 1.2em; border-radius: 5px; } .page-playtime-withdrawal-pending-gcash__hero .page-playtime-withdrawal-pending-gcash__button:hover { background-color: #f39c12; } .page-playtime-withdrawal-pending-gcash__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-playtime-withdrawal-pending-gcash__intro-card { background-color: #f9f9f9; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-playtime-withdrawal-pending-gcash__intro-card:hover { transform: translateY(-5px); } .page-playtime-withdrawal-pending-gcash__intro-card-title { font-size: 1.3em; color: #e74c3c; margin-bottom: 10px; } .page-playtime-withdrawal-pending-gcash__quick-access-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-playtime-withdrawal-pending-gcash__quick-access-button { flex: 1 1 auto; min-width: 180px; max-width: 250px; text-align: center; } .page-playtime-withdrawal-pending-gcash__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; } .page-playtime-withdrawal-pending-gcash__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; text-align: center; } .page-playtime-withdrawal-pending-gcash__game-card:hover { transform: translateY(-5px); } .page-playtime-withdrawal-pending-gcash__game-image-wrapper { width: 100%; height: 200px; overflow: hidden; } .page-playtime-withdrawal-pending-gcash__game-image { width: 100%; height: 100%; object-fit: cover; } .page-playtime-withdrawal-pending-gcash__game-content { padding: 20px; } .page-playtime-withdrawal-pending-gcash__game-title { font-size: 1.4em; color: #e74c3c; margin-bottom: 10px; } .page-playtime-withdrawal-pending-gcash__game-description { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-playtime-withdrawal-pending-gcash__promotion-list { list-style: none; padding: 0; margin-top: 30px; } .page-playtime-withdrawal-pending-gcash__promotion-item { display: flex; align-items: center; background-color: #f9f9f9; padding: 20px; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .page-playtime-withdrawal-pending-gcash__promotion-icon { width: 60px; height: 60px; margin-right: 20px; flex-shrink: 0; } .page-playtime-withdrawal-pending-gcash__promotion-details { flex-grow: 1; } .page-playtime-withdrawal-pending-gcash__promotion-title { font-size: 1.3em; color: #e74c3c; margin-bottom: 5px; } .page-playtime-withdrawal-pending-gcash__promotion-description { font-size: 0.95em; color: #555; } .page-playtime-withdrawal-pending-gcash__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-playtime-withdrawal-pending-gcash__security-card { background-color: #34495e; color: #ecf0f1; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease; } .page-playtime-withdrawal-pending-gcash__security-card:hover { transform: translateY(-5px); } .page-playtime-withdrawal-pending-gcash__security-icon { width: 80px; height: 80px; margin-bottom: 15px; display: block; margin-left: auto; margin-right: auto; } .page-playtime-withdrawal-pending-gcash__security-title { font-size: 1.3em; margin-bottom: 10px; color: #f1c40f; } .page-playtime-withdrawal-pending-gcash__faq-list { margin-top: 30px; } .page-playtime-withdrawal-pending-gcash__faq-item { background-color: #f9f9f9; border: 1px solid #eee; border-radius: 8px; margin-bottom: 10px; overflow: hidden; } .page-playtime-withdrawal-pending-gcash__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #e74c3c; color: #fff; font-size: 1.1em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-playtime-withdrawal-pending-gcash__faq-question h3 { margin: 0; font-size: 1.1em; color: #fff; pointer-events: none; } .page-playtime-withdrawal-pending-gcash__faq-question:hover { background-color: #c0392b; } .page-playtime-withdrawal-pending-gcash__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-playtime-withdrawal-pending-gcash__faq-item.active .page-playtime-withdrawal-pending-gcash__faq-toggle { transform: rotate(45deg); } .page-playtime-withdrawal-pending-gcash__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; background-color: #fff; color: #333; } .page-playtime-withdrawal-pending-gcash__faq-item.active .page-playtime-withdrawal-pending-gcash__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-playtime-withdrawal-pending-gcash__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-playtime-withdrawal-pending-gcash__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; text-decoration: none; color: inherit; } .page-playtime-withdrawal-pending-gcash__blog-card:hover { transform: translateY(-5px); } .page-playtime-withdrawal-pending-gcash__blog-image-wrapper { width: 100%; height: 180px; overflow: hidden; } .page-playtime-withdrawal-pending-gcash__blog-image { width: 100%; height: 100%; object-fit: cover; } .page-playtime-withdrawal-pending-gcash__blog-content { padding: 20px; } .page-playtime-withdrawal-pending-gcash__blog-title { font-size: 1.3em; color: #e74c3c; margin-bottom: 10px; } .page-playtime-withdrawal-pending-gcash__blog-summary { font-size: 0.95em; color: #555; } @media (max-width: 768px) { .page-playtime-withdrawal-pending-gcash__heading-primary { font-size: 2em; } .page-playtime-withdrawal-pending-gcash__heading-secondary { font-size: 1.6em; } .page-playtime-withdrawal-pending-gcash__hero { padding: 40px 15px; min-height: 300px; } .page-playtime-withdrawal-pending-gcash__hero-title { font-size: 2.5em; } .page-playtime-withdrawal-pending-gcash__hero-subtitle { font-size: 1.1em; } .page-playtime-withdrawal-pending-gcash__button { padding: 12px 25px; font-size: 1em; } .page-playtime-withdrawal-pending-gcash__intro-grid, .page-playtime-withdrawal-pending-gcash__game-grid, .page-playtime-withdrawal-pending-gcash__security-grid, .page-playtime-withdrawal-pending-gcash__blog-grid { grid-template-columns: 1fr; } .page-playtime-withdrawal-pending-gcash__quick-access-button { min-width: 100%; max-width: 100%; } .page-playtime-withdrawal-pending-gcash__promotion-item { flex-direction: column; text-align: center; } .page-playtime-withdrawal-pending-gcash__promotion-icon { margin-right: 0; margin-bottom: 15px; } .page-playtime-withdrawal-pending-gcash__faq-question { padding: 15px 20px; } .page-playtime-withdrawal-pending-gcash__faq-question h3 { font-size: 1em; } .page-playtime-withdrawal-pending-gcash__faq-answer { padding: 15px 20px; } .page-playtime-withdrawal-pending-gcash__section { padding: 30px 15px; } } @media (max-width: 375px) { .page-playtime-withdrawal-pending-gcash { padding: 5px; } .page-playtime-withdrawal-pending-gcash__section { padding: 20px 10px; } .page-playtime-withdrawal-pending-gcash__hero { padding: 30px 10px; } .page-playtime-withdrawal-pending-gcash__hero-title { font-size: 2em; } .page-playtime-withdrawal-pending-gcash__hero-subtitle { font-size: 1em; } .page-playtime-withdrawal-pending-gcash__quick-access-grid { gap: 10px; } .page-playtime-withdrawal-pending-gcash__intro-card, .page-playtime-withdrawal-pending-gcash__game-card, .page-playtime-withdrawal-pending-gcash__security-card, .page-playtime-withdrawal-pending-gcash__blog-card { padding: 15px; } .page-playtime-withdrawal-pending-gcash__promotion-item { padding: 15px; } .page-playtime-withdrawal-pending-gcash__faq-question { padding: 12px 15px; } .page-playtime-withdrawal-pending-gcash__faq-answer { padding: 12px 15px; } }