.page-1win-dice__container { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f5f5f5; padding-top: 10px; }.page-1win-dice__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }.page-1win-dice__hero-section { background-image: url('[GALLERY:hero:1920x1080:1win dice,casino,gaming,banner]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 80px 20px; border-radius: 0; box-shadow: none; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 400px; }.page-1win-dice__hero-title { font-size: 3em; margin-bottom: 15px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-1win-dice__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }.page-1win-dice__cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; }.page-1win-dice__cta-button:hover { background-color: #e6b800; }.page-1win-dice__section-title { font-size: 2.2em; color: #2c3e50; text-align: center; margin-bottom: 30px; }.page-1win-dice__text-content { font-size: 1.1em; margin-bottom: 20px; }.page-1win-dice__link-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; }.page-1win-dice__link-item { text-align: center; }.page-1win-dice__link-button { display: block; background-color: #3498db; color: #fff; padding: 15px 10px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease; }.page-1win-dice__link-button:hover { background-color: #2980b9; }.page-1win-dice__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-1win-dice__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-1win-dice__game-card:hover { transform: translateY(-5px); }.page-1win-dice__game-image { width: 100%; height: 200px; object-fit: cover; }.page-1win-dice__game-content { padding: 20px; }.page-1win-dice__game-title { font-size: 1.5em; margin-bottom: 10px; color: #2c3e50; }.page-1win-dice__game-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-1win-dice__promo-list { list-style: none; padding: 0; }.page-1win-dice__promo-item { background-color: #ecf0f1; border-left: 5px solid #2ecc71; margin-bottom: 15px; padding: 20px; border-radius: 5px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }.page-1win-dice__promo-text { flex: 1; min-width: 200px; margin-right: 15px; }.page-1win-dice__promo-title { font-size: 1.3em; color: #2c3e50; margin-bottom: 5px; }.page-1win-dice__promo-description { font-size: 0.95em; color: #555; }.page-1win-dice__faq-list { list-style: none; padding: 0; }.page-1win-dice__faq-item { background-color: #f9f9f9; margin-bottom: 10px; border-radius: 5px; overflow: hidden; border: 1px solid #ddd; }.page-1win-dice__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #eee; color: #2c3e50; font-weight: bold; user-select: none; transition: background-color 0.3s ease; }.page-1win-dice__faq-question:hover { background-color: #e0e0e0; }.page-1win-dice__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; flex-grow: 1; }.page-1win-dice__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; transition: transform 0.3s ease; pointer-events: none; }.page-1win-dice__faq-item.active .page-1win-dice__faq-toggle { transform: rotate(45deg); }.page-1win-dice__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; }.page-1win-dice__faq-item.active .page-1win-dice__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-1win-dice__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-1win-dice__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-1win-dice__blog-card:hover { transform: translateY(-5px); }.page-1win-dice__blog-image { width: 100%; height: 180px; object-fit: cover; }.page-1win-dice__blog-content { padding: 20px; }.page-1win-dice__blog-title { font-size: 1.3em; margin-bottom: 10px; color: #2c3e50; }.page-1win-dice__blog-summary { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-1win-dice__blog-date { font-size: 0.85em; color: #777; margin-bottom: 10px; }.page-1win-dice__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; }.page-1win-dice__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-1win-dice__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-1win-dice__list-item { box-sizing: border-box; }.page-1win-dice__list-container { box-sizing: border-box; padding: 0; margin: 0; }.page-1win-dice__list-content { word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }.page-1win-dice__promo-button { background-color: #2ecc71; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; white-space: nowrap; }.page-1win-dice__promo-button:hover { background-color: #27ae60; }@media (max-width: 768px) { .page-1win-dice__hero-title { font-size: 2.2em; }.page-1win-dice__hero-subtitle { font-size: 1em; }.page-1win-dice__section { padding: 20px 15px; }.page-1win-dice__section-title { font-size: 1.8em; }.page-1win-dice__text-content { font-size: 1em; }.page-1win-dice__link-grid { grid-template-columns: 1fr; }.page-1win-dice__game-grid { grid-template-columns: 1fr; }.page-1win-dice__promo-item { flex-direction: column; align-items: flex-start; gap: 10px; }.page-1win-dice__promo-text { margin-right: 0; }.page-1win-dice__promo-button { width: 100%; text-align: center; }.page-1win-dice__blog-grid { grid-template-columns: 1fr; }.page-1win-dice__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-1win-dice__payment-logo, .page-1win-dice__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-1win-dice__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 10px !important; padding-right: 10px !important; }.page-1win-dice__list-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-1win-dice__list-content { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}