.page-can-i-earn-in-tongits-go { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-can-i-earn-in-tongits-go__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-can-i-earn-in-tongits-go__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-can-i-earn-in-tongits-go__section--hero { background: linear-gradient(135deg, #FFD700, #FFA500); color: #fff; text-align: center; padding: 60px 20px; border-radius: 0; box-shadow: none; padding-top: 10px; } .page-can-i-earn-in-tongits-go__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #8B0000; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .page-can-i-earn-in-tongits-go__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; color: #333; } .page-can-i-earn-in-tongits-go__hero-image { width: 100%; max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 30px; object-fit: cover; } .page-can-i-earn-in-tongits-go__button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-can-i-earn-in-tongits-go__button:hover { background-color: #0056b3; } .page-can-i-earn-in-tongits-go__section-title { font-size: 2em; color: #8B0000; margin-bottom: 30px; text-align: center; } .page-can-i-earn-in-tongits-go__section-text { text-align: justify; margin-bottom: 20px; } .page-can-i-earn-in-tongits-go__list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 20px; } .page-can-i-earn-in-tongits-go__list-item { background-color: #f0f0f0; padding: 15px 20px; border-radius: 5px; text-align: center; flex: 1 1 calc(33% - 40px); box-sizing: border-box; } .page-can-i-earn-in-tongits-go__game-card { border: 1px solid #eee; border-radius: 8px; overflow: hidden; text-align: center; background-color: #fff; transition: transform 0.3s ease; box-shadow: 0 2px 5px rgba(0,0,0,0.05); } .page-can-i-earn-in-tongits-go__game-card:hover { transform: translateY(-5px); } .page-can-i-earn-in-tongits-go__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-can-i-earn-in-tongits-go__game-card-title { font-size: 1.2em; color: #8B0000; padding: 15px; margin: 0; } .page-can-i-earn-in-tongits-go__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-can-i-earn-in-tongits-go__promo-card { background-color: #FFFACD; border-left: 5px solid #FFD700; padding: 20px; margin-bottom: 15px; border-radius: 5px; } .page-can-i-earn-in-tongits-go__promo-title { color: #8B0000; margin-top: 0; } .page-can-i-earn-in-tongits-go__blog-card { border: 1px solid #eee; border-radius: 8px; overflow: hidden; background-color: #fff; transition: transform 0.3s ease; box-shadow: 0 2px 5px rgba(0,0,0,0.05); } .page-can-i-earn-in-tongits-go__blog-card:hover { transform: translateY(-5px); } .page-can-i-earn-in-tongits-go__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-can-i-earn-in-tongits-go__blog-card-content { padding: 15px; } .page-can-i-earn-in-tongits-go__blog-card-title { font-size: 1.1em; color: #8B0000; margin-top: 0; margin-bottom: 10px; } .page-can-i-earn-in-tongits-go__blog-card-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-can-i-earn-in-tongits-go__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-can-i-earn-in-tongits-go__faq-item { background-color: #f9f9f9; border: 1px solid #ddd; margin-bottom: 10px; border-radius: 5px; overflow: hidden; } .page-can-i-earn-in-tongits-go__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #eee; color: #333; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-can-i-earn-in-tongits-go__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-can-i-earn-in-tongits-go__faq-question:hover { background-color: #e0e0e0; } .page-can-i-earn-in-tongits-go__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-can-i-earn-in-tongits-go__faq-item.active .page-can-i-earn-in-tongits-go__faq-toggle { transform: rotate(45deg); } .page-can-i-earn-in-tongits-go__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-can-i-earn-in-tongits-go__faq-item.active .page-can-i-earn-in-tongits-go__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-can-i-earn-in-tongits-go__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-radius: 0; box-shadow: none; } .page-can-i-earn-in-tongits-go__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .page-can-i-earn-in-tongits-go__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } @media (max-width: 768px) { .page-can-i-earn-in-tongits-go__container { padding: 10px; } .page-can-i-earn-in-tongits-go__hero-title { font-size: 2em; } .page-can-i-earn-in-tongits-go__hero-subtitle { font-size: 1em; } .page-can-i-earn-in-tongits-go__section { padding: 20px 10px; } .page-can-i-earn-in-tongits-go__section-title { font-size: 1.5em; } .page-can-i-earn-in-tongits-go__list-item { flex: 1 1 100%; 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; } .page-can-i-earn-in-tongits-go__list { padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-can-i-earn-in-tongits-go__game-grid, .page-can-i-earn-in-tongits-go__blog-grid { grid-template-columns: 1fr; } .page-can-i-earn-in-tongits-go__game-card-image, .page-can-i-earn-in-tongits-go__blog-card-image { max-width: 100% !important; height: auto !important; } .page-can-i-earn-in-tongits-go__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-can-i-earn-in-tongits-go__payment-logo, .page-can-i-earn-in-tongits-go__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } } .page-can-i-earn-in-tongits-go img { max-width: 100%; height: auto; display: block; } @media (max-width: 768px) { .page-can-i-earn-in-tongits-go img { max-width: 100% !important; height: auto !important; } }