/* ============================================================
   GLOBAL STYLES
   ============================================================ */

body {
    max-width: 800px !important;
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

#main-content,
#lesson-text,
#elem-desc {
    padding: 0 20px;
}

.bubble {
    font-weight: bold;
    font-size: 18px;
}

.strong {
    font-weight: bold;
}

img {
    display: block;
    margin: 0;
    padding: 0;
}

.content-img {
    padding: 10px;
}

.section-block {
    padding: 10px;
    text-align: left;
    margin: 0;
}

.signature-img {
    margin-left: 10px !important;
    margin-right: auto !important;
}

/* ============================================================
   IMAGE DEFAULTS
   ============================================================ */

.newsletter-logo {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ============================================================
   RESPONSIVE RULES
   ============================================================ */

@media only screen and (max-width: 600px) {
    body {
        max-width: 100% !important;
        padding: 0 10px;
    }

    .newsletter-logo {
        max-width: 100%;
    }

    #main-content,
    #lesson-text,
    #elem-desc {
        padding: 0 10px;
    }
}

/* ============================================================
   SOUND BEGINNINGS (SB)
   ============================================================ */

/* ---------- SB Border & Lesson Number ---------- */
#sb-border {
    border: 6px solid #787779; /* Silver Buttons border */
    width: 800px;
    margin: 0 auto;
}

#sb-lesson-number {
    color: #787779;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}

/* ---------- SB Title Style ---------- */
.sb-title {
    font-weight: bold !important;
    font-size: 18px !important;
    color: #008c99 !important; /* SB dark teal */
    font-family: Arial, Helvetica, sans-serif !important;
}

/* ---------- SB Next Songs Box ---------- */
.next-songs-box {
    width: 100%;
    border-collapse: collapse;
    background-color: #d7f3f6; /* light teal */
    border: 3px solid #7ecad3; /* darker teal */
    border-radius: 12px;
}

.next-songs-box td {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.4;
}

/* ============================================================
   OPTIONAL INLINE MEDIA (safe to keep)
   ============================================================ */

.inline-media {
    display: flex;
    align-items: center;
    gap: 10px;
}

.inline-media img.content-img {
    padding: 0;
}