.elementor-4097 .elementor-element.elementor-element-55656463{--display:flex;}.elementor-4097 .elementor-element.elementor-element-2f37560{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f6a324e */.lesson-links {
    font-family: "Helvetica Neue", Arial, sans-serif;
    margin: 0 0 30px;
}

.lesson-links-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #6b4e43;
    margin-bottom: 15px;
    line-height: 1.4;
}

.lesson-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.lesson-link-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 76px;
    padding: 18px 20px;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.lesson-link-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.lesson-link-card:focus-visible {
    outline: 3px solid rgba(107, 78, 67, 0.25);
    outline-offset: 3px;
}

.youtube {
    background: linear-gradient(135deg, #ff3b3b, #ff6a6a);
}

.spotify {
    background: linear-gradient(135deg, #1db954, #45d87a);
}

.lesson-icon {
    width: 28px;
    height: 28px;
    fill: #fff;
    flex-shrink: 0;
}

.lesson-link-title {
    font-size: 1.05rem;
    line-height: 1.35;
    text-align: center;
}

.lesson-note-wrap {
    --bg: #fffaf7;
    --card: #ffffff;
    --line: #eadfd7;
    --text: #3e3a37;
    --accent: #c88f7a;
    --accent-soft: #f6e7df;
    --heading: #6b4e43;
    --shadow: 0 10px 30px rgba(107, 78, 67, 0.08);

    font-family: "Helvetica Neue", Arial, sans-serif;
    color: var(--text);
    background: linear-gradient(180deg, #fffdfb 0%, var(--bg) 100%);
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.75;
}

.lesson-note-wrap * {
    box-sizing: border-box;
}

.lesson-section {
    margin-top: 30px;
}

.lesson-section:first-child {
    margin-top: 0;
}

.lesson-section-header {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--heading);
    padding: 8px 16px;
    background: var(--accent-soft);
    border-radius: 999px;
    margin-bottom: 18px;
    border: 1px solid #efd5ca;
}

.expression-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 22px;
    box-shadow: 0 8px 24px rgba(80, 60, 50, 0.05);
}

.expression-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.expression-title {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--heading);
    margin: 0 0 14px;
    line-height: 1.3;
}

.info-block {
    margin-bottom: 16px;
}

.info-label {
    display: inline-block;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 6px;
    font-size: 0.98rem;
    letter-spacing: 0.01em;
}

.headline-box {
    background: #fcf4ef;
    border-left: 4px solid var(--accent);
    padding: 14px 16px;
    border-radius: 12px;
    font-style: italic;
    color: #5b514c;
}

.examples-list {
    margin: 10px 0 0;
    padding-left: 20px;
}

.examples-list li {
    margin-bottom: 8px;
}

.divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--line), transparent);
    margin: 18px 0 6px;
}

@media (max-width: 768px) {
    .lesson-link-grid {
        grid-template-columns: 1fr;
    }

    .lesson-link-card {
        min-height: 68px;
        padding: 16px 18px;
    }

    .lesson-note-wrap {
        padding: 20px;
        border-radius: 18px;
    }

    .lesson-section-header {
        font-size: 1.15rem;
    }

    .expression-card {
        padding: 20px;
    }

    .expression-title {
        font-size: 1.25rem;
    }
}/* End custom CSS */