@import url(https://fonts.googleapis.com/css2?family=Mountains+of+Christmas:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap);

a,
hr {
    color: inherit
}

progress,
sub,
sup {
    vertical-align: initial
}


.component-desc p:first-child,
blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
menu,
ol,
p,
pre,
ul {
    margin: 0
}

.bg-cover,
.top {
    background-repeat: no-repeat;
    background-size: cover
}

.wrap,
.wrapper {
    width: 100%;
    max-width: var(--maxwidth)
}

#mani-nav__conainer #main-nav__logo img,
img,
video {
    height: auto
}

#main-nav,
.btn,
.masthead {
    color: #fff
}

.cell .icons,
.cta-lead,
.masthead,
.tta-c,
.tta-c-l,
.tta-c-r {
    text-align: center
}

#main-nav,
.top,
article,
sub,
sup {
    position: relative
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:after,
:before {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: 'Poppins ', sans-serif;
    font-weight: 400; /* Bold */
    letter-spacing: -0.5px; /* Lekkie zbliżenie liter do siebie, jak na obrazku */
    font-feature-settings: normal;
    font-variation-settings: normal;
    color: rgb(71 85 105);
    --color1: #f0ece4;
    --color1rgb: 240, 236, 228;
    --color2: #4a5240;
    --strong: 600;
    --space: 80px;
    --mobiledivider: 1.5;
    --divider: 2;
    scroll-behavior: smooth
}



body {
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

hr {
    height: 0;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit
}

a {
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: Fira Code VF, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

.masthead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 100px;

}

.wrapper {
    margin: 0 auto;
    padding: 0 15px;
    padding-top: calc(var(--space)/ var(--mobiledivider));
    padding-bottom: calc(var(--space)/ var(--mobiledivider))
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

.cell.bg-cover,
dialog,
fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    display: block
}

[hidden] {
    display: none
}

.w3grid {
    display: grid
}

.cell .icons .w3grid span,
.w3flex {
    display: -webkit-box;
    display: -ms-flexbox
}

.gg-1px {
    gap: 3px;
    grid-gap: 3px
}

.w360-gellery {
    grid-auto-rows: 300px
}

.w3grid.gt-2-4-6 {
    grid-template-columns: 1fr 1fr
}

.w360-gellery a {
    display: block;
    overflow: hidden
}

.w360-gellery a:nth-child(7n+1) {
    grid-column: span 2;
    grid-row: span 2
}

.w360-gellery a:nth-child(7n+4),
.w360-gellery a:nth-child(7n+5) {
    grid-column: span 2;
    grid-row: span 1
}

.w360-gellery a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .2s;
    transform-origin: center
}

.w360-gellery a:hover img {
    transform: scale(1.05)
}

main {

    background-color: #F9F9F9; /* Zapasowa baza */
    background-image: url('/wp-content/themes/kamienczyk2025/assets/img/tlo-kamienczyk.png');
    background-repeat: repeat; /* Obrazek będzie się powielał na całej stronie */
}



.bg-cover {
    background-position: center center;
    background-color: #000
}

.w3flex {
    display: flex
}

.w3flex .jc-fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: fit-content
}

.cell {
    min-height: 400px;
    padding: calc(var(--space)/ var(--mobiledivider)) 15px
}

.w3flex.ai-c,
.w3flex.ai-c-fe,
.w3flex.ai-c-fs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.w3flex.jc-c,
.w3flex.jc-c-fe,
.w3flex.jc-c-fs,
.w3flex.jc-c-sa,
.w3flex.jc-c-sb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mar-1 {
    margin: 3px
}

.intro__content p {
    text-wrap: balance
}

.cell .w3type {
    justify-self: flex-end;
    max-width: 510px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none;    
    line-height: 1.35;
    font-size: 1.875rem; 
    font-weight: 700; 
    color: #4a5240; 
    text-align: center; 
    font-family: 'Poppins ', serif;
}

.cta-lead h2,
.w3type h2,
h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    text-wrap: balance;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #4a5240; 
    font-family: 'Poppins ', serif;

}
.cta-lead-title {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
    text-wrap: balance !important;
    font-weight: 700 !important;
    letter-spacing: -.025em !important;
    color: #4a5240 !important;
    text-align: center !important;
    font-family: 'Poppins ', serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    overflow-wrap: break-word
}

