/* style/lottery-games-lhc-tips.css */
.page-lottery-games-lhc-tips {
    font-family: 'Arial', sans-serif;
    background-color: #0A0A0A;
    color: #F0F0F0; /* Light text on dark background for readability */
    line-height: 1.6;
}

.page-lottery-games-lhc-tips-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-lottery-games-lhc-tips-hero {
    background: linear-gradient(135deg, #0A0A0A 0%, #333333 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-lottery-games-lhc-tips-hero-title {
    font-size: 3.5em;
    color: #FFD700;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    font-weight: bold;
    line-height: 1.2;
}

.page-lottery-games-lhc-tips-hero-subtitle {
    font-size: 1.4em;
    color: #E0E0E0;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-lottery-games-lhc-tips-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.page-lottery-games-lhc-tips-btn-primary {
    background-color: #FFD700;
    color: #0A0A0A;
    border: 2px solid #FFD700;
}

.page-lottery-games-lhc-tips-btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-2px);
}

.page-lottery-games-lhc-tips-btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 20px;
}

.page-lottery-games-lhc-tips-btn-secondary:hover {
    background-color: #FFD700;
    color: #0A0A0A;
    transform: translateY(-2px);
}

.page-lottery-games-lhc-tips-section {
    padding: 80px 0;
}

.page-lottery-games-lhc-tips-section:nth-of-type(even) {
    background-color: #1a1a1a;
}

.page-lottery-games-lhc-tips-section-title {
    font-size: 2.8em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 15px;
}

.page-lottery-games-lhc-tips-section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-lottery-games-lhc-tips-section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: -40px auto 60px auto;
    color: #E0E0E0;
}

.page-lottery-games-lhc-tips-content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.page-lottery-games-lhc-tips-content-wrapper .page-lottery-games-lhc-tips-text-content {
    flex: 1;
}

.page-lottery-games-lhc-tips-content-wrapper .page-lottery-games-lhc-tips-image-wrapper {
    flex: 1;
    text-align: center;
}

.page-lottery-games-lhc-tips-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-lottery-games-lhc-tips-about-onbet ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-lottery-games-lhc-tips-about-onbet ul li {
    background-color: #1a1a1a;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-left: 5px solid #FFD700;
    border-radius: 5px;
    font-size: 1.1em;
}

.page-lottery-games-lhc-tips-about-onbet ul li strong {
    color: #FFD700;
}

.page-lottery-games-lhc-tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-lottery-games-lhc-tips-grid-item {
    background-color: #1a1a1a;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-lottery-games-lhc-tips-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-lottery-games-lhc-tips-grid-item h3 {
    color: #FFD700;
    font-size: 1.6em;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-lottery-games-lhc-tips-icon {
    width: 60px;
    height: 60px;
    filter: invert(80%) sepia(100%) saturate(1000%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Gold tint */
}

.page-lottery-games-lhc-tips-strategy-card {
    display: flex;
    align-items: center;
    background-color: #1a1a1a;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.page-lottery-games-lhc-tips-strategy-card.reverse {
    flex-direction: row-reverse;
}

.page-lottery-games-lhc-tips-strategy-image {
    width: 40%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.page-lottery-games-lhc-tips-strategy-content {
    padding: 30px;
    width: 60%;
}

.page-lottery-games-lhc-tips-strategy-content h3 {
    color: #FFD700;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.page-lottery-games-lhc-tips-strategy-content p {
    color: #E0E0E0;
    font-size: 1.05em;
}

.page-lottery-games-lhc-tips-text-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-lottery-games-lhc-tips-text-link:hover {
    text-decoration: underline;
}

.page-lottery-games-lhc-tips-cta-section {
    background: linear-gradient(45deg, #0A0A0A, #333333);
    text-align: center;
    padding: 80px 0;
}

.page-lottery-games-lhc-tips-cta-content {
    max-width: 900px;
}

.page-lottery-games-lhc-tips-cta-description {
    font-size: 1.2em;
    color: #E0E0E0;
    margin-bottom: 40px;
}

.page-lottery-games-lhc-tips-cta-buttons .page-lottery-games-lhc-tips-btn {
    margin: 0 10px;
}

.page-lottery-games-lhc-tips-faq-item {
    background-color: #1a1a1a;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-lhc-tips-faq-item h3 {
    color: #FFD700;
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 15px;
}

.page-lottery-games-lhc-tips-faq-item p {
    color: #E0E0E0;
}

.highlight-text {
    color: #FFD700;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-lottery-games-lhc-tips-hero-title {
        font-size: 2.8em;
    }
    .page-lottery-games-lhc-tips-hero-subtitle {
        font-size: 1.2em;
    }
    .page-lottery-games-lhc-tips-section-title {
        font-size: 2.2em;
    }
    .page-lottery-games-lhc-tips-content-wrapper {
        flex-direction: column;
    }
    .page-lottery-games-lhc-tips-content-wrapper .page-lottery-games-lhc-tips-image-wrapper {
        order: -1;
    }
    .page-lottery-games-lhc-tips-strategy-card {
        flex-direction: column;
    }
    .page-lottery-games-lhc-tips-strategy-card.reverse {
        flex-direction: column;
    }
    .page-lottery-games-lhc-tips-strategy-image {
        width: 100%;
        height: 250px;
    }
    .page-lottery-games-lhc-tips-strategy-content {
        width: 100%;
        padding: 20px;
    }
    .page-lottery-games-lhc-tips-btn-secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-lottery-games-lhc-tips-cta-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .page-lottery-games-lhc-tips-hero {
        padding: 80px 0;
    }
    .page-lottery-games-lhc-tips-hero-title {
        font-size: 2.2em;
    }
    .page-lottery-games-lhc-tips-hero-subtitle {
        font-size: 1em;
    }
    .page-lottery-games-lhc-tips-section {
        padding: 60px 0;
    }
    .page-lottery-games-lhc-tips-section-title {
        font-size: 1.8em;
        margin-bottom: 40px;
    }
    .page-lottery-games-lhc-tips-grid {
        grid-template-columns: 1fr;
    }
    .page-lottery-games-lhc-tips-btn {
        padding: 12px 25px;
        font-size: 1em;
    }
}