.elementor-369 .elementor-element.elementor-element-6c42577{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:var( --e-global-color-a8611fa );--border-color:var( --e-global-color-a8611fa );--padding-top:75px;--padding-bottom:35px;--padding-left:48px;--padding-right:48px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-369 .elementor-element.elementor-element-405b9bb{text-align:start;}.elementor-369 .elementor-element.elementor-element-405b9bb .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:0.18em;color:var( --e-global-color-secondary );}.elementor-369 .elementor-element.elementor-element-889c149 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-369 .elementor-element.elementor-element-c63bef6{width:var( --container-widget-width, 72ch );max-width:72ch;--container-widget-width:72ch;--container-widget-flex-grow:0;text-align:start;font-family:"Inter", Sans-serif;font-size:15px;font-weight:400;line-height:1.6em;color:var( --e-global-color-77e6dda );}.elementor-369 .elementor-element.elementor-element-c63bef6.elementor-element{--align-self:flex-start;}.elementor-369 .elementor-element.elementor-element-a2adce6{--display:flex;--padding-top:2em;--padding-bottom:0em;--padding-left:3em;--padding-right:3em;}.elementor-369 .elementor-element.elementor-element-8aa4da0{padding:0px 0px 0px 0px;}.elementor-369 .elementor-element.elementor-element-e1f724b{--display:flex;--padding-top:2em;--padding-bottom:0em;--padding-left:3em;--padding-right:3em;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-369 .elementor-element.elementor-element-e1f724b{--padding-top:2em;--padding-bottom:2em;--padding-left:3em;--padding-right:2em;}}@media(max-width:767px){.elementor-369 .elementor-element.elementor-element-6c42577{--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-369 .elementor-element.elementor-element-a2adce6{--padding-top:2em;--padding-bottom:0em;--padding-left:1em;--padding-right:1em;}.elementor-369 .elementor-element.elementor-element-e1f724b{--padding-top:2em;--padding-bottom:2em;--padding-left:1em;--padding-right:1em;}}/* Start custom CSS for shortcode, class: .elementor-element-556392a *//* ============================================================
   LEANCE — Resume Card
   Wklej do: Site Settings → Własny CSS
   Pasuje 1:1 do dashboard.html
   ============================================================ */

/* Wrapper sekcji — dodaj tę klasę do sekcji Elementora
   lub ustaw padding bezpośrednio na sekcji w Elementorze:
   góra/dół: 48px, lewo/prawo: 48px */

/* Nagłówek sekcji "Kontynuuj naukę" —
   ustaw w Elementorze na widgecie Heading:
   Manrope, 11px, 500, wielkie litery, #6E7D82, spacing 0.18em */

/* ---- Karta główna ---- */
.leance-resume-card {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 0;
    background: #FAF7F1;
    border: 1px solid #E5DFD3;
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 280ms ease;
}
.leance-resume-card:hover {
    border-color: #6E7D82;
}

/* ---- Lewa strona — wizualna ---- */
.leance-resume-visual {
    position: relative;
    background: #1F5C5C;
    min-height: 280px;
    overflow: hidden;
    display: block;
    text-decoration: none;
}
.leance-coral-arc {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: #E89048;
    top: -80px;
    right: -70px;
    pointer-events: none;
}
.leance-stamp {
    position: absolute;
    top: 22px;
    left: 28px;
    display: flex;
    align-items: baseline;
    gap: 4px;
    z-index: 2;
}
.leance-stamp-wm {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #F5F1E8;
    font-style: italic;
    letter-spacing: -0.01em;
    line-height: 1;
}
.leance-stamp-r {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    color: rgba(245, 241, 232, 0.7);
}
.leance-resume-title {
    position: absolute;
    bottom: 64px;
    left: 32px;
    right: 32px;
    z-index: 2;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -0.012em;
    color: #F5F1E8;
    text-transform: uppercase;
    margin: 0;
}
.leance-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: rgba(245, 241, 232, 0.18);
    z-index: 2;
}
.leance-progress-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #E89048;
}

/* ---- Prawa strona — info ---- */
.leance-resume-info {
    padding: 40px 44px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
}
.leance-resume-eb {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #D26C5C;
}
.leance-resume-h2 {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.012em;
    color: #384654;
    margin: 0;
}
.leance-resume-where {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #6E7D82;
    margin: 0;
}
.leance-resume-where strong {
    color: #384654;
    font-weight: 500;
}

/* ---- Blok postępu ---- */
.leance-resume-progress {
    margin-top: 8px;
    padding: 14px 16px;
    background: #F2EEE6;
    border: 1px solid #E5DFD3;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.leance-resume-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #6E7D82;
}
.leance-resume-pct {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    color: #384654;
    font-size: 15px;
    letter-spacing: -0.005em;
}
.leance-resume-track {
    height: 4px;
    background: #E5DFD3;
    border-radius: 999px;
    overflow: hidden;
}
.leance-resume-fill {
    height: 100%;
    background: #D26C5C;
}

