/* 
Theme Name: Mariola Cieślak
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.loopconte {
    max-height: 30vw;
    overflow: auto;
}

.select2-container .select2-selection--single {
    height: auto;
}

.elementor-message-svg:before {
    display: none !important;
}

body {
    text-rendering: optimizeLegibility;
    color: black;
}


a {
    color: black;
}

.wstega .elementor-button {
    z-index: 999;
    position: relative;
}

body:not([class*=elementor-page-]) .site-main {
    max-width: 100% !important;
    padding: 5vw;
    overflow-x: hidden;
}

.page-header .entry-title {
    max-width: 100% !important;
}

.wp-singular h2.wp-block-heading {
    margin-top: 2vw;
}



.blog .e-loop-item>div {
    height: 100%;
}

.blog .elementor-loop-container.elementor-grid> :nth-child(3 of .e-loop-item) {
    grid-column: 1 / -1;
}


.looptitle a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
    text-overflow: ellipsis;
}

.loopdesc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;

    overflow: hidden;
    text-overflow: ellipsis;
}

.elementor-widget-image>a {
    width: 100%;
}

h3 a {
    font-family: inherit !important;
    font-weight: inherit !important;
}


@supports (-ms-ime-align:auto) {
    body {
        -webkit-font-smoothing: auto;
    }
}


.e-con-full {
    font-size: 1vw;
}

.logo {
    margin-right: auto;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    min-height: unset;
    padding: 1em;
}

#newsletter input {
    padding: 0.5em 1em;
}

.elementor-nav-menu--dropdown a {
    border-radius: var(--sc-border-radius);
}

.menufull .elementor-nav-menu--dropdown a:hover,
.menufull .elementor-nav-menu--dropdown a:focus,
.menufull .elementor-nav-menu--dropdown a.elementor-item-active,
.menufull .elementor-nav-menu--dropdown a.highlighted {
    background-color: var(--e-global-color-primary) !important;
}





.elementor-nav-menu--dropdown {
    border-radius: var(--sc-border-radius) !important;
    background-color: var(--e-global-color-accent) !important;
}





.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,
html body .menufull .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul {
    top: 0 !important;
    margin-top: 0 !important;
    background: transparent !important;
    display: flex !important;
    position: relative;
    width: 100% !important;
}

.menu-open,
.menu-open body {
    overflow: hidden !important;
}

.elementor-nav-menu .sub-arrow {
    display: none !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    flex-direction: column !important;
}

.elementor-nav-menu--main .elementor-nav-menu a {
    text-align: center;
    justify-content: center;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul li a {
    padding: 6px 10px !important;
    border: none !important;
}


.menufull {
    width: 36vw;
    height: calc(100vh - 1vw);
    height: calc(100dvh - 1vw);
    position: fixed !important;
    right: .5vw;
    top: .5vw;
    align-items: center;
    justify-content: center;
    align-content: center;
    background: var(--e-global-color-primary);
    display: flex !important;
    z-index: 9;
    transform: translatex(110%);
    transition: all .4s;
    padding: 3.5vw;
    border-radius: 1em;
}

.menufull .close {
    width: 1.5vw;
    height: 1.5vw;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIxIDIxIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtMTUuNzUgNS4yNS0xMC41IDEwLjVtMC0xMC41IDEwLjUgMTAuNSIvPjwvc3ZnPg==");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    right: 1.25vw;
    top: 1vw;
}

.menufull .elementor-icon-list-items {
    margin-inline: 0 !important;
    flex-direction: row !important;
    justify-content: flex-start;
    margin-top: 4vw;
}


.menufull .elementor-icon-list-items svg {
    width: 3.33vw;
    height: auto;
}

body .elementor-nav-menu .elementor-item-active {
    background: transparent !important;
    color: var(--e-global-color-accent) !important;
}

.menufull.active {
    transform: translatex(0%);
}

.menufull ul,
.menufull nav {
    height: auto;
    width: 100%;
}

.menufull ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    margin: 0 auto;
}

.elementor-social-icon path {
    fill: white !important;
}

.dark .elementor-social-icon path {
    fill: black !important;
}

body.home header:not(.below) .hamburger .line {
    stroke: #ffffff;
}


.kafelhov .elementor-widget-button {
    display: none;
    margin: auto;
}

.kafelhov:hover .elementor-widget-button {
    display: flex;
}

.kafelhov:hover .desc {
    display: none;
}



.elementor-button[type="submit"] {
    height: 100%;
}

.wstega::before {
    z-index: 3;
}

.mainslider {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: height 0.5s ease;
}

.mainslider>div {
    display: flex;
    transition: transform 0.5s ease;
    max-width: unset !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}

.mainslider>div>div {
    min-width: 100vw;
    flex-shrink: 0;
}

.prev,
.next {
    cursor: pointer;
}


.newbut a::before {
    content: '';
    position: absolute;
    display: block;
    right: -0.3vw;
    width: 0.6vw;
    top: 50%;
    transform: translatey(-50%);
    height: 60%;
    background: #790608;
    border: 2px solid black;
    border-radius: 0.25em;
}


.elementor-form .elementor-button.elementor-size-sm {
    min-height: 0 !important;
}

.museo a {
    font-family: "MuseoModerno" !important;
}

#menubut svg rect {
    fill: #ecf0fb;
}

#menubut svg path {
    stroke: #000;
}

.elementor-icon-wrapper {
    display: flex;
}

.elementor-nav-menu--main .elementor-nav-menu a {
    padding: .15em 0 !important;
}

.menufull .elementor-icon-list-items {
    gap: 1vw;
    margin-top: 2vw;
}

.menufull .elementor-icon-list-items .elementor-icon-list-item {
    margin: 0 !important;
}

.menufull .head {
    font-size: 0.97vw;
    color: white;
    font-family: "MuseoModerno";
    position: absolute;
    top: 1.5vw;
    display: none !important;
}


.opinie strong {
    font-weight: 600;
}

.elementor-swiper-button {
    display: none !important;
}

.oarr {
    display: flex;
    gap: 1.66vw;
}

.oarr svg {
    cursor: pointer;
    width: 1.3vw;
    height: auto;
}

.fmedium>* {
    font-weight: 500 !important;
}

.faq details[open] summary {
    border-radius: 0.5em 0.5em 0 0 !important;
}

.faq details[open]>div {
    border-radius: 0 0 0.5em 0.5em !important;
}

.faq details[open] .e-n-accordion-item-title-icon svg {
    transform: rotate(45deg);
}

.e-n-accordion-item-title-icon svg {
    transition: all .3s !important;
}



.elementor-field-type-acceptance {
    order: 999;
    margin-top: 1vw;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 1.66vw !important;
    height: 1.66vw !important;
    border-radius: 0 !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj48cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHg9IjEiIHk9IjEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiByeD0iMiIvPjwvc3ZnPg=="), transparent !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 1.38vw !important;
    padding: 0 !important;
    cursor: pointer;
    flex-shrink: 0 !important;
    filter: invert(1);
}

.elementor-field-type-acceptance label {
    color: black !important;
    cursor: pointer;
    font-size: 0.97vw !important;
    line-height: 1.1em;
}

.elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    gap: .75vw;
}


input[type="checkbox"]:checked {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIxIDIwIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtNyA5IDMgM0wyMCAybS0xIDh2N2MwIC41MzA0LS4yMTA3IDEuMDM5MS0uNTg1OCAxLjQxNDJTMTcuNTMwNCAxOSAxNyAxOUgzYy0uNTMwNDMgMC0xLjAzOTE0LS4yMTA3LTEuNDE0MjEtLjU4NThDMS4yMTA3MSAxOC4wMzkxIDEgMTcuNTMwNCAxIDE3VjNjMC0uNTMwNDMuMjEwNzEtMS4wMzkxLjU4NTc5LTEuNDE0MjFDMi45NjA4NiAxLjIxMDcxIDMuNDY5NTcgMSAzIDFoMTEiLz48L3N2Zz4="), transparent !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 1.38vw !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
    width: auto;
}


@media(max-width: 767px) {

    .loopconte {
        max-height: 80vw;
    }

    input[type="checkbox"] {
        width: 5vw !important;
        height: 5vw !important;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj48cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHg9IjEiIHk9IjEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiByeD0iMiIvPjwvc3ZnPg==), transparent !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
    }

    input[type="checkbox"]:checked {
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIxIDIwIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtNyA5IDMgM0wyMCAybS0xIDh2N2MwIC41MzA0LS4yMTA3IDEuMDM5MS0uNTg1OCAxLjQxNDJTMTcuNTMwNCAxOSAxNyAxOUgzYy0uNTMwNDMgMC0xLjAzOTE0LS4yMTA3LTEuNDE0MjEtLjU4NThDMS4yMTA3MSAxOC4wMzkxIDEgMTcuNTMwNCAxIDE3VjNjMC0uNTMwNDMuMjEwNzEtMS4wMzkxLjU4NTc5LTEuNDE0MjFDMi45NjA4NiAxLjIxMDcxIDMuNDY5NTcgMSAzIDFoMTEiLz48L3N2Zz4="), transparent !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
    }

    .elementor-field-type-acceptance .elementor-field-option {
        gap: 2vw !important;
    }

    .elementor-field-type-acceptance label {
        color: black !important;
        font-size: 3vw !important;
    }


    .faq details[open] summary {
        border-radius: 2em 2em 0 0 !important;
    }

    .faq details[open]>div {
        border-radius: 0 0 2em 2em !important;
    }

    .adrdod ul {
        margin: 0 !important;
        gap: 4vw !important;
    }

    .adrdod ul li {
        margin: 0 !important;
    }

    .menufull .close {
        right: 4.5vw;
        top: 6vw;
        width: 5.6vw;
        height: 5.6vw;
    }

    .newbut a::before {
        right: -1vw;
        width: 2.4vw;
    }

    .onlydesktop {
        display: none;
    }

    .oarr svg {
        width: 6.66vw;
    }

    .oarr {
        justify-content: space-between;
        gap: 26vw;
    }


    .absmob {
        position: absolute;
        right: 0;
        bottom: 33vw;
    }

    .menufull {
        width: 100vw;
        right: 0;
        top: 0;
        height: 100dvh;
        border-radius: 0;
        padding: 8vw;
    }

    .menufull .elementor-icon-list-items svg {
        width: 8vw;
    }

    .menufull .elementor-icon-list-items {
        margin-top: 6vw;
        justify-content: flex-start;
        gap: 2vw;
    }



    .menufull .elementor-nav-menu {
        align-items: flex-start;
    }

    .menufull .elementor-nav-menu>li {
        width: 100%;
        align-items: flex-start;
    }

    .elementor-nav-menu--main .elementor-nav-menu a {
        padding: .2em 0 !important;
        font-size: 6.4vw !important;
    }

    .menufull .head {
        font-size: 3.7vw;
        top: 6vw;
        left: 8vw;
    }

}





/* Minicart icon – kółko z liczbą produktów (dodawane przez AJAX) */
.minicarticon a {
    position: relative;
    display: inline-flex;
}