.w3type h2,
h1 {
    text-transform: uppercase;
    color: #f0ece4;
    font-family: 'Poppins ', serif;
    font-weight: 700;                   /* Pogrubienie, by pasowało do stylu */
    line-height: 1.25;                  /* Dobra, ciasna interlinia */
    max-width: 50%;                     /* Tekst zajmie maksymalnie 50% szerokości ekranu */
    text-align: left;                   /* Wyrównanie tekstu do lewej strony */
    margin-right: auto;                 /* Trzyma cały blok tekstu z lewej strony */
    margin-left: 0;

}

.w3type .btn,
.w3type h1,
.w3type h2,
.w3type h3,
.w3type h4,
.w3type h5,
.w3type h6,
.w3type ol,
.w3type p,
.w3type ul {
    margin-bottom: 1em
}

.w3type .btn:last-child,
.w3type h1:last-child,
.w3type h2:last-child,
.w3type h3:last-child,
.w3type h4:last-child,
.w3type h5:last-child,
.w3type h6:last-child,
.w3type ol:last-child,
.w3type p:last-child,
.w3type ul:last-child {
    margin-bottom: 0
}

.top {
    isolation: isolate;
    z-index: 100;
    --spacebetween: 13px;
    background-position: center
}

.aiq,
.sr-only,
.top::after {
    position: absolute
}

.top::after {
    content: "";
    z-index: -1;
    background: rgba(0, 0, 10, .56);
    inset: 0;
    display: block
}

#galeria,
h2,
h3 {
    scroll-margin-top: 5em
}

a:not([data-fslightbox=gallery]):hover,
button:hover {
    opacity: .7
}

#mani-nav__conainer {
    background-color: rgba(var(--color1rgb), 0);
    -webkit-transition: .35s;
    transition: .35s
}

#mani-nav__conainer .main-nav__content {

    justify-content: space-between;
    align-items: center;
    position: relative
}

.wrap {
    margin: 0 auto;
    padding: 0 15px
}

.h-5 {
    height: 1.25rem
}

.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0
}

.about-house,
.cta-lead,
.cta-lead p,
.text-container,
article .container {
    margin-left: auto;
    margin-right: auto
}

#mani-nav__conainer #main-nav__logo {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: .35s;
    transition: .35s
}

.btn {
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid var(--color2);
    font-weight: 600;
    background-color: rgba(var(--color1rgb), .5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 15px;
    -webkit-transition: color .35s, background-color .35s, -webkit-box-shadow .35s;
    transition: color .35s, background-color .35s, box-shadow .35s, -webkit-box-shadow .35s
}

.btn.btn--solid {
    background-color: var(--color2);
    color: var(--color1);
    -webkit-transition: -webkit-box-shadow .35s;
    transition: box-shadow .35s;
    transition: box-shadow .35s, -webkit-box-shadow .35s
}

.w3flex.fd-c,
.w3flex.fd-c-r,
.w3flex.fd-c-rr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-nav__sitenav {
    font-weight: 1000;
    gap: 1rem;
    text-transform: uppercase;
    color: #464A2F;
    font-family: 'Poppins ', serif;

}

.only-mobile {
    display: block
}

#mani-nav__conainer.go-down {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(var(--color1rgb), .96);
    width: 100%
}

.main-nav__sitenav a {
    transition: .2s;
    padding: 7px calc(var(--spacebetween)/ 2)
}

.main-nav__sitenav a:hover {
    text-underline-offset: 4px;
    text-decoration: underline
}

.cell .icons {
    width: 100%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    height: 100%;
    padding: 30px
}

.cell .icons .w3grid {
    grid-gap: 40px 15px;
    width: 100%;
    max-width: 600px;
    line-height: 1.2;
    font-size: .9rem
}

.w3grid.gt-3,
.w3grid.gt-3-4-4 {
    grid-template-columns: 1fr 1fr 1fr
}

.cell .icons .w3grid span {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px
}

.cell .icons .w3grid img {
    width: 50px;
    height: 50px;
    padding-top: 10px
}

.site-footer {
    background-color: #f0ece4;
    color: var(--color2);
    padding: 20px;
    font-size: .8rem
}

.site-footer .footer-nav__sitenav,
.site-footer .wrap {
    gap: 3px 10px
}

.cta {
    padding: 6rem 1.5rem
}

.cta-lead {
    max-width: 42rem
}

.cta-lead p {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 2rem;
    color: rgb(75 85 99)
}

.cta-lead div {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.cta-lead div a {
    border-radius: .375rem;
    background-color: var(--color1);
    padding: .625rem .875rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #fff
}

article {
    padding: 8rem 1.5rem
}

article .container {
    color: rgb(55 65 81);
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 48rem
}

.about-intro,
article p.intro {
    color: var(--color1);
    line-height: 1.75rem;
    font-weight: 600;
    font-size: 1rem
}

.text-container h2,
article h2 {
    color: rgb(17 24 39);
    letter-spacing: -.025em;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-top: .5rem
}

article p.lead {
    line-height: 2rem;
    font-size: 1.25rem;
    margin-top: 1.5rem
}

.w3type p,
article .content ul,
article .content ul li,
article p {
    font-size: 1rem;
    line-height: 1.75rem
}

article .content {
    max-width: 42rem;
    margin-top: 2.5rem
}

.w3type p,
article p {
    margin-top: 1.5rem
}

article .content ul {
    color: rgb(75 85 99);
    max-width: 36rem;
    margin-top: 2rem
}

.more-about-text ul>:not([hidden])~:not([hidden]),
article .content ul>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

article .content ul li {
    -moz-column-gap: 0.75rem;
    column-gap: .75rem;
    display: flex
}

article .content ul li svg {
    flex: none;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: .25rem
}

article .content h3 {
    color: rgb(17 24 39);
    letter-spacing: -.025em;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 4rem
}

article .content figure {
    margin-top: 4rem
}

article .content figure img {
    -o-object-fit: cover;
    object-fit: cover;
    background-color: rgb(249 250 251);
    border-radius: .75rem;
    aspect-ratio: 16/9
}

article .content figure figcaption {
    color: rgb(107 114 128);
    font-size: .875rem;
    line-height: 1.25rem;
    -moz-column-gap: 0.5rem;
    column-gap: .5rem;
    display: flex;
    margin-top: 1rem
}

article .content figure figcaption svg {
    color: rgb(209 213 219);
    flex: none;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: .125rem
}

.about-house {
    max-width: 80rem
}

.about-img img {
    max-width: 100%;
    height: 16rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.aiq {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
    width: 100%;
    height: 100%;
    inset: 0px
}

.about-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.text-container {
    padding-top: 4rem;
    padding-bottom: 6rem;
    max-width: 42rem
}

.house {
    position: relative
}

.about-lead {
    color: rgb(55 65 81);
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 1.5rem
}

.more-about-text {
    color: rgb(55 65 81);
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 36rem;
    margin-top: 2.5rem
}

.more-about-text>:not(:first-child) {
    margin-top: 2rem
}

.more-about-text ul li {
    -moz-column-gap: 0.75rem;
    column-gap: .75rem;
    display: flex
}

.more-about-text ul li svg {
    color: var(--color1);
    flex: none;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: .25rem
}

@media screen and (max-width:420px) {
    #mani-nav__conainer .wrap {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media screen and (max-width:800px) {

    .w3type h2,
    h1 {
        font-size: 1.4rem
    }
}

@media (min-width:800px) {

    .w3grid.gt-2-4-6,
    .w3grid.gt-3-4-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .cta {
        padding: 8rem 1.5rem
    }

    .cta-lead h2,
    .text-container h2,
    article h2 {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    article {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .text-container {
        padding-top: 5rem;
        padding-bottom: 8rem
    }

    .about-img img {
        height: 20rem
    }

    .pdf {
        padding-left: 32px;
        padding-right: 32px
    }

    .component-banner {
        flex-flow: row
    }

    .route-section {
        padding-block: 6rem
    }
}

@media (min-width:1100px) {

    .w3grid.gt-1-3-6,
    .w3grid.gt-2-4-6 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
    }

    .cell {
        padding: var(--space)
    }

    .about-house,
    .cta {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .w3grid.gt-1-2 {
        grid-template-columns: 1fr 1fr
    }

    .tta-c-l {
        text-align: left
    }

    .w3flex.ai-fs-c {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .only-mobile {
        display: none
    }

    #mani-nav__conainer #main-nav__logo {
        width: auto;
        height: 100px;
    }

    #main-nav__links {
        margin-left: auto;
        margin-right: var(--spacebetween)
    }

    .w3flex.fd-c-r,
    .w3flex.fd-cr-r {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .w3flex.jc-c-fe {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    #mani-nav__conainer.go-down #main-nav__logo {
        width: 90px;
        height: auto;
    }

    #mani-nav__conainer.go-down .main-nav__content {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .w3flex.jc-c-fs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .order-1 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .about-house {
        justify-content: space-between;
        display: flex
    }

    .about-img {
        position: absolute;
        inset: 0px;
        left: 50%
    }

    .about-img img {
        position: absolute;
        height: 100%
    }

    .img-container {
        flex-grow: 1;
        width: 100%;
        height: auto;
        margin-left: -2rem
    }

    .about-text {
        display: contents
    }

    .text-container {
        padding-top: 8rem;
        flex: none;
        max-width: 32rem;
        width: 100%;
        margin-right: 0;
        margin-left: 2rem
    }

    .wrapper {
        padding-top: var(--space);
        padding-bottom: var(--space)
    }
}

@media (max-width:1100px) {
    .main-nav_mobile-btn {
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 0;
        background-color: rgba(0, 0, 0, 0);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .main-nav_mobile-btn svg rect {
        fill: #4a5240;
    }

    #main-nav__links {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(var(--color1rgb), .8);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        z-index: 100;
        padding: 25px 0;
        width: 100%;
        text-align: center;
        -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .6);
        box-shadow: 0 20px 40px rgba(0, 0, 0, .6);
        pointer-events: none;
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transition: .35s;
        transition: .35s;
        max-height: 90vh;
        max-height: 100dvh;
        overflow-y: auto
    }

    #main-nav__links.active {
        pointer-events: all;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .main-nav_mobile-btn svg path {
        stroke: #4a5240;
        stroke-width: 8px
    }

    #mani-nav__conainer {
        --mobileborder: 1px solid #4a5240
    }

    #mani-nav__conainer #main-nav__logo {
        width: 120px;
    }

    #mani-nav__conainer.go-down #main-nav__logo {
        width: auto;
        height: 60px;
        margin-top: 0
    }

    #menu-main-menu-pl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: var(--mobileborder);
        width: 200px;
    }

    #mani-nav__conainer.go-down .main-nav__content {
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .more-about-text {
        max-width: none
    }

    .masthead {
        min-height: 0
        
    }

    .wrapper {
        padding-top: 0
    }

    .buttonbox {
        width: 155px !important
    }
}

@media screen and (min-width:1600px) {
    .cell {
        min-height: 600px
    }
}

#stars {
    gap: 1.4rem;
    display: flex;
    padding-left: 7px;
    margin-bottom: 15px;
    justify-content: center;
    margin-top: 1rem;
    max-width: 100%
}

#stars li {
    margin-top: .25rem !important
}

#stars li svg {
    font-size: 1em;
    color: #ccc;
    transition: .2s;
    transform: scale(2)
}

#stars li.hover svg {
    color: #ffcc36;
    transition: .2s
}

#rating-stars-res {
    padding-top: 2rem
}

.rating-stars>div,
.rating-stars>div>div {
    margin-top: .5rem
}

.pdf {
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px
}

.component {
    margin-left: auto;
    margin-right: auto;
    max-width: 1264px;
    background-color: #fff9db;
    color: #121212
}

.component-banner {
    padding: 32px;
    display: flex;
    flex-flow: column
}

.component-content h2 {
    --line-height: 1.3333333333;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: var(--line-height);
    margin-top: 0
}

.component-desc {
    --line-height: 1.5555555556;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: var(--line-height);
    margin-top: 16px
}

.hds-button {
    margin: 32px auto 0;
    align-content: flex-start;
    align-items: center;
    border: 2px solid #121212;
    background-color: #121212;
    border-bottom-color: #121212;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    min-height: 56px;
    min-width: 156px;
    padding: 0 8px;
    color: #fff;
    justify-content: center
}

.hds-button:hover {
    opacity: 0;
    background-color: #fff;
    color: #121212
}

@media (min-width:640px) {
    .pdf {
        padding-left: 32px;
        padding-right: 32px
    }

    .component-banner {
        flex-flow: row
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.delayed_05s {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s
}

.profile-image {
    width: 100%;
    max-width: 580px;
    border-radius: 6px
}

.animated {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.delayed_025s {
    -webkit-animation-delay: .25s;
    -moz-animation-delay: .25s;
    animation-delay: .25s
}

.mani-nav__langs {
    gap: var(--spacebetween);
    padding-left: var(--spacebetween);
    padding-right: var(--spacebetween);
    text-transform: uppercase
}

@media screen and (min-width:1100px) {
    .mani-nav__langs {
        border-left: 1px solid #4a5240;
        border-right: 1px solid #4a5240;
        margin-left: var(--spacebetween);
        margin-right: var(--spacebetween)
    }
}

@media screen and (max-width:1100px) {
    .mani-nav__langs {
        border-top: var(--mobileborder);
        border-bottom: var(--mobileborder);
        margin: 20px 0;
        padding: 20px 0 !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 200px
    }

    #menu-main-menu-pl {
        border-bottom: none
    }
}

.header-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: .2rem;
    object-fit: cover;
    border: 1px solid #e4e4e4
}

.wrap {
    max-width: 1235px
}

@media (max-width:768px) {
    .page-logo {
        height: 70px !important;
        width:auto !important;

    }

    .buttonbox.w3flex a {
        padding: 5px 5px
    }

    .buttonbox.w3flex a span {
        font-size: .8rem
    }

    .buttonbox.w3flex a svg {
        width: 1rem !important;
        height: 1rem !important
    }
}

.gap-2 {
    gap: .5rem
}

.masthead {
    min-height: 540px;
}

#intro__content {
    text-align: left
}

#intro__content p {
    line-height: 2rem;
    font-size: 1rem;
    margin-top: 1.5rem;
    color: var(--text-black);
    margin-bottom: 0
}

.wrapper {
    max-width: 1100px
}

.route-section {
    display: flex;
    max-width: 800px;
    margin-inline: auto;
    padding-block: 6rem
}

.route-section img {
    max-width: 100%;
    padding-inline: 1rem
}

.cta-lead p {
    max-width: 1000px
}

.cta-lead p a::before {
    content: "👉";
    margin-right: .5rem
}

/* --- GŁÓWNE PUDEŁKO ARTYKUŁU --- */
.premium-article-content {
    max-width: 1050px !important; 
    width: 100% !important;
    margin: 0 auto !important;
    text-align: left !important;
    font-size: 1.1rem;
    line-height: 1.9;
    color: #4a5240 !important;
    overflow-x: hidden !important; 
}

.premium-article-content p,
.premium-article-content ul,
.premium-article-content ol,
.premium-article-content h1,
.premium-article-content h2,
.premium-article-content h3 {
    max-width: 760px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.premium-article-content p {
    font-weight: 400 !important;
    margin-bottom: 1.8rem !important;
}

.premium-article-content h1,
.premium-article-content h2,
.premium-article-content h3 {
    font-weight: 700 !important;
    margin-top: 3rem !important;
    margin-bottom: 1.5rem !important;
    color: #4a5240 !important;
}

.premium-article-content ul {
    list-style-type: disc !important;
    padding-left: 2rem !important; 
    margin-bottom: 2rem !important;
    font-weight: 400 !important;
}

.premium-article-content li {
    margin-bottom: 0.8rem !important;
}

.premium-article-content figure,
.premium-article-content .wp-caption {
    max-width: 760px !important; 
    width: 100% !important;
    margin: 3rem auto !important; 
    padding: 0 !important; 
}

.premium-article-content img {
    width: 100% !important; 
    max-width: 760px !important; 
    aspect-ratio: 16 / 9 !important; 
    object-fit: cover !important; 
    border-radius: 16px !important; 
    display: block !important;
    margin: 0 auto !important; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.04); 
    min-height: 350px !important; 
}

.premium-article-content figcaption,
.premium-article-content .wp-caption-text {
    text-align: center !important;
    font-size: 0.95rem !important;
    color: #6b7280 !important;
    margin-top: 0.8rem !important;
    margin-bottom: 0 !important;
    font-style: italic !important;
    font-weight: 400 !important;
}

@media (max-width: 760px) {
    .premium-article-content img {
        min-height: 220px !important;
    }
}