.page-how-to-delete-winzir-account { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; padding-bottom: 50px; padding-top: var(--header-offset, 122px); } @media (max-width: 768px) { .page-how-to-delete-winzir-account { padding-top: var(--header-offset, 100px); } } .page-how-to-delete-winzir-account__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-how-to-delete-winzir-account__hero-section { background-color: #2a2a2a; color: #fff; text-align: center; padding: 60px 20px; position: relative; overflow: hidden; border-bottom: 5px solid #ffcc00; padding-top: 70px; } .page-how-to-delete-winzir-account__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('[GALLERY:hero:1920x1080:responsible_gaming,account_management,online_casino]') no-repeat center center/cover; opacity: 0.2; z-index: 0; } .page-how-to-delete-winzir-account__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-how-to-delete-winzir-account__hero-title { font-size: 2.8em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-how-to-delete-winzir-account__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; color: #e0e0e0; } .page-how-to-delete-winzir-account__button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-how-to-delete-winzir-account__button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-how-to-delete-winzir-account__section { padding: 40px 0; border-bottom: 1px solid #333; } .page-how-to-delete-winzir-account__section:last-of-type { border-bottom: none; } .page-how-to-delete-winzir-account__section-title { font-size: 2em; color: #ffcc00; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-how-to-delete-winzir-account__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 3px; background-color: #ffcc00; } .page-how-to-delete-winzir-account__text-block { background-color: #2a2a2a; padding: 30px; border-radius: 8px; margin-bottom: 30px; } .page-how-to-delete-winzir-account__text-block p { margin-bottom: 15px; color: #e0e0e0; } .page-how-to-delete-winzir-account__text-block h3 { color: #ffcc00; margin-bottom: 15px; font-size: 1.5em; } .page-how-to-delete-winzir-account__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; } .page-how-to-delete-winzir-account__card { background-color: #2a2a2a; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-how-to-delete-winzir-account__card:hover { transform: translateY(-5px); } .page-how-to-delete-winzir-account__card-image { width: 100%; height: 200px; object-fit: cover; } .page-how-to-delete-winzir-account__card-content { padding: 20px; } .page-how-to-delete-winzir-account__card-title { font-size: 1.3em; margin-bottom: 10px; color: #ffcc00; } .page-how-to-delete-winzir-account__card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-how-to-delete-winzir-account__cta-button { width: 100%; text-align: center; } .page-how-to-delete-winzir-account__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; } .page-how-to-delete-winzir-account__quick-link-item { background-color: #3a3a3a; padding: 20px; border-radius: 8px; text-align: center; transition: background-color 0.3s ease; } .page-how-to-delete-winzir-account__quick-link-item:hover { background-color: #4a4a4a; } .page-how-to-delete-winzir-account__quick-link-item a { color: #ffcc00; text-decoration: none; font-weight: bold; display: block; font-size: 1.1em; } .page-how-to-delete-winzir-account__game-provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; } .page-how-to-delete-winzir-account__game-provider-logo { width: 100px; height: 60px; object-fit: contain; filter: grayscale(100%); transition: filter 0.3s ease; } .page-how-to-delete-winzir-account__game-provider-logo:hover { filter: grayscale(0%); } .page-how-to-delete-winzir-account__payment-methods-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; } .page-how-to-delete-winzir-account__payment-method-item { background-color: #3a3a3a; padding: 10px 15px; border-radius: 5px; font-size: 0.9em; color: #fff; display: flex; align-items: center; gap: 8px; } .page-how-to-delete-winzir-account__payment-method-icon { width: 40px; height: 25px; object-fit: contain; } .page-how-to-delete-winzir-account__faq-list { list-style: none; padding: 0; margin-top: 30px; } .page-how-to-delete-winzir-account__faq-item { background-color: #2a2a2a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-how-to-delete-winzir-account__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3a3a3a; color: #ffcc00; transition: background-color 0.3s ease; } .page-how-to-delete-winzir-account__faq-question:hover { background-color: #4a4a4a; } .page-how-to-delete-winzir-account__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; color: #ffcc00; } .page-how-to-delete-winzir-account__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; color: #ffcc00; } .page-how-to-delete-winzir-account__faq-item.active .page-how-to-delete-winzir-account__faq-toggle { transform: rotate(45deg); } .page-how-to-delete-winzir-account__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #e0e0e0; } .page-how-to-delete-winzir-account__faq-item.active .page-how-to-delete-winzir-account__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-how-to-delete-winzir-account__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-how-to-delete-winzir-account__blog-card { background-color: #2a2a2a; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; text-decoration: none; display: block; color: inherit; } .page-how-to-delete-winzir-account__blog-card:hover { transform: translateY(-5px); } .page-how-to-delete-winzir-account__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-how-to-delete-winzir-account__blog-card-content { padding: 20px; } .page-how-to-delete-winzir-account__blog-card-title { font-size: 1.2em; margin-bottom: 10px; color: #ffcc00; } .page-how-to-delete-winzir-account__blog-card-excerpt { font-size: 0.9em; color: #ccc; line-height: 1.5; } @media (max-width: 768px) { .page-how-to-delete-winzir-account__hero-title { font-size: 2em; } .page-how-to-delete-winzir-account__hero-subtitle { font-size: 1em; } .page-how-to-delete-winzir-account__button { padding: 12px 25px; font-size: 0.9em; } .page-how-to-delete-winzir-account__section-title { font-size: 1.7em; } .page-how-to-delete-winzir-account__text-block { padding: 20px; } .page-how-to-delete-winzir-account__text-block h3 { font-size: 1.3em; } .page-how-to-delete-winzir-account__grid, .page-how-to-delete-winzir-account__quick-links-grid, .page-how-to-delete-winzir-account__blog-grid { grid-template-columns: 1fr; } .page-how-to-delete-winzir-account__card-image, .page-how-to-delete-winzir-account__blog-card-image { height: 150px; } .page-how-to-delete-winzir-account__card-title, .page-how-to-delete-winzir-account__blog-card-title { font-size: 1.1em; } .page-how-to-delete-winzir-account__quick-link-item { padding: 15px; } .page-how-to-delete-winzir-account__game-provider-logo { width: 80px; height: 50px; } .page-how-to-delete-winzir-account__payment-method-item { padding: 8px 12px; font-size: 0.8em; } .page-how-to-delete-winzir-account__faq-question { padding: 15px; } .page-how-to-delete-winzir-account__faq-question h3 { font-size: 1.1em; } .page-how-to-delete-winzir-account__faq-answer { padding: 0 15px !important; } .page-how-to-delete-winzir-account__faq-item.active .page-how-to-delete-winzir-account__faq-answer { padding: 15px !important; } } .page-how-to-delete-winzir-account__list-container ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; } .page-how-to-delete-winzir-account__list-container li { background-color: #3a3a3a; padding: 15px 20px; border-radius: 5px; color: #fff; font-size: 1em; flex: 1 1 auto; max-width: 48%; box-sizing: border-box; } @media (max-width: 768px) { .page-how-to-delete-winzir-account__list-container li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-how-to-delete-winzir-account__list-container ul { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }