.page-roobet-gambling-license { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-roobet-gambling-license__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-roobet-gambling-license__section { padding: 40px 20px; margin-bottom: 30px; background-color: #2c2c54; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-roobet-gambling-license__section-dark { background-color: #16162e; } .page-roobet-gambling-license__hero { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #ffffff; padding: 10px 20px 80px 20px; min-height: 500px; background-size: cover; background-position: center; overflow: hidden; border-radius: 0 0 15px 15px; } .page-roobet-gambling-license__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: 1; } .page-roobet-gambling-license__hero-content { position: relative; z-index: 2; max-width: 800px; } .page-roobet-gambling-license__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); } .page-roobet-gambling-license__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; opacity: 0.9; } .page-roobet-gambling-license__button { display: inline-block; padding: 15px 30px; background-color: #e63946; color: #ffffff; text-decoration: none; border-radius: 50px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-roobet-gambling-license__button:hover { background-color: #c92a36; transform: translateY(-3px); } .page-roobet-gambling-license__button--secondary { background-color: #4a4e69; } .page-roobet-gambling-license__button--secondary:hover { background-color: #3b3e52; } .page-roobet-gambling-license__heading { font-size: 2.5em; color: #e63946; text-align: center; margin-bottom: 40px; text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); } .page-roobet-gambling-license__subheading { font-size: 1.8em; color: #a8dadc; margin-bottom: 20px; } .page-roobet-gambling-license__text { font-size: 1.1em; color: #f0f0f0; margin-bottom: 15px; } .page-roobet-gambling-license__list { list-style: none; padding: 0; margin-bottom: 20px; } .page-roobet-gambling-license__list-item { background-color: #3a3a60; margin-bottom: 10px; padding: 15px; border-radius: 8px; display: flex; align-items: center; font-size: 1.1em; box-sizing: border-box; } .page-roobet-gambling-license__list-item::before { content: '✓'; color: #a8dadc; font-weight: bold; margin-right: 10px; } .page-roobet-gambling-license__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-roobet-gambling-license__card { background-color: #3a3a60; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-roobet-gambling-license__card:hover { transform: translateY(-5px); } .page-roobet-gambling-license__card-title { font-size: 1.5em; color: #a8dadc; margin-bottom: 15px; } .page-roobet-gambling-license__card-image { width: 100%; height: auto; max-width: 400px; border-radius: 8px; margin-bottom: 15px; object-fit: cover; } .page-roobet-gambling-license__img { max-width: 100%; height: auto; border-radius: 8px; } .page-roobet-gambling-license__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; } .page-roobet-gambling-license__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-roobet-gambling-license__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-roobet-gambling-license__faq-item { background-color: #3a3a60; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .page-roobet-gambling-license__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #4a4e69; transition: background-color 0.3s ease; } .page-roobet-gambling-license__faq-question:hover { background-color: #5a5e7c; } .page-roobet-gambling-license__faq-question h3 { margin: 0; font-size: 1.2em; color: #a8dadc; pointer-events: none; } .page-roobet-gambling-license__faq-toggle { font-size: 1.5em; font-weight: bold; color: #a8dadc; transition: transform 0.3s ease; pointer-events: none; } .page-roobet-gambling-license__faq-item.active .page-roobet-gambling-license__faq-toggle { transform: rotate(45deg); } .page-roobet-gambling-license__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-roobet-gambling-license__faq-item.active .page-roobet-gambling-license__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-roobet-gambling-license__blog-card { background-color: #3a3a60; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; } .page-roobet-gambling-license__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-roobet-gambling-license__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-roobet-gambling-license__blog-title { font-size: 1.4em; color: #a8dadc; margin-bottom: 10px; } .page-roobet-gambling-license__blog-excerpt { font-size: 0.95em; color: #f0f0f0; margin-bottom: 15px; } .page-roobet-gambling-license__blog-link { display: inline-block; color: #e63946; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-roobet-gambling-license__blog-link:hover { color: #c92a36; } @media (max-width: 768px) { .page-roobet-gambling-license__hero { min-height: 400px; padding-bottom: 60px; } .page-roobet-gambling-license__hero-title { font-size: 2.5em; } .page-roobet-gambling-license__hero-subtitle { font-size: 1.1em; } .page-roobet-gambling-license__heading { font-size: 2em; } .page-roobet-gambling-license__subheading { font-size: 1.5em; } .page-roobet-gambling-license__section { padding: 25px 15px; margin-bottom: 20px; } .page-roobet-gambling-license__grid { grid-template-columns: 1fr; } .page-roobet-gambling-license__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 10px 15px !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-roobet-gambling-license__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-roobet-gambling-license__img, .page-roobet-gambling-license__card-image, .page-roobet-gambling-license__blog-image { max-width: 100% !important; height: auto !important; } .page-roobet-gambling-license__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-roobet-gambling-license__payment-logo, .page-roobet-gambling-license__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-roobet-gambling-license__faq-question { padding: 15px; } .page-roobet-gambling-license__faq-question h3 { font-size: 1.1em; } .page-roobet-gambling-license__faq-answer { padding: 0 15px; } .page-roobet-gambling-license__faq-item.active .page-roobet-gambling-license__faq-answer { padding: 15px !important; } } @media (max-width: 480px) { .page-roobet-gambling-license__hero-title { font-size: 2em; } .page-roobet-gambling-license__hero-subtitle { font-size: 1em; } .page-roobet-gambling-license__button { padding: 12px 25px; font-size: 1em; } }