.page-playtime-how-to-withdraw__main-content { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f9fa; }.page-playtime-how-to-withdraw__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-playtime-how-to-withdraw__section:first-of-type { padding-top: 10px; }.page-playtime-how-to-withdraw__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }.page-playtime-how-to-withdraw__header { text-align: center; margin-bottom: 30px; }.page-playtime-how-to-withdraw__title { font-size: 2.8em; color: #0056b3; margin-bottom: 15px; line-height: 1.2; }.page-playtime-how-to-withdraw__subtitle { font-size: 1.2em; color: #555; margin-bottom: 25px; }.page-playtime-how-to-withdraw__hero-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-playtime-how-to-withdraw__hero-button:hover { background-color: #e0a800; transform: translateY(-2px); }.page-playtime-how-to-withdraw__image-wrapper { text-align: center; margin-top: 30px; }.page-playtime-how-to-withdraw__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }.page-playtime-how-to-withdraw__content-heading { font-size: 2em; color: #0056b3; margin-bottom: 20px; text-align: center; }.page-playtime-how-to-withdraw__text { font-size: 1.1em; margin-bottom: 15px; }.page-playtime-how-to-withdraw__list { list-style: none; padding: 0; margin-bottom: 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }.page-playtime-how-to-withdraw__list-item { background-color: #e9ecef; padding: 20px; border-radius: 5px; box-sizing: border-box; transition: transform 0.3s ease; }.page-playtime-how-to-withdraw__list-item:hover { transform: translateY(-5px); }.page-playtime-how-to-withdraw__list-item strong { color: #0056b3; }.page-playtime-how-to-withdraw__button-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-playtime-how-to-withdraw__button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 25px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; }.page-playtime-how-to-withdraw__button--secondary { background-color: #6c757d; }.page-playtime-how-to-withdraw__button--secondary:hover { background-color: #5a6268; transform: translateY(-2px); }.page-playtime-how-to-withdraw__button:hover { background-color: #0056b3; transform: translateY(-2px); }.page-playtime-how-to-withdraw__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; }.page-playtime-how-to-withdraw__game-card { background-color: #f0f2f5; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; text-align: center; padding-bottom: 20px; }.page-playtime-how-to-withdraw__game-card:hover { transform: translateY(-5px); }.page-playtime-how-to-withdraw__game-image { width: 100%; height: 180px; object-fit: cover; }.page-playtime-how-to-withdraw__game-title { font-size: 1.3em; color: #0056b3; margin: 15px 10px 10px; }.page-playtime-how-to-withdraw__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-playtime-how-to-withdraw__promo-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; text-align: center; }.page-playtime-how-to-withdraw__promo-card:hover { transform: translateY(-5px); }.page-playtime-how-to-withdraw__promo-image { width: 100%; height: 200px; object-fit: cover; }.page-playtime-how-to-withdraw__promo-title { font-size: 1.4em; color: #0056b3; margin: 15px 10px 10px; }.page-playtime-how-to-withdraw__promo-description { padding: 0 15px 15px; color: #555; }.page-playtime-how-to-withdraw__promo-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 20px; text-decoration: none; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; }.page-playtime-how-to-withdraw__promo-button:hover { background-color: #218838; }.page-playtime-how-to-withdraw__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; }.page-playtime-how-to-withdraw__feature-card { background-color: #f0f2f5; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }.page-playtime-how-to-withdraw__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; }.page-playtime-how-to-withdraw__feature-title { font-size: 1.2em; color: #0056b3; margin-bottom: 10px; }.page-playtime-how-to-withdraw__feature-description { color: #555; }.page-playtime-how-to-withdraw__faq-item { background-color: #f0f2f5; margin-bottom: 10px; border-radius: 5px; overflow: hidden; }.page-playtime-how-to-withdraw__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #e9ecef; cursor: pointer; user-select: none; border-bottom: 1px solid #dee2e6; transition: background-color 0.3s ease; }.page-playtime-how-to-withdraw__faq-question:hover { background-color: #d6d9dc; }.page-playtime-how-to-withdraw__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; }.page-playtime-how-to-withdraw__faq-toggle { font-size: 1.5em; font-weight: bold; color: #0056b3; transition: transform 0.3s ease; pointer-events: none; }.page-playtime-how-to-withdraw__faq-item.active .page-playtime-how-to-withdraw__faq-toggle { transform: rotate(45deg); }.page-playtime-how-to-withdraw__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-playtime-how-to-withdraw__faq-item.active .page-playtime-how-to-withdraw__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-playtime-how-to-withdraw__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-playtime-how-to-withdraw__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }.page-playtime-how-to-withdraw__blog-card:hover { transform: translateY(-5px); }.page-playtime-how-to-withdraw__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-playtime-how-to-withdraw__blog-content { padding: 20px; }.page-playtime-how-to-withdraw__blog-title { font-size: 1.3em; color: #0056b3; margin-bottom: 10px; }.page-playtime-how-to-withdraw__blog-title a { text-decoration: none; color: inherit; }.page-playtime-how-to-withdraw__blog-title a:hover { text-decoration: underline; }.page-playtime-how-to-withdraw__blog-excerpt { color: #555; font-size: 0.95em; margin-bottom: 15px; }.page-playtime-how-to-withdraw__blog-date { font-size: 0.85em; color: #888; text-align: right; display: block; }.page-playtime-how-to-withdraw__cta-section { text-align: center; background-color: #007bff; color: #fff; padding: 60px 20px; border-radius: 8px; margin-bottom: 20px; }.page-playtime-how-to-withdraw__cta-title { font-size: 2.5em; margin-bottom: 20px; }.page-playtime-how-to-withdraw__cta-text { font-size: 1.2em; margin-bottom: 30px; }.page-playtime-how-to-withdraw__cta-button { background-color: #ffc107; color: #333; padding: 18px 40px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-playtime-how-to-withdraw__cta-button:hover { background-color: #e0a800; transform: translateY(-2px); } @media (max-width: 992px) { .page-playtime-how-to-withdraw__title { font-size: 2.2em; } .page-playtime-how-to-withdraw__content-heading { font-size: 1.8em; } .page-playtime-how-to-withdraw__list, .page-playtime-how-to-withdraw__game-grid, .page-playtime-how-to-withdraw__promo-grid, .page-playtime-how-to-withdraw__feature-grid, .page-playtime-how-to-withdraw__blog-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } } @media (max-width: 768px) { .page-playtime-how-to-withdraw__section { padding: 30px 15px; } .page-playtime-how-to-withdraw__title { font-size: 1.8em; } .page-playtime-how-to-withdraw__subtitle { font-size: 1em; } .page-playtime-how-to-withdraw__hero-button { padding: 12px 25px; font-size: 1em; } .page-playtime-how-to-withdraw__content-heading { font-size: 1.6em; } .page-playtime-how-to-withdraw__text { font-size: 1em; } .page-playtime-how-to-withdraw__list, .page-playtime-how-to-withdraw__game-grid, .page-playtime-how-to-withdraw__promo-grid, .page-playtime-how-to-withdraw__feature-grid, .page-playtime-how-to-withdraw__blog-grid { grid-template-columns: 1fr; } .page-playtime-how-to-withdraw__list-item, .page-playtime-how-to-withdraw__game-card, .page-playtime-how-to-withdraw__promo-card, .page-playtime-how-to-withdraw__feature-card, .page-playtime-how-to-withdraw__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-playtime-how-to-withdraw__list { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-playtime-how-to-withdraw__list-item p, .page-playtime-how-to-withdraw__text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-playtime-how-to-withdraw__button-group { flex-direction: column; }.page-playtime-how-to-withdraw__cta-title { font-size: 2em; } .page-playtime-how-to-withdraw__cta-text { font-size: 1em; } .page-playtime-how-to-withdraw__cta-button { padding: 15px 30px; font-size: 1.1em; } }