.page-pagcor-licensed-betting-sites { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-pagcor-licensed-betting-sites__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-pagcor-licensed-betting-sites__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; overflow: hidden; } .page-pagcor-licensed-betting-sites__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; filter: brightness(0.6); } .page-pagcor-licensed-betting-sites__hero-content { z-index: 1; max-width: 900px; padding: 20px; } .page-pagcor-licensed-betting-sites__hero-title { font-size: 3em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-pagcor-licensed-betting-sites__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } .page-pagcor-licensed-betting-sites__button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-pagcor-licensed-betting-sites__button:hover { background-color: #ff6633; } .page-pagcor-licensed-betting-sites__section { padding: 60px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-pagcor-licensed-betting-sites__section--dark { background-color: #222; color: #eee; } .page-pagcor-licensed-betting-sites__section-title { font-size: 2.5em; color: #e44d26; text-align: center; margin-bottom: 40px; } .page-pagcor-licensed-betting-sites__section--dark .page-pagcor-licensed-betting-sites__section-title { color: #ff6633; } .page-pagcor-licensed-betting-sites__text-content { font-size: 1.1em; text-align: justify; margin-bottom: 20px; } .page-pagcor-licensed-betting-sites__list { list-style: none; padding: 0; margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-pagcor-licensed-betting-sites__list-item { background-color: #f0f0f0; padding: 20px; border-radius: 8px; flex: 1 1 calc(33% - 40px); min-width: 280px; text-align: center; box-sizing: border-box; } .page-pagcor-licensed-betting-sites__section--dark .page-pagcor-licensed-betting-sites__list-item { background-color: #333; color: #eee; } .page-pagcor-licensed-betting-sites__list-item h3 { color: #e44d26; margin-top: 0; font-size: 1.3em; } .page-pagcor-licensed-betting-sites__section--dark .page-pagcor-licensed-betting-sites__list-item h3 { color: #ff6633; } .page-pagcor-licensed-betting-sites__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 30px; } .page-pagcor-licensed-betting-sites__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-pagcor-licensed-betting-sites__game-card:hover { transform: translateY(-5px); } .page-pagcor-licensed-betting-sites__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-pagcor-licensed-betting-sites__game-card-content { padding: 20px; } .page-pagcor-licensed-betting-sites__game-card-title { font-size: 1.4em; color: #e44d26; margin-bottom: 10px; } .page-pagcor-licensed-betting-sites__game-provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 40px; } .page-pagcor-licensed-betting-sites__game-provider-logo { height: 60px; width: auto; max-width: 150px; object-fit: contain; } .page-pagcor-licensed-betting-sites__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-pagcor-licensed-betting-sites__promo-card { background-color: #f0f0f0; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-align: left; } .page-pagcor-licensed-betting-sites__promo-card-image { width: 100%; height: 200px; object-fit: cover; } .page-pagcor-licensed-betting-sites__promo-card-content { padding: 20px; } .page-pagcor-licensed-betting-sites__promo-card-title { font-size: 1.5em; color: #e44d26; margin-bottom: 10px; } .page-pagcor-licensed-betting-sites__promo-card-description { font-size: 1em; margin-bottom: 20px; } .page-pagcor-licensed-betting-sites__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-pagcor-licensed-betting-sites__payment-method-item { display: flex; align-items: center; background-color: #f0f0f0; padding: 10px 20px; border-radius: 5px; font-weight: bold; color: #555; } .page-pagcor-licensed-betting-sites__security-image { display: block; margin: 30px auto; max-width: 100%; height: auto; border-radius: 8px; } .page-pagcor-licensed-betting-sites__faq-list { list-style: none; padding: 0; margin-top: 30px; } .page-pagcor-licensed-betting-sites__faq-item { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-pagcor-licensed-betting-sites__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #eee; cursor: pointer; font-weight: bold; color: #333; user-select: none; transition: background-color 0.3s ease; } .page-pagcor-licensed-betting-sites__faq-question:hover { background-color: #e0e0e0; } .page-pagcor-licensed-betting-sites__faq-question h3 { margin: 0; font-size: 1.2em; color: #e44d26; pointer-events: none; } .page-pagcor-licensed-betting-sites__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-pagcor-licensed-betting-sites__faq-item.active .page-pagcor-licensed-betting-sites__faq-toggle { transform: rotate(45deg); } .page-pagcor-licensed-betting-sites__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-pagcor-licensed-betting-sites__faq-item.active .page-pagcor-licensed-betting-sites__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-pagcor-licensed-betting-sites__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-pagcor-licensed-betting-sites__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-align: left; } .page-pagcor-licensed-betting-sites__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-pagcor-licensed-betting-sites__blog-card-content { padding: 20px; } .page-pagcor-licensed-betting-sites__blog-card-title { font-size: 1.4em; color: #e44d26; margin-bottom: 10px; } .page-pagcor-licensed-betting-sites__blog-card-description { font-size: 1em; margin-bottom: 15px; color: #555; } .page-pagcor-licensed-betting-sites__blog-card-link { display: inline-block; color: #e44d26; text-decoration: none; font-weight: bold; } .page-pagcor-licensed-betting-sites__blog-card-link:hover { text-decoration: underline; } @media (max-width: 768px) { .page-pagcor-licensed-betting-sites__hero-title { font-size: 2.2em; } .page-pagcor-licensed-betting-sites__hero-subtitle { font-size: 1.2em; } .page-pagcor-licensed-betting-sites__section { padding: 40px 15px; } .page-pagcor-licensed-betting-sites__section-title { font-size: 2em; margin-bottom: 30px; } .page-pagcor-licensed-betting-sites__list { flex-direction: column; gap: 15px; } .page-pagcor-licensed-betting-sites__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-pagcor-licensed-betting-sites__game-grid, .page-pagcor-licensed-betting-sites__promo-grid, .page-pagcor-licensed-betting-sites__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-pagcor-licensed-betting-sites__game-provider-logos { gap: 10px; } .page-pagcor-licensed-betting-sites__game-provider-logo { height: 40px; } .page-pagcor-licensed-betting-sites__payment-methods { flex-direction: column; align-items: center; } .page-pagcor-licensed-betting-sites__payment-method-item { width: 100%; justify-content: center; } .page-pagcor-licensed-betting-sites__faq-question { padding: 12px 15px; } .page-pagcor-licensed-betting-sites__faq-question h3 { font-size: 1.1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-pagcor-licensed-betting-sites__faq-answer { padding: 0 15px; } .page-pagcor-licensed-betting-sites__faq-item.active .page-pagcor-licensed-betting-sites__faq-answer { padding: 15px !important; } img { max-width: 100% !important; height: auto !important; } .page-pagcor-licensed-betting-sites__container { padding: 10px; } } @media (max-width: 375px) { .page-pagcor-licensed-betting-sites__hero-title { font-size: 1.8em; } .page-pagcor-licensed-betting-sites__hero-subtitle { font-size: 1em; } .page-pagcor-licensed-betting-sites__button { padding: 12px 25px; font-size: 1em; } }