/* Style tekstu */
h1, .h1like { font-size: 60px; }
h2, .h2like { font-size: 52px; }
h3, .h3like { font-size: 22px; }
.textM {
	font-size: 16px;
	line-height: 1.2em;
}
.textXS {
	font-size: 12px;
	line-height: 1.2em;
}
.button a, .buttonMain { font-size: 16px; }
.footerMain { background: var(--jasnyBez); }
.footerSecondary { background: var(--n25); }

.slide { padding-left: 6vw !important; }

/* Karuzela Moja droga Home */
.myway-slider-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.myway-slider {
    gap: 3.3vw;
    overflow: hidden;
    scroll-behavior: smooth;
}
.myway-slide, .myway-slide-about {
    width: calc(33.333% - 3vw);
    flex-shrink: 0;
    position: relative;
    padding-top: 20px;
}

.myway-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    width: 49px;
    background: no-repeat url(/wp-content/themes/dr-margaret/img/ikon-slider.svg) center center/ contain;
}

.myway-slide-inner h3 {
    position: relative;
    display: inline-block;
    max-width: 80%;
}

.myway-slide-inner h3::after {
    content: none;
}

.myway-slide.after1 .myway-slide-inner h3::after,
.myway-slide.after2 .myway-slide-inner h3::after, 
.myway-slide-about.after1 .myway-slide-inner h3::after,
.myway-slide-about.after2 .myway-slide-inner h3::after {
    content: "";
    position: absolute;
    top: 10px;
    height: 1px;
    background: url('/wp-content/themes/dr-margaret/img/slider-line.svg') center center/contain no-repeat;
}

.myway-slide.after1 .myway-slide-inner h3::after,
.myway-slide.after2 .myway-slide-inner h3::after {
	left: 100%;
	width: 98px;
}

.myway-slide-about.after1 .myway-slide-inner h3::after,
.myway-slide-about.after2 .myway-slide-inner h3::after {
	left: 110%;
	width: 90px;
}

.myway-slide-inner {
    background: none;
    gap: 10px;
    padding-left: 51px;
}


.myway-slider-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
    gap: 12px;
}

.myway-slider-nav button {
    width: 76px;
    height: 59px;
    border: none;
    background: var(--n25);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.myway-slider-nav button:hover {
    background: var(--goldenYellow);
}

.myway-slider-nav button svg {
    stroke: var(--n900) !important;
}

.myway-slider-nav button:hover svg {
    stroke: var(--n25) !important;
}

.myway-slider-nav button.myway-prev {
    border-radius: 50px 0 0 50px;
    stroke: var(--n900);
}
.myway-slider-nav button.myway-next {
    border-radius: 0 50px 50px 0;
    stroke: var(--n900);
}