/* ---- CTA ---- */
.leance-resume-cta-row {
    margin-top: 8px;
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

/* ---- Responsive ---- */
@media (max-width: 960px) {
    .leance-resume-card {
        grid-template-columns: 1fr;
    }
    .leance-resume-visual {
        min-height: 200px;
    }
}


/* ============================================================
   LEANCE — Empty State (brak kursu)
   ============================================================ */

.leance-empty-wrap {
    background: #F2EEE6;
    padding: 20px 48px 120px;
}
.leance-empty-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}
.leance-empty-mark {
    width: 120px;
    opacity: 0.6;
    margin-bottom: 8px;
}
.leance-empty-mark img {
    width: 100%;
    height: auto;
    display: block;
}
.leance-empty-h2 {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -0.022em;
    color: #384654;
    margin: 0;
    max-width: 22ch;
}
.leance-empty-p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #6E7D82;
    margin: 0;
    max-width: 52ch;
}
.leance-empty-cta {
    margin-top: 14px;
    display: flex;
    gap: 22px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

/* ============================================================
   LEANCE — Teaser Card (polecamy na start)
   ============================================================ */

.leance-teaser-wrap {
    background: #F2EEE6;
    padding: 0 48px 96px;
}
.leance-teaser-inner {
    max-width: 1180px;
    margin: 0 auto;
}
.leance-section-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6E7D82;
    margin: 0 0 18px;
    text-align: center;
}
.leance-teaser-card {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    background: #FAF7F1;
    border: 1px solid #E5DFD3;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: border-color 280ms ease;
}
.leance-teaser-card:hover {
    border-color: #6E7D82;
}
.leance-teaser-visual {
    position: relative;
    background: #1F5C5C;
    min-height: 260px;
    overflow: hidden;
}
.leance-stamp-plain {
    position: absolute;
    top: 22px;
    left: 28px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 22px;
    color: #F5F1E8;
    z-index: 2;
}
.leance-teaser-title {
    position: absolute;
    bottom: 32px;
    left: 32px;
    right: 32px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -0.012em;
    color: #F5F1E8;
    text-transform: uppercase;
    margin: 0;
    z-index: 2;
}
.leance-teaser-title em {
    font-style: normal;
    color: #E89048;
}
.leance-teaser-info {
    padding: 40px 44px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
}
.leance-teaser-h3 {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.012em;
    color: #384654;
    margin: 0;
}
.leance-teaser-p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #6E7D82;
    margin: 0;
}
.leance-teaser-meta {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #6E7D82;
}

/* ---- Responsive ---- */
@media (max-width: 960px) {
    .leance-teaser-card {
        grid-template-columns: 1fr;
    }
    .leance-empty-wrap {
        padding: 64px 24px 80px;
    }
    .leance-teaser-wrap {
        padding-left: 24px;
        padding-right: 24px;
    }
}



.btn-primary {
        background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
        line-height: 24px;
    color: #faf7f1 !important;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    padding: 14px 26px 14px 26px;
}


/* ============================================================
   LEANCE — My Courses Grid
   Wklej do: Site Settings → Własny CSS
   ============================================================ */

.leance-courses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* ---- Kafelek kursu ---- */
.leance-course-tile {
    background: #FAF7F1;
    border: 1px solid #E5DFD3;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: border-color 280ms ease;
}
.leance-course-tile:hover {
    border-color: #6E7D82;
}

/* ---- Okładka ---- */
.leance-course-cover {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #1F5C5C;
    overflow: hidden;
}
.leance-course-arc {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 999px;
    background: #E89048;
    top: -50px;
    right: -45px;
    pointer-events: none;
}
.leance-course-stamp {
    position: absolute;
    top: 14px;
    left: 18px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    letter-spacing: -0.005em;
    color: #F5F1E8;
    z-index: 2;
}
.leance-cover-title {
    position: absolute;
    bottom: 16px;
    left: 18px;
    right: 18px;
    z-index: 2;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.05;
    letter-spacing: -0.008em;
    color: #F5F1E8;
    text-transform: uppercase;
    margin: 0;
}

/* ---- Body kafelka ---- */
.leance-course-body {
    padding: 18px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}
.leance-course-status {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #D26C5C;
}
.leance-course-status.done {
    color: #4F9598;
}
.leance-course-status.notstart {
    color: #6E7D82;
}
.leance-course-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: -0.008em;
    color: #384654;
    margin: 0;
}

/* ---- Mini pasek postępu ---- */
.leance-progress-mini {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
}
.leance-mini-track {
    height: 3px;
    background: #E5DFD3;
    border-radius: 999px;
    overflow: hidden;
}
.leance-mini-fill {
    height: 100%;
    background: #D26C5C;
}
.leance-mini-fill.leance-fill-done {
    background: #4F9598;
}
.leance-mini-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: #6E7D82;
    display: flex;
    justify-content: space-between;
}

/* ---- Responsive ---- */
@media (max-width: 960px) {
    .leance-courses-grid {
        grid-template-columns: 1fr;
    }
}


.leance-my-courses-wrap {
    margin-top: 80px;
}


.leance-my-courses-wrap .leance-section-title {
    text-align: left;
}



@media (max-width: 767px) { 

.leance-resume-info {
    padding: 20px;
}

.leance-resume-title {
    bottom: 15px;
    left: 20px;
    font-size: 28px;
}

}/* End custom CSS */