.minicarticon .minicart-count {
    position: absolute;
    bottom: -0.4vw;
    right: -0.4vw;
    min-width: 1.15vw;
    height: 1.15vw;
    padding: 0 0.35vw;
    font-size: 0.7vw;
    font-weight: 700;
    line-height: 1.15vw;
    text-align: center;
    color: #fff;
    background: #0600c1;
    border-radius: 50%;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .minicarticon .minicart-count {
        bottom: -1.6vw;
        right: -1.6vw;
        min-width: 4.6vw;
        height: 4.6vw;
        padding: 0 1.4vw;
        font-size: 2.8vw;
        line-height: 4.6vw;
    }
}




body.ld-in-focus-mode {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100svh;
}


body.ld-in-focus-mode .elementor-location-footer {
    margin-top: auto;
    z-index: 9999 !important;
}

.ld-course-navigation-heading {
    width: 100% !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item {
    border: none !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview,
.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
    border: 1px solid black !important;
    padding: 1.25vw 2vw;
    border-radius: 0.5em;
    gap: 1vw;
    background-color: transparent !important;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-item-preview-heading {
    width: 100%;
    flex-grow: 1;
    gap: .5vw;
    display: flex;
    align-items: center;
}

.learndash-wrapper .ld-course-navigation .ld-status-icon {
    margin: 0 !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview {
    border: 1px solid black !important;
    padding: 1vw;
    border-radius: 0.5em;
    gap: 1vw;
    background-color: transparent !important;
    display: flex;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,
.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
    font-weight: 400;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-expand-button {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    justify-content: flex-end;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-expand-button .ld-icon {
    order: 9999;
}



.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon {
    font-size: .5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-wrapper {
    padding: 2vw;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading {
    color: black !important;
    background-color: transparent !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-focus-mode-course-heading-wrapper a {
    color: black !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details {
    order: -1;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button {
    margin: 0 !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
    order: 9999;
    margin: 0 !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview>.ld-tooltip,
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
    justify-content: space-between;
    gap: 2vw;
    align-items: center;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-expand-button span {
    display: none !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button {
    width: 1.1vw;
    height: 1.1vw;
    position: relative;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-expand-button::after {
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTS41IDcuNTcwMzFoMTQuMTQyMW0wIDBMNy41NzEwNy40OTkyNDVNMTQuNjQyMSA3LjU3MDMxIDcuNTcxMDcgMTQuNjQxNCIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-expand-button.ld-expanded::after {
    transform: rotate(90deg);
}

.learndash-wrapper .ld-expand-button:focus {
    outline: none !important;
}

.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title {
    display: none !important;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header {
    padding: 1vw 2vw;
    background-color: transparent !important;
    color: black !important;
}

.elementor-widget-ld-course-content .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-grow: 1;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components {
    margin: 0 !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components {
    font-weight: 400;
    color: black;
}

.learndash-wrapper .ld-status-icon {
    flex-basis: 1.25vw;
    height: 1.25vw;
    width: 1.25vw;
    font-size: .6vw;
}

.learndash-wrapper .ld-status-incomplete.ld-status-icon {
    border: 1px solid black !important;
    background-color: transparent !important;
}

.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2 {
    display: none !important;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item .ld-expand-button .ld-expand-text {
    font-weight: 400;
    letter-spacing: 0;
}


.learndash-wrapper .ld-table-list .ld-table-list-header,
.learndash-wrapper .ld-table-list .ld-table-list-item-preview {
    padding: 1vw 0;
    align-items: center !important;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview {
    gap: .5vw;
}

.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title {
    order: -1;
}

.elementor-widget-ld-course-content .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title {
    color: black;
}

.learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar {
    margin: 0 !important;
    background-color: #c4c4c4 !important;
    height: 3px !important;
}

.learndash-wrapper .ld-progress .ld-progress-heading {}

.learndash-wrapper .ld-progress.ld-progress-inline {
    flex-direction: row !important;
    padding: 0 !important;
    gap: 2vw;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-items {
    padding: 0 !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before {
    display: none !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item {
    background-color: transparent !important;
    border: none !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list {
    background-color: transparent !important;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded:before {
    display: none !important;
}


.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats {
    flex-direction: column;
    gap: .5vw;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage,
.elementor-widget-ld-course-infobar .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps {
    display: block;
    line-height: 1em;
    text-transform: none !important;
    font-size: 0.972vw !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item {
    margin: 1vw 0;
}


.ld-navigation__progress-mark-complete-button {
    background-image: linear-gradient(180deg, #A20E51 0%, #500728 70%) !important;
    color: white !important;
    letter-spacing: 0.2em !important;
    padding: .5em 2em !important;
    outline: none !important;
    line-height: 1.5em !important;
}

#ld-focus-header .ld-navigation__progress-mark-complete-button {
    color: black !important;
}

.ld-navigation__progress-mark-complete-button svg {
    display: none !important;
}

.ld-navigation__progress-mark-complete-button:hover {
    letter-spacing: 0.2em !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
    font-variant: inherit !important;
    font-optical-sizing: inherit !important;
    font-kerning: inherit !important;
    font-feature-settings: inherit !important;
    text-transform: uppercase !important;
    padding: .5em 2em !important;
    outline: none !important;
}

.learndash-wrapper .ld-focus {
    min-height: 100svh;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar {
    background: linear-gradient(180deg, #ecf1f6 0%, #c2cdda 100%) !important;
}

.ld-progress-bar__label-icon--complete {
    color: black !important;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
    display: none !important;
}


.ld-layout__content .ld-accordion__header {
    display: none !important;
}

.ld-accordion__section {
    border: 1px solid black !important;
    border-radius: 0.5em;
    padding: 1% !important;
}


.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon {
    border: none !important;
    width: 3vw;
    height: 3vw;
    padding: 0 !important;
    position: relative;
    right: -2vw;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon::before {
    display: block !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
    flex: 0 0 30vw;
}

.ld-navigation__back-to-course-link,
.ld-navigation__back-to-course-link:active,
.ld-navigation__back-to-course-link:focus,
.ld-navigation__back-to-course-link:focus-visible,
.ld-navigation__back-to-course-link:focus-within,
.ld-navigation__back-to-course-link:hover,
.ld-navigation__next-link,
.ld-navigation__next-link:active,
.ld-navigation__next-link:focus,
.ld-navigation__next-link:focus-visible,
.ld-navigation__next-link:focus-within,
.ld-navigation__next-link:hover,
.ld-navigation__previous-link,
.ld-navigation__previous-link:active,
.ld-navigation__previous-link:focus,
.ld-navigation__previous-link:focus-visible,
.ld-navigation__previous-link:focus-within,
.ld-navigation__previous-link:hover {
    border: none !important;
    outline: none !important;
}


.ld-navigation__back-to-course-link:active,
.ld-navigation__back-to-course-link:hover,
.ld-navigation__next-link:active,
.ld-navigation__next-link:hover,
.ld-navigation__previous-link:active,
.ld-navigation__previous-link:hover {
    color: black !important;
    border: none !important;
    outline: none !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    background-color: transparent !important;
}

.ld-accordion.ld-breakpoint--small .ld-accordion__item-header--lesson,
.ld-accordion.ld-breakpoint--small .ld-accordion__item-header--topic {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.ld-accordion__item--lesson,
.ld-accordion__item--topic {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.ld-navigation__progress-completed-action,
.ld-navigation__icon--lesson-complete {
    color: black !important;
}

.ld-navigation__progress-completed-action {
    font-weight: 500 !important;
}

.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,
.learndash-wrapper .ld-course-navigation .ld-status-icon {
    height: 1.25vw;
    width: 1.25vw;
    flex: 0 0 1.25vw;
    font-size: .6vw;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-expand-button .ld-icon {
    position: relative;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon::before {
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTQuOTQgMTAuOTRhMS41IDEuNSAwIDAgMSAyLjEyIDBMMTYgMTkuODc4bDguOTQtOC45NGExLjUgMS41IDAgMCAxIDIuMTIgMi4xMjJsLTEwIDEwYTEuNSAxLjUgMCAwIDEtMi4xMiAwbC0xMC0xMGExLjUgMS41IDAgMCAxIDAtMi4xMjJ6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiPjwvcGF0aD48L2c+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    width: 100%;
    height: 100%;
    filter: invert(1);
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading,
.learndash-wrapper .ld-table-list a.ld-table-list-item-preview {
    color: black;
}


.ld-lesson-navigation .ld-lesson-items {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,
.learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
    height: auto !important;
}

.learndash-wrapper .ld-focus .ld-focus-header {
    height: auto !important;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar {
    z-index: 9999;
}

.woocommerce-account .addresses .title .edit {
    text-decoration: none !important;
}

.ld-progress-bar {
    color: black !important;
}

.ld-breadcrumbs__delimiter {
    flex-shrink: 0;
}


@media(min-width: 768px) {

    .learndash-wrapper .ld-focus .ld-focus-sidebar {
        width: 30vw;
    }

    .learndash-wrapper .ld-focus .ld-focus-main {
        margin-left: 30vw;
        width: calc(100% - 30vw);
    }

    .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main {}

    .colul2 ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .zaokr .elementor-form .elementor-field-type-email {
        border-radius: 1em;
        overflow: hidden;
    }

    .zaokr .elementor-form .elementor-field-type-submit {
        border-radius: 1em;
        overflow: hidden;
    }

    .onlymobile {
        display: none;
    }

    .whitedesk>* {
        color: white !important;
    }

    .blackborder .elementor-form .elementor-field-group:not(.elementor-field-type-acceptance) {
        border: 1px solid black;
    }

    .dark .elementor-field-type-acceptance input[type="checkbox"] {
        filter: invert(1);
    }

    .dark .elementor-field-type-acceptance label {
        color: black !important;
    }
}


@media(max-width: 767px) {
    .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-item-preview-heading {
        gap: 2vw;
    }

    .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview {
        padding: 4vw;
    }

    .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview,
    .learndash-wrapper .ld-course-status.ld-course-status-enrolled {
        padding: 4vw;
        border-radius: 2em;
        gap: 4vw;
    }

    .learndash-wrapper .ld-progress.ld-progress-inline {
        flex-wrap: wrap;
    }

    .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage,
    .elementor-widget-ld-course-infobar .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-steps {
        font-size: 3.5vw !important;
    }

    .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats {
        gap: 2vw;
    }

    .learndash-wrapper .ld-progress.ld-progress-inline {
        gap: 6vw;
    }

    .learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button {
        margin-top: 0 !important;
        margin-bottom: 2vw !important;
        font-size: 3vw;
    }

    .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
        flex-direction: row !important;
        align-items: center !important;
    }

    .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details {
        margin: 0 !important;
    }

    .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button {
        width: 4vw;
        height: 4vw;
    }

    .learndash-wrapper .ld-item-list .ld-item-list-item {
        margin: 4vw 0;
    }

    .learndash-wrapper .ld-status-icon {
        flex-basis: 5vw;
        height: 5vw;
        width: 5vw;
        font-size: 2vw;
    }

    .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,
    .learndash-wrapper .ld-course-navigation .ld-status-icon {
        height: 5vw;
        width: 5vw;
        flex: 0 0 5vw;
        font-size: 2vw;
    }

    .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon {
        width: 12vw;
        height: 12vw;
        right: -6vw;
    }

    .learndash-wrapper .ld-table-list .ld-table-list-header,
    .learndash-wrapper .ld-table-list .ld-table-list-item-preview {
        gap: 2vw !important;
        padding: 4vw 0;
    }

    .learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
        padding: 0.5em 1em;
    }
}


body.woocommerce-account .page-header {
    display: none !important;
}

body.woocommerce-account:not(.logged-in) .page-content {
    width: 100%;
}

.ak-myaccount-page {
    display: flex;
    justify-content: center;
}

.ak-myaccount-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    max-width: 74vw;
    width: 100%;
    background: #ebf0fa;
    border-radius: 1.75em;
    box-shadow: 0 24px 50px rgba(0, 0, 0, .20);
    overflow: hidden;
}

.ak-myaccount-left {
    padding: 3.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ak-myaccount-left-inner {
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
}

.ak-myaccount-heading {
    font-size: 2.7vw;
    line-height: 1.1;
    font-weight: 600;
}

.ak-myaccount-photo img {
    width: 100%;
    border-radius: 1.5em;
    display: block;
}

.ak-myaccount-right {
    padding: 3.5vw 4vw;
    border-left: 1px solid rgba(0, 0, 0, .08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    width: 100% !important;
}

.ak-myaccount-form-wrapper {
    width: 100%;
}

.ak-myaccount-form .woocommerce-form-row {
    margin-bottom: 0.9vw;
}

.ak-myaccount-label {
    margin: 0 0 0.2vw;
    font-size: 0.95vw;
    font-weight: 500;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    display: none !important;
}

.form-row.ak-myaccount-field {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1vw !important;
}

.ak-myaccount-field input {
    width: 100%;
    padding-left: 2.5em !important;
}

/* Pole hasła: miejsce na ikonę kłódki z lewej i przycisk oka z prawej */
.ak-myaccount-field:has(.ak-myaccount-password-toggle) input {
    padding-right: 2.75em;
}

.ak-myaccount-field-icon {
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 1.15em;
    height: 1.15em;
    flex-shrink: 0;
    z-index: 2;
    pointer-events: none;
    filter: grayscale(1);
    opacity: 0.85;
}

.ak-myaccount-field-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ak-myaccount-field-icon--user::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4' stroke='%23000' stroke-width='1.5'/%3E%3Cpath stroke='%23000' stroke-width='1.5' d='M5 19.5c1.5-2.2 3.7-3.5 7-3.5s5.5 1.3 7 3.5'/%3E%3C/svg%3E");
}

.ak-myaccount-field-icon--email::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' ry='2' stroke='%23000' stroke-width='1.5'/%3E%3Cpath stroke='%23000' stroke-width='1.5' d='m5 7 7 6 7-6'/%3E%3C/svg%3E");
}

/* Ikona kłódki (hasło) */
.ak-myaccount-field-icon--password::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-width='1.5' stroke-linecap='round' d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3Crect x='4' y='11' width='16' height='10' rx='2' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
}

.ak-myaccount-password-toggle {
    position: absolute;
    right: 0.9em;
    width: 1.3em;
    height: 1.3em;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.ak-myaccount-password-toggle::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-width='1.5' d='M2.5 12s2.5-5 9.5-5 9.5 5 9.5 5-2.5 5-9.5 5S2.5 12 2.5 12Z'/%3E%3Ccircle cx='12' cy='12' r='2.5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ak-myaccount-password-toggle--visible::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-width='1.5' d='M4 4 20 20'/%3E%3Cpath stroke='%23000' stroke-width='1.5' d='M4 7.5c1.6-1.9 4.3-3.5 8-3.5 4.4 0 7.2 2.1 8.5 3.4M7 17c1.5.7 3.1 1 5 1 4.4 0 7.2-2.1 8.5-3.4'/%3E%3C/svg%3E");
}

.ak-myaccount-remember {
    margin-top: 0.8vw;
}

.ak-myaccount-submit {
    margin-top: 1.4vw;
}

.ak-myaccount-button {
    color: #fff !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    margin: 1vw 0;
    cursor: pointer;
}

.ak-myaccount-button:hover,
.ak-myaccount-button:focus {
    color: #fff;
}

.ak-myaccount-bottom-text {
    margin-top: 1.1vw;
    font-size: 0.95vw;
}

.ak-myaccount-bottom-text a {
    text-decoration: underline;
}

.ak-myaccount-form--register {
    margin-top: -0.75vw;
}

.ak-myaccount-page .nsl-container,
.ak-myaccount-page .wc-social-login,
.ak-myaccount-page [class*="google-login"],
.ak-myaccount-page [class*="social-login"] {
    display: none !important;
}

/* ---------- Moje Konto (zalogowany): header użytkownika ---------- */
.ak-myaccount-header {
    display: flex;
    align-items: center;
    gap: 2vw;
    padding: 2vw 0;
    margin-bottom: 1.5vw;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.ak-myaccount-header__avatar {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background: #e8ecf1;
}

.ak-myaccount-header__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ak-myaccount-header__info {
    flex: 1;
    min-width: 0;
}

.ak-myaccount-header__name {
    margin: 0 0 0.2em;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.2;
}

.ak-myaccount-header__email {
    margin: 0 0 0.75em;
    font-size: 0.95rem;
    color: #555;
}

.ak-myaccount-header__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.ak-myaccount-header__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    font-size: 0.9rem;
}

.ak-myaccount-header__meta-icon {
    width: 1em;
    height: 1em;
    background: currentColor;
    opacity: 0.7;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.ak-myaccount-header__meta-icon--courses {
    clip-path: none;
    border: 1.5px solid currentColor;
    border-radius: 2px;
}

.ak-myaccount-header__meta-label {
    font-weight: 500;
}

/* Zakładki Moje Konto (nawigacja) */
.woocommerce-MyAccount-navigation {
    background: linear-gradient(to bottom, #ecf1f6, #dde5ef);
    border-radius: 0.75em;
    padding: 0.5rem 0.75rem;
    margin-bottom: 2vw;
    width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 0.6em 1.2em;
    border-radius: 0.5em;
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

.woocommerce-MyAccount-navigation a:hover {
    background: rgba(255, 255, 255, 0.6);
}

.woocommerce-MyAccount-navigation .is-active a {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

/* Kafle Moje Kursy */
.ak-moje-kursy {
    margin-top: 0;
}

.ak-moje-kursy__empty {
    padding: 2rem;
    text-align: center;
    color: #555;
}

.ak-moje-kursy__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5vw;
}

.ak-moje-kursy__tile {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 1em;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
    transition: box-shadow .2s, transform .2s;
    background-image: linear-gradient(180deg, #FFFFFF 80%, #DADADA 100%);
}

.ak-moje-kursy__tile:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    transform: translateY(-2px);
}

.ak-moje-kursy__tile-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    text-decoration: none !important;
}

.ak-moje-kursy__tile-image {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #e8ecf1;
    overflow: hidden;
}

.ak-moje-kursy__tile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ak-moje-kursy__tile-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #dde5ef 0%, #c2cdda 100%);
}

.ak-moje-kursy__tile-body {
    padding: 1.25rem;
}

.ak-moje-kursy__tile-title {
    margin: 0 0 0.5em;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none !important;
}



.ak-moje-kursy__tile-excerpt {
    margin: 0 0 1em;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ak-moje-kursy__tile-btn {
    display: inline-block;
    padding: 0.6em 1.75em;
    background: linear-gradient(180deg, #A20E51 0%, #500728 70%);
    color: #fff;
    font-size: 1.11vw;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-radius: 1em;
}

@media(max-width: 1024px) {
    .ak-myaccount-card {
        grid-template-columns: 1fr;
        max-width: 92vw;
    }

    .ak-myaccount-left {
        order: 1;
        padding: 6vw 6vw 2vw;
    }

    .ak-myaccount-right {
        order: 2;
        padding: 4vw 6vw 6vw;
    }

    .ak-myaccount-heading {
        font-size: 6.2vw;
    }

    .ak-myaccount-form-wrapper {
        max-width: 100%;
    }

    .ak-myaccount-label {
        font-size: 3.2vw;
    }

    .ak-myaccount-bottom-text {
        font-size: 3.2vw;
        margin-top: 3vw;
    }


    .ak-myaccount-field:has(.ak-myaccount-password-toggle) input {
        padding-right: 44px;
    }

    .ak-myaccount-field-icon {
        left: 14px;
        width: 20px;
        height: 20px;
    }

    .ak-myaccount-header {
        flex-direction: column;
        text-align: center;
        padding: 4vw 0;
        gap: 1rem;
    }

    .ak-myaccount-header__avatar {
        width: 96px;
        height: 96px;
    }

    .ak-myaccount-header__name {
        font-size: 1.4rem;
    }

    .ak-myaccount-header__meta {
        justify-content: center;
    }

    .woocommerce-MyAccount-navigation ul {
        flex-direction: column;
    }

    .ak-moje-kursy__grid {
        grid-template-columns: 1fr;
    }
}