.page-/blog/banca28-online-lottery-3 {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light background */
    background-color: #f8f9fa; /* Light background for the page content */
}

/* Hero Section */
.page-/blog/banca28-online-lottery-3__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 0 40px; /* Adjusted padding-top to avoid double header offset */
    background: linear-gradient(135deg, #2563eb, #64748b);
    color: #ffffff;
    overflow: hidden; /* Ensure content doesn't overflow */
    position: relative;
}

.page-/blog/banca28-online-lottery-3__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.page-/blog/banca28-online-lottery-3__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 8px;
}

.page-/blog/banca28-online-lottery-3__hero-content {
    max-width: 900px;
    padding: 0 20px;
    z-index: 1;
}

.page-/blog/banca28-online-lottery-3__main-title {
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.page-/blog/banca28-online-lottery-3__intro-text {
    font-size: 1.15em;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e7ff;
}

.page-/blog/banca28-online-lottery-3__cta-button {
    display: inline-block;
    background-color: #ffc107; /* Bright yellow for CTA */
    color: #1a202c;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-/blog/banca28-online-lottery-3__cta-button:hover {
    background-color: #e0a800;
    transform: translateY(-2px);
}

.page-/blog/banca28-online-lottery-3__cta-button--large {
    font-size: 1.25em;
    padding: 18px 35px;
}

/* General Section Styles */
.page-/blog/banca28-online-lottery-3__section {
    padding: 60px 0;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-/blog/banca28-online-lottery-3__section:nth-of-type(even) {
    background-color: #f0f4f8;
}

.page-/blog/banca28-online-lottery-3__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-/blog/banca28-online-lottery-3__section-title {
    font-size: 2.2em;
    font-weight: 700;
    color: #2563eb;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-/blog/banca28-online-lottery-3__section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #ffc107;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-/blog/banca28-online-lottery-3 p {
    font-size: 1em;
    color: #4a5568;
    margin-bottom: 1em;
    line-height: 1.7;
}

.page-/blog/banca28-online-lottery-3__inline-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.page-/blog/banca28-online-lottery-3__inline-link:hover {
    color: #1a4a9f;
    text-decoration: underline;
}

/* Why Choose Section */
.page-/blog/banca28-online-lottery-3__why-choose p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-/blog/banca28-online-lottery-3__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    text-align: center;
}

.page-/blog/banca28-online-lottery-3__feature-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-/blog/banca28-online-lottery-3__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-/blog/banca28-online-lottery-3__feature-icon {
    width: 100%;
    max-width: 250px; /* Constrain icon size */
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-/blog/banca28-online-lottery-3__feature-title {
    font-size: 1.4em;
    color: #2563eb;
    margin-bottom: 15px;
    font-weight: 600;
}

/* How To Play Section */
.page-/blog/banca28-online-lottery-3__how-to-play p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-/blog/banca28-online-lottery-3__steps-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-/blog/banca28-online-lottery-3__step-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-/blog/banca28-online-lottery-3__step-title {
    font-size: 1.5em;
    color: #2563eb;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-/blog/banca28-online-lottery-3__btn-secondary {
    display: inline-block;
    background-color: #ffffff;
    color: #2563eb;
    border: 2px solid #2563eb;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95em;
    margin-top: 20px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-/blog/banca28-online-lottery-3__btn-secondary:hover {
    background-color: #2563eb;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Game Types Section */
.page-/blog/banca28-online-lottery-3__game-types p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-/blog/banca28-online-lottery-3__game-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-/blog/banca28-online-lottery-3__game-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-/blog/banca28-online-lottery-3__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-/blog/banca28-online-lottery-3__game-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
}

.page-/blog/banca28-online-lottery-3__game-title {
    font-size: 1.3em;
    color: #2563eb;
    margin: 20px 15px 10px;
    font-weight: 600;
}

.page-/blog/banca28-online-lottery-3__game-card p {
    font-size: 0.95em;
    color: #64748b;
    padding: 0 15px;
    margin-bottom: 20px;
}

.page-/blog/banca28-online-lottery-3__game-link {
    display: inline-block;
    color: #ffc107;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 20px;
    transition: color 0.3s ease;
}

.page-/blog/banca28-online-lottery-3__game-link:hover {
    color: #e0a800;
    text-decoration: underline;
}

/* Strategies Section */
.page-/blog/banca28-online-lottery-3__strategies p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-/blog/banca28-online-lottery-3__strategy-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-/blog/banca28-online-lottery-3__strategy-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.page-/blog/banca28-online-lottery-3__strategy-title {
    font-size: 1.4em;
    color: #2563eb;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Promotions Section */
.page-/blog/banca28-online-lottery-3__promotions p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-/blog/banca28-online-lottery-3__promo-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-/blog/banca28-online-lottery-3__promo-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-/blog/banca28-online-lottery-3__promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-/blog/banca28-online-lottery-3__promo-image {
    width: 100%;
    height: 250px; /* Fixed height for promo images */
    object-fit: cover;
    display: block;
}

.page-/blog/banca28-online-lottery-3__promo-title {
    font-size: 1.4em;
    color: #2563eb;
    margin: 20px 15px 10px;
    font-weight: 600;
}

.page-/blog/banca28-online-lottery-3__promo-card p {
    font-size: 0.95em;
    color: #64748b;
    padding: 0 15px;
    margin-bottom: 20px;
}

.page-/blog/banca28-online-lottery-3__btn-primary {
    display: inline-block;
    background-color: #2563eb;
    color: #ffffff;
    padding: 12px 25px;
    border: 2px solid transparent;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95em;
    margin-bottom: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-/blog/banca28-online-lottery-3__btn-primary:hover {
    background-color: #1a4a9f;
    transform: translateY(-2px);
}

.page-/blog/banca28-online-lottery-3__promo-note {
    text-align: center;
    margin-top: 40px;
    font-style: italic;
    color: #64748b;
}

/* Support and Security Section */
.page-/blog/banca28-online-lottery-3__support-security p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-/blog/banca28-online-lottery-3__info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    text-align: center;
}

.page-/blog/banca28-online-lottery-3__info-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.page-/blog/banca28-online-lottery-3__info-title {
    font-size: 1.4em;
    color: #2563eb;
    margin-bottom: 15px;
    font-weight: 600;
}

/* FAQ Section */
.page-/blog/banca28-online-lottery-3__faq-section {
    background-color: #f0f4f8;
}

.page-/blog/banca28-online-lottery-3__faq-section p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

details.page-/blog/banca28-online-lottery-3__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}