.page-how-to-withdraw-in-playtime { font-family: Arial, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-how-to-withdraw-in-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-how-to-withdraw-in-playtime__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }.page-how-to-withdraw-in-playtime__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 60px 20px; border-radius: 0; margin-bottom: 0; padding-top: 10px; }.page-how-to-withdraw-in-playtime__hero-title { font-size: 3em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }.page-how-to-withdraw-in-playtime__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; }.page-how-to-withdraw-in-playtime__cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; }.page-how-to-withdraw-in-playtime__cta-button:hover { background-color: #e0a800; }.page-how-to-withdraw-in-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 0; background-color: #f0f0f0; border-bottom: 1px solid #eee; }.page-how-to-withdraw-in-playtime__payment-providers-title { width: 100%; text-align: center; margin-bottom: 20px; font-size: 1.8em; color: #333; }.page-how-to-withdraw-in-playtime__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-how-to-withdraw-in-playtime__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-how-to-withdraw-in-playtime__section-title { font-size: 2.2em; color: #007bff; margin-bottom: 25px; text-align: center; }.page-how-to-withdraw-in-playtime__text-block { margin-bottom: 20px; }.page-how-to-withdraw-in-playtime__text-block p { margin-bottom: 15px; }.page-how-to-withdraw-in-playtime__list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px; }.page-how-to-withdraw-in-playtime__list-item { background-color: #e9f5ff; border-left: 5px solid #007bff; padding: 20px; border-radius: 5px; flex: 1; min-width: 280px; box-sizing: border-box; }.page-how-to-withdraw-in-playtime__list-item strong { color: #0056b3; }.page-how-to-withdraw-in-playtime__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }.page-how-to-withdraw-in-playtime__game-card { background-color: #f0f8ff; border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-how-to-withdraw-in-playtime__game-card:hover { transform: translateY(-5px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }.page-how-to-withdraw-in-playtime__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-how-to-withdraw-in-playtime__game-card-content { padding: 20px; }.page-how-to-withdraw-in-playtime__game-card-title { font-size: 1.4em; margin-bottom: 10px; color: #007bff; }.page-how-to-withdraw-in-playtime__game-card-description { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-how-to-withdraw-in-playtime__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }.page-how-to-withdraw-in-playtime__promo-card { background-color: #fff; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-how-to-withdraw-in-playtime__promo-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); }.page-how-to-withdraw-in-playtime__promo-image { width: 100%; height: 200px; object-fit: cover; }.page-how-to-withdraw-in-playtime__promo-content { padding: 20px; }.page-how-to-withdraw-in-playtime__promo-title { font-size: 1.5em; color: #007bff; margin-bottom: 10px; }.page-how-to-withdraw-in-playtime__promo-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-how-to-withdraw-in-playtime__faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; }.page-how-to-withdraw-in-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-how-to-withdraw-in-playtime__faq-question:hover { background-color: #f9f9f9; }.page-how-to-withdraw-in-playtime__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; }.page-how-to-withdraw-in-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; pointer-events: none; }.page-how-to-withdraw-in-playtime__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-how-to-withdraw-in-playtime__faq-item.active .page-how-to-withdraw-in-playtime__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-how-to-withdraw-in-playtime__faq-item.active .page-how-to-withdraw-in-playtime__faq-toggle { content: '−'; }.page-how-to-withdraw-in-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }.page-how-to-withdraw-in-playtime__blog-card { background-color: #fff; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-how-to-withdraw-in-playtime__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); }.page-how-to-withdraw-in-playtime__blog-image { width: 100%; height: 180px; object-fit: cover; }.page-how-to-withdraw-in-playtime__blog-content { padding: 20px; }.page-how-to-withdraw-in-playtime__blog-title { font-size: 1.3em; margin-bottom: 10px; color: #007bff; }.page-how-to-withdraw-in-playtime__blog-excerpt { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-how-to-withdraw-in-playtime__blog-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; }.page-how-to-withdraw-in-playtime__blog-link:hover { text-decoration: underline; }.page-how-to-withdraw-in-playtime__payment-methods-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; margin-top: 20px; }.page-how-to-withdraw-in-playtime__payment-method-item { background-color: #e9f5ff; padding: 15px; border-radius: 5px; text-align: center; font-weight: bold; color: #0056b3; border: 1px solid #b3d9ff; }.page-how-to-withdraw-in-playtime__payment-method-item img { max-width: 80px; height: auto; display: block; margin: 0 auto 10px; }.page-how-to-withdraw-in-playtime__contact-info { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }.page-how-to-withdraw-in-playtime__contact-info a { color: #007bff; text-decoration: none; font-weight: bold; }.page-how-to-withdraw-in-playtime__contact-info a:hover { text-decoration: underline; }@media (max-width: 768px) { .page-how-to-withdraw-in-playtime__hero-title { font-size: 2.2em; }.page-how-to-withdraw-in-playtime__hero-subtitle { font-size: 1.2em; }.page-how-to-withdraw-in-playtime__cta-button { padding: 12px 25px; font-size: 1em; }.page-how-to-withdraw-in-playtime__section { padding: 20px 15px; }.page-how-to-withdraw-in-playtime__section-title { font-size: 1.8em; }.page-how-to-withdraw-in-playtime__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-how-to-withdraw-in-playtime__payment-logo, .page-how-to-withdraw-in-playtime__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-how-to-withdraw-in-playtime__list { flex-direction: column; gap: 15px; }.page-how-to-withdraw-in-playtime__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-how-to-withdraw-in-playtime__game-grid, .page-how-to-withdraw-in-playtime__promo-grid, .page-how-to-withdraw-in-playtime__blog-grid { grid-template-columns: 1fr; }.page-how-to-withdraw-in-playtime__game-card-image, .page-how-to-withdraw-in-playtime__promo-image, .page-how-to-withdraw-in-playtime__blog-image { height: 160px; }.page-how-to-withdraw-in-playtime__faq-question h3 { font-size: 1em; }.page-how-to-withdraw-in-playtime__faq-answer { padding: 15px 10px !important; }.page-how-to-withdraw-in-playtime__payment-methods-grid { grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); }.page-how-to-withdraw-in-playtime__payment-method-item { padding: 10px; }.page-how-to-withdraw-in-playtime__payment-method-item img { max-width: 60px; } .page-how-to-withdraw-in-playtime__container { padding: 10px; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 0 !important;}}