.page-bingoplus-old-apk { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; } .page-bingoplus-old-apk__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-bingoplus-old-apk__container { padding: 10px; } } .page-bingoplus-old-apk__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 10px 20px 60px; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; } .page-bingoplus-old-apk__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-bingoplus-old-apk__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-bingoplus-old-apk__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); } @media (max-width: 768px) { .page-bingoplus-old-apk__hero-title { font-size: 2em; } } .page-bingoplus-old-apk__hero-description { font-size: 1.2em; margin-bottom: 30px; } @media (max-width: 768px) { .page-bingoplus-old-apk__hero-description { font-size: 1em; } } .page-bingoplus-old-apk__button { display: inline-block; background-color: #ffc107; color: #333; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-bingoplus-old-apk__button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-bingoplus-old-apk__section { padding: 40px 0; border-bottom: 1px solid #eee; } .page-bingoplus-old-apk__section:last-of-type { border-bottom: none; } @media (max-width: 768px) { .page-bingoplus-old-apk__section { padding: 20px 0; } } .page-bingoplus-old-apk__section-title { text-align: center; font-size: 2.2em; color: #0056b3; margin-bottom: 30px; } @media (max-width: 768px) { .page-bingoplus-old-apk__section-title { font-size: 1.8em; margin-bottom: 20px; } } .page-bingoplus-old-apk__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-bingoplus-old-apk__grid { grid-template-columns: 1fr; gap: 20px; } } .page-bingoplus-old-apk__card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 25px; text-align: center; transition: transform 0.3s ease; } .page-bingoplus-old-apk__card:hover { transform: translateY(-5px); } .page-bingoplus-old-apk__card-icon { max-width: 80px; height: auto; margin-bottom: 15px; } .page-bingoplus-old-apk__card-title { font-size: 1.5em; color: #007bff; margin-bottom: 10px; } .page-bingoplus-old-apk__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; } @media (max-width: 768px) { .page-bingoplus-old-apk__quick-access-grid { grid-template-columns: 1fr; } } .page-bingoplus-old-apk__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.2s ease; } .page-bingoplus-old-apk__game-card:hover { transform: translateY(-5px); } .page-bingoplus-old-apk__game-image { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-bingoplus-old-apk__game-image { height: 150px; } } .page-bingoplus-old-apk__game-title { font-size: 1.3em; margin: 15px 0 10px; color: #0056b3; } .page-bingoplus-old-apk__game-provider { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-bingoplus-old-apk__promo-card { background: linear-gradient(45deg, #f8f9fa, #e9ecef); border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); } .page-bingoplus-old-apk__promo-title { font-size: 1.8em; color: #28a745; margin-bottom: 10px; } .page-bingoplus-old-apk__promo-description { margin-bottom: 20px; } .page-bingoplus-old-apk__security-item { display: flex; align-items: center; margin-bottom: 20px; text-align: left; } .page-bingoplus-old-apk__security-icon { max-width: 50px; height: auto; margin-right: 15px; } .page-bingoplus-old-apk__security-text h3 { margin: 0 0 5px; color: #007bff; font-size: 1.2em; } .page-bingoplus-old-apk__security-text p { margin: 0; font-size: 0.95em; color: #555; } .page-bingoplus-old-apk__faq-list { list-style: none; padding: 0; } .page-bingoplus-old-apk__faq-item { background-color: #fff; margin-bottom: 10px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-bingoplus-old-apk__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #f0f8ff; border-bottom: 1px solid #e0e0e0; transition: background-color 0.3s ease; } .page-bingoplus-old-apk__faq-question:hover { background-color: #e6f2ff; } .page-bingoplus-old-apk__faq-question h3 { margin: 0; font-size: 1.1em; color: #0056b3; pointer-events: none; } @media (max-width: 768px) { .page-bingoplus-old-apk__faq-question h3 { font-size: 1em; } } .page-bingoplus-old-apk__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; } .page-bingoplus-old-apk__faq-item.active .page-bingoplus-old-apk__faq-toggle { transform: rotate(45deg); } .page-bingoplus-old-apk__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; background-color: #fff; } .page-bingoplus-old-apk__faq-item.active .page-bingoplus-old-apk__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-bingoplus-old-apk__faq-answer p { margin: 0; font-size: 0.95em; color: #555; } .page-bingoplus-old-apk__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-bingoplus-old-apk__blog-grid { grid-template-columns: 1fr; gap: 20px; } } .page-bingoplus-old-apk__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease; } .page-bingoplus-old-apk__blog-card:hover { transform: translateY(-5px); } .page-bingoplus-old-apk__blog-image { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-bingoplus-old-apk__blog-image { height: 180px; } } .page-bingoplus-old-apk__blog-content { padding: 20px; } .page-bingoplus-old-apk__blog-title { font-size: 1.4em; margin-bottom: 10px; } .page-bingoplus-old-apk__blog-title a { color: #007bff; text-decoration: none; } .page-bingoplus-old-apk__blog-title a:hover { text-decoration: underline; } .page-bingoplus-old-apk__blog-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-bingoplus-old-apk__blog-date { font-size: 0.8em; color: #999; text-align: right; } /* General list item responsiveness */ .page-bingoplus-old-apk ul, .page-bingoplus-old-apk ol { padding-left: 20px; } .page-bingoplus-old-apk ul li, .page-bingoplus-old-apk ol li { box-sizing: border-box; word-wrap: break-word; overflow-wrap: break-word; } @media (max-width: 768px) { .page-bingoplus-old-apk ul, .page-bingoplus-old-apk ol { width: 100% !important; max-width: 100% !important; padding-left: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-bingoplus-old-apk ul li, .page-bingoplus-old-apk ol li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-break: break-word !important; } .page-bingoplus-old-apk__security-item { flex-direction: column; text-align: center; } .page-bingoplus-old-apk__security-icon { margin-right: 0; margin-bottom: 10px; } }