body {
    font-family: Arial, sans-serif;
    background: white;
    padding: 20px;
    max-width: 700px;
    margin: auto;
    color: #222;
    line-height: 1.6;
}

h1, h2 {
    color: #222;
    margin-top: 30px;
}

h1 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.4rem;
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 8px;
}

.highlight {
    background: #f8f8f8;
    border-left: 4px solid #ccc;
    padding: 10px 15px;
    margin: 15px 0;
    font-style: italic;
}

code {
    background: #f0f0f0;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 0.95em;
}

a {
    color: #3366cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.button {
    margin-top: 30px;
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
    text-decoration: none;
    align-items: center;
}

@media (max-width: 600px) {
    body {
        padding: 15px;
    }
}

/* Mobile ad spacing fixes - Updated and more aggressive */
/* Ultra-aggressive mobile ad fixes */
@media (max-width: 768px) {
    div[style*="text-align: center"] {
        margin: 3px 0 !important;
        padding: 0 !important;
        max-height: 100px !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    .adsbygoogle,
    ins.adsbygoogle {
        max-height: 90px !important;
        min-height: 0 !important;
        margin: 2px 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        display: block !important;
    }
}

@media (max-width: 480px) {
    div[style*="text-align: center"] {
        margin: 2px 0 !important;
        max-height: 80px !important;
    }

    .adsbygoogle,
    ins.adsbygoogle {
        max-height: 70px !important;
        margin: 1px 0 !important;
    }
}

/* Hide completely empty ads */
.adsbygoogle:empty,
ins.adsbygoogle:empty {
    display: none !important;
    margin: 0 !important;
    height: 0 !important;
}