.page-pagcor-logo-editor { font-family: 'Arial', sans-serif; background-color: #f8f8f8; color: #333; line-height: 1.6; } .page-pagcor-logo-editor__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-pagcor-logo-editor__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 60px 20px; border-radius: 10px; margin-bottom: 40px; padding-top: 10px; } .page-pagcor-logo-editor__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .page-pagcor-logo-editor__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; } .page-pagcor-logo-editor__cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-pagcor-logo-editor__cta-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-pagcor-logo-editor__section { background-color: #fff; padding: 40px; border-radius: 8px; margin-bottom: 30px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); } .page-pagcor-logo-editor__section-title { font-size: 2em; color: #007bff; margin-bottom: 25px; text-align: center; } .page-pagcor-logo-editor__text-content { font-size: 1.1em; line-height: 1.8; color: #555; } .page-pagcor-logo-editor__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-pagcor-logo-editor__grid-item { background-color: #f0f8ff; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-pagcor-logo-editor__grid-item:hover { transform: translateY(-5px); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08); } .page-pagcor-logo-editor__grid-item h3 { color: #007bff; margin-top: 15px; margin-bottom: 10px; font-size: 1.3em; } .page-pagcor-logo-editor__grid-item p { font-size: 0.95em; color: #666; } .page-pagcor-logo-editor__grid-item img { max-width: 100%; height: auto; border-radius: 4px; margin-bottom: 15px; } .page-pagcor-logo-editor__game-card { background-color: #f0f8ff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-pagcor-logo-editor__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08); } .page-pagcor-logo-editor__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-pagcor-logo-editor__game-card-content { padding: 20px; } .page-pagcor-logo-editor__game-card-title { font-size: 1.2em; color: #007bff; margin-bottom: 10px; } .page-pagcor-logo-editor__game-card-description { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-pagcor-logo-editor__game-card-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; } .page-pagcor-logo-editor__game-card-button:hover { background-color: #218838; } .page-pagcor-logo-editor__promo-card { background-color: #ffe0b2; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03); } .page-pagcor-logo-editor__promo-card h3 { color: #e65100; font-size: 1.4em; margin-bottom: 10px; } .page-pagcor-logo-editor__promo-card p { font-size: 1em; color: #795548; margin-bottom: 20px; } .page-pagcor-logo-editor__promo-card-button { display: inline-block; background-color: #e65100; color: #fff; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-pagcor-logo-editor__promo-card-button:hover { background-color: #bf360c; } .page-pagcor-logo-editor__faq-list { list-style: none; padding: 0; } .page-pagcor-logo-editor__faq-item { background-color: #f9f9f9; border: 1px solid #eee; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-pagcor-logo-editor__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; font-size: 1.1em; color: #007bff; cursor: pointer; user-select: none; background-color: #eaf6ff; border-bottom: 1px solid #e0e0e0; } .page-pagcor-logo-editor__faq-question:hover { background-color: #dbeeff; } .page-pagcor-logo-editor__faq-question h3 { margin: 0; flex-grow: 1; text-align: left; pointer-events: none; } .page-pagcor-logo-editor__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-pagcor-logo-editor__faq-item.active .page-pagcor-logo-editor__faq-toggle { transform: rotate(45deg); } .page-pagcor-logo-editor__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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-pagcor-logo-editor__faq-item.active .page-pagcor-logo-editor__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-pagcor-logo-editor__blog-card { background-color: #f0f8ff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-pagcor-logo-editor__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08); } .page-pagcor-logo-editor__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-pagcor-logo-editor__blog-card-content { padding: 20px; } .page-pagcor-logo-editor__blog-card-title { font-size: 1.2em; color: #007bff; margin-bottom: 10px; } .page-pagcor-logo-editor__blog-card-title a { text-decoration: none; color: inherit; } .page-pagcor-logo-editor__blog-card-description { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-pagcor-logo-editor__blog-card-date { font-size: 0.8em; color: #999; text-align: right; } @media (max-width: 768px) { .page-pagcor-logo-editor__hero-title { font-size: 2em; } .page-pagcor-logo-editor__hero-subtitle { font-size: 1em; } .page-pagcor-logo-editor__section { padding: 25px; } .page-pagcor-logo-editor__section-title { font-size: 1.8em; } .page-pagcor-logo-editor__text-content { font-size: 1em; } .page-pagcor-logo-editor__grid { grid-template-columns: 1fr; } .page-pagcor-logo-editor__grid-item { padding: 20px; } .page-pagcor-logo-editor__game-card-image { height: 180px; } .page-pagcor-logo-editor__promo-card { padding: 20px; } .page-pagcor-logo-editor__faq-question { padding: 15px 20px; font-size: 1em; } .page-pagcor-logo-editor__faq-answer { padding: 0 20px; } .page-pagcor-logo-editor__faq-item.active .page-pagcor-logo-editor__faq-answer { padding: 15px 20px !important; } .page-pagcor-logo-editor__blog-card-image { height: 160px; } .page-pagcor-logo-editor__blog-card-content { padding: 15px; } .page-pagcor-logo-editor__blog-card-title { font-size: 1.1em; } .page-pagcor-logo-editor__blog-card-description { font-size: 0.85em; } /* List item responsive overrides */ .page-pagcor-logo-editor__grid-item, .page-pagcor-logo-editor__game-card, .page-pagcor-logo-editor__promo-card, .page-pagcor-logo-editor__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-pagcor-logo-editor__grid, .page-pagcor-logo-editor__faq-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-pagcor-logo-editor__text-content, .page-pagcor-logo-editor__grid-item p, .page-pagcor-logo-editor__game-card-description, .page-pagcor-logo-editor__promo-card p, .page-pagcor-logo-editor__faq-answer, .page-pagcor-logo-editor__blog-card-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }