.page-how-to-withdraw-in-nustar-game { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-how-to-withdraw-in-nustar-game__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-how-to-withdraw-in-nustar-game__container { padding: 15px; } } .page-how-to-withdraw-in-nustar-game__hero-section { background-color: #1a1a2e; color: #fff; text-align: center; padding: 60px 20px; border-radius: 8px; margin-bottom: 40px; padding-top: 70px; position: relative; overflow: hidden; } @media (max-width: 768px) { .page-how-to-withdraw-in-nustar-game__hero-section { padding: 50px 15px; padding-top: 60px; } } .page-how-to-withdraw-in-nustar-game__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-how-to-withdraw-in-nustar-game__hero-content { position: relative; z-index: 1; } .page-how-to-withdraw-in-nustar-game__hero-title { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-how-to-withdraw-in-nustar-game__hero-title { font-size: 2em; } } .page-how-to-withdraw-in-nustar-game__hero-description { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-how-to-withdraw-in-nustar-game__hero-description { font-size: 1em; } } .page-how-to-withdraw-in-nustar-game__button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; 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; border: none; cursor: pointer; } .page-how-to-withdraw-in-nustar-game__button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-how-to-withdraw-in-nustar-game__section { background-color: #fff; padding: 40px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); margin-bottom: 30px; } @media (max-width: 768px) { .page-how-to-withdraw-in-nustar-game__section { padding: 25px 15px; } } .page-how-to-withdraw-in-nustar-game__section-title { font-size: 2em; color: #1a1a2e; margin-bottom: 25px; text-align: center; } @media (max-width: 768px) { .page-how-to-withdraw-in-nustar-game__section-title { font-size: 1.6em; } } .page-how-to-withdraw-in-nustar-game__steps-list { list-style: none; padding: 0; counter-reset: step-counter; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-how-to-withdraw-in-nustar-game__step-item { background-color: #f0f0f0; padding: 25px; border-radius: 8px; position: relative; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); box-sizing: border-box; } .page-how-to-withdraw-in-nustar-game__step-item::before { content: counter(step-counter); counter-increment: step-counter; display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; background-color: #ffcc00; color: #1a1a2e; border-radius: 50%; font-weight: bold; font-size: 1.2em; position: absolute; top: -20px; left: 50%; transform: translateX(-50%); border: 3px solid #fff; } .page-how-to-withdraw-in-nustar-game__step-title { font-size: 1.5em; color: #1a1a2e; margin-top: 20px; margin-bottom: 15px; text-align: center; } @media (max-width: 768px) { .page-how-to-withdraw-in-nustar-game__step-title { font-size: 1.3em; } } .page-how-to-withdraw-in-nustar-game__step-description { font-size: 1em; text-align: center; } .page-how-to-withdraw-in-nustar-game__payment-methods-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; margin-top: 20px; } .page-how-to-withdraw-in-nustar-game__method-item { text-align: center; padding: 15px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); box-sizing: border-box; } .page-how-to-withdraw-in-nustar-game__method-item img { max-width: 100px; height: auto; margin-bottom: 10px; max-height: 50px; object-fit: contain; } .page-how-to-withdraw-in-nustar-game__method-name { font-weight: bold; color: #1a1a2e; } .page-how-to-withdraw-in-nustar-game__tips-list { list-style: disc inside; margin-left: 20px; } .page-how-to-withdraw-in-nustar-game__tips-list li { margin-bottom: 10px; } .page-how-to-withdraw-in-nustar-game__faq-list { list-style: none; padding: 0; } .page-how-to-withdraw-in-nustar-game__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; background-color: #fdfdfd; overflow: hidden; } .page-how-to-withdraw-in-nustar-game__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #eee; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-how-to-withdraw-in-nustar-game__faq-question:hover { background-color: #e0e0e0; } .page-how-to-withdraw-in-nustar-game__faq-question h3 { margin: 0; font-size: 1.1em; color: #1a1a2e; pointer-events: none; } .page-how-to-withdraw-in-nustar-game__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; pointer-events: none; transition: transform 0.3s ease; } .page-how-to-withdraw-in-nustar-game__faq-item.active .page-how-to-withdraw-in-nustar-game__faq-toggle { transform: rotate(45deg); } .page-how-to-withdraw-in-nustar-game__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; 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-nustar-game__faq-item.active .page-how-to-withdraw-in-nustar-game__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-how-to-withdraw-in-nustar-game__faq-answer p { margin-top: 0; margin-bottom: 10px; } .page-how-to-withdraw-in-nustar-game__cta-section { text-align: center; padding: 50px 20px; background-color: #1a1a2e; color: #fff; border-radius: 8px; margin-bottom: 30px; } .page-how-to-withdraw-in-nustar-game__cta-title { font-size: 2.2em; margin-bottom: 20px; } @media (max-width: 768px) { .page-how-to-withdraw-in-nustar-game__cta-title { font-size: 1.8em; } } .page-how-to-withdraw-in-nustar-game__cta-description { font-size: 1.1em; margin-bottom: 30px; } @media (max-width: 768px) { .page-how-to-withdraw-in-nustar-game__cta-description { font-size: 1em; } } .page-how-to-withdraw-in-nustar-game__image { max-width: 100%; height: auto; display: block; margin: 20px auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .page-how-to-withdraw-in-nustar-game__table-container { overflow-x: auto; margin-top: 20px; } .page-how-to-withdraw-in-nustar-game__table { width: 100%; border-collapse: collapse; margin-top: 15px; } .page-how-to-withdraw-in-nustar-game__table th, .page-how-to-withdraw-in-nustar-game__table td { border: 1px solid #ddd; padding: 12px; text-align: left; } .page-how-to-withdraw-in-nustar-game__table th { background-color: #f2f2f2; font-weight: bold; color: #1a1a2e; } .page-how-to-withdraw-in-nustar-game__table tr:nth-child(even) { background-color: #f9f9f9; } @media (max-width: 768px) { .page-how-to-withdraw-in-nustar-game__steps-list { grid-template-columns: 1fr; } .page-how-to-withdraw-in-nustar-game__payment-methods-grid { grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); } .page-how-to-withdraw-in-nustar-game__table th, .page-how-to-withdraw-in-nustar-game__table td { padding: 8px; font-size: 0.9em; word-wrap: break-word; overflow-wrap: break-word; } .page-how-to-withdraw-in-nustar-game__tips-list, .page-how-to-withdraw-in-nustar-game__faq-list { margin-left: 0; padding-left: 20px; } .page-how-to-withdraw-in-nustar-game__faq-answer { padding: 0 15px; } .page-how-to-withdraw-in-nustar-game__faq-item.active .page-how-to-withdraw-in-nustar-game__faq-answer { padding: 15px !important; } } .page-how-to-withdraw-in-nustar-game ul, .page-how-to-withdraw-in-nustar-game ol { padding-left: 20px; } .page-how-to-withdraw-in-nustar-game li { margin-bottom: 8px; box-sizing: border-box; } @media (max-width: 768px) { .page-how-to-withdraw-in-nustar-game ul, .page-how-to-withdraw-in-nustar-game ol { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding-left: 15px !important; margin-left: 0 !important; margin-right: 0 !important; } .page-how-to-withdraw-in-nustar-game li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }