* {
    font-family: 'Lato', sans-serif;
}

@media screen and (max-width:360px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width:361px) and (max-width:768px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    html {
        font-size: 18px;
    }
}

@media screen and (min-width:1025px) and (max-width:1280px) {

    html {
        font-size: 20px;
    }
}

@media screen and (min-width:1280px) and (max-width:1444px) {

    html {
        font-size: 21px;
    }
}

@media screen and (min-width:1444px) {

    html {
        font-size: 22px;
    }
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Manrope', sans-serif;
}

h1,
.h1 {
    font-weight: 600;
}

.btn-tropicalmed-cta {
    padding: 0.4rem 1.3rem;
    font-size: 1.1rem;
    font-weight: bold;
    background: rgb(255, 79, 0);
    background: linear-gradient(90deg, rgba(255, 79, 0, 1) 7%, rgba(255, 0, 0, 1) 100%);
    color: #fff;
    font-family: 'Manrope', sans-serif;
    border-radius: 8px;
    transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-tropicalmed-cta:hover,
.btn-tropicalmed-cta:focus {
    filter: brightness(1.1);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(237, 28, 36, 0.3);
    color: #fff;
}

.short-line-black {
    width: 5vw;
    min-width: 30px;
    height: 6px;
    background: #000;
    margin: auto;
    margin-bottom: 2rem;
}

.blockmarker {
    padding: 12px;
    border-left: 4px solid red;
    background-color: #ededed;
}

.textmarker {
    background-color: #ededed;
    color: red;
    font-weight: 700;
}

.page-header {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-align: center;
}

.page-subheader {
    font-size: 1.1rem;
    font-weight: 200;
    font-family: 'Manrope', sans-serif;
    line-height: 1.2;
    max-width: 800px;
    margin: auto;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #777;
}

.ikona {
    width: 7rem;
    height: 7rem;
    padding: 2rem;
    margin: auto;
    border-radius: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.ikona-text>h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    text-align: center;
}

.mt-8 {
    margin-top: 8rem;
}

.ikona-text>p {
    font-size: 1rem;
    font-weight: 200;
    margin-bottom: 0.5rem;
    text-align: center;
}

.btn-wiseant {
    text-transform: uppercase;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    font-size: 1rem;
    font-weight: bold;
    background: linear-gradient(to right, #f15431, #ed1c24);
    color: #fff !important;
    border-radius: 1.5rem;
    display: inline-block;
    font-family: 'Manrope', sans-serif;
}

.btn-wiseant-lg {
    text-transform: uppercase;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.1rem;
    font-weight: bold;
    background: linear-gradient(to right, #f15431, #ed1c24);
    color: #fff !important;
    border-radius: 2rem;
    display: inline-block;
    font-family: 'Manrope', sans-serif;
}


#ikona-baza-wiedzy {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translate(-50%);
    width: 35%;
    z-index: -1;
}

#ikona-audyty {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translate(-50%);
    height: 10rem;
    z-index: -1;
}


#lead-box-other,
.lead-box-blog {
    padding-top: 1rem;
}

.hp-title {
    font-size: 2.3rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.hp-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    font-family: 'Manrope', sans-serif;
}

.nav-link {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    display: inline-block;
    margin-left: 1.5rem;
}


.page-title {
    font-family: 'Manrope', sans-serif;
    font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.page-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
}


.blog-thumbnail {
    margin-bottom: 3rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 0.5rem;
}

a:hover .blog-thumbnail {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.blog-thumbnail>p {
    font-size: 0.9rem;
    margin-bottom: 0;
}


.blog-thumbnail-img {
    width: 100%;
    height: auto;
    border-radius: 0.2rem;
    aspect-ratio: 12 / 7;
    min-height: 100px;
    background-position: center;
    background-size: cover;
}

.blog-thumbnail-header {
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
}

.blog-thumbnail-date {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
}

.blog-category-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    margin-bottom: 2rem;
    text-align: justify;
}


.section-title {
    font-family: 'Manrope', sans-serif;
    font-size: 2rem;
    font-weight: bolder;
    margin-bottom: 1.5rem;
    text-align: center;
}

.blog-box-button {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: right;
}

.img-30-percent {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    height: auto;
}

.step-box-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    font-weight: bold;
}

.footer-logo {
    max-width: 30%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.footer-link {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    display: block;
    text-decoration: none;
    color: #333;
    margin-bottom: 0.75rem;
}

.footer-link-b {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    display: block;
    text-decoration: none;
    color: #333;
    margin-bottom: 0.75rem;
}

.silver-bg {
    background-size: cover;
    background-position: center;
    z-index: -2;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    background: rgb(242, 243, 239);
    background: linear-gradient(302deg, rgba(242, 243, 239, 1) 0%, rgba(196, 219, 212, 1) 100%);
}

.footer-contact-img {
    height: 1.5rem;
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 0.75rem;
}

.footer-title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    display: block;
}

.contact-form {
    background: linear-gradient(to right, #0b2636, #156667);
    margin-top: 10rem;
    min-height: 20rem;
}

.contact-form-box {
    position: relative;
    margin-top: -150px;
    background: #f3f3f3;
    padding: 2rem;
    border-radius: 0.7rem;
    box-shadow: 0.25rem 0.25rem 0.75rem 0.25rem rgba(0, 0, 0, 0.32);
}

.contact-form-header {
    text-align: center;
    font-family: 'Manrope', sans-serif;
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 1rem;
}

.contact-form-label {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 1rem;
}

.background-grey {
    background: #f3f3f3;
}

.value-img-box {
    text-align: center;
}

.value-img {
    width: 34%;
    height: auto;
    margin: auto;
    margin-bottom: 1rem;
}

.value-header {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.value-description {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    margin: 1rem;
}

.blog-box-title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.blog-box-text {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    margin-bottom: 1rem;
}

#background-kontakt {
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    width: 100vw;
    height: 70vh;
    position: absolute;
    bottom: 0.5rem;
    right: 0;
    z-index: 2;
    background-image: url(/static/kontakt-tlo.svg);
}

.pakiet {
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.pakiet-content {
    position: relative;
    padding: 1rem;
}

.pakiet-img>img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pakiet-title {
    font-family: 'Manrope', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.pakiet-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    margin-bottom: 1rem;
}

.pakiet-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    position: absolute;
    right: 10px;
    top: 10px;
}

.pakiet-price>s {
    color: #222;
    font-size: 0.9rem;
    font-weight: 400;

}

.pakiet-list {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    margin-bottom: 1rem;
    list-style: none;
    padding-left: 1rem;
}

.pakiet-list>li {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    margin-bottom: 0.2rem;
}

.pakiet-list>li:before {
    content: "✓";
    margin-right: 0.1rem;
}

.owl-carousel-packages .owl-nav {
    display: none;
}

@media screen and (min-width: 1280px) {
    .owl-carousel-packages .owl-nav {
        display: block;
    }

    .owl-carousel-packages .owl-prev,
    .owl-carousel-packages .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 0;
        background: #55c455 !important;
        color: #fff !important;
        font-size: 20px !important;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        z-index: 10;
    }

    .owl-carousel-packages .owl-prev {
        left: 10px;
    }

    .owl-carousel-packages .owl-next {
        right: 10px;
    }

    .owl-carousel-packages .owl-prev:hover,
    .owl-carousel-packages .owl-next:hover {
        background: #228922 !important;
        transform: translateY(-50%) scale(1.1);
    }

    .owl-carousel-packages .owl-prev.disabled,
    .owl-carousel-packages .owl-next.disabled {
        background: #ccc !important;
        cursor: not-allowed;
        opacity: 0.5;
    }

    .owl-carousel-packages .owl-prev.disabled:hover,
    .owl-carousel-packages .owl-next.disabled:hover {
        background: #ccc !important;
        transform: translateY(-50%);
    }
}

.blog-text>p {
    font-size: 19px;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-family: 'Manrope', sans-serif;
}

.blog-text-toc {
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #f3f3f3;
    font-size: 19px;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-family: 'Manrope', sans-serif;
}

.logo-wiseant {
    height: 35px;
}

.blog-box-image {
    width: 100%;
    margin-bottom: 1rem;
}

.blog-box-image>img {
    position: relative;
    top: calc(50% - 100px)
}

.ad {
    margin: 1rem;
}

.result-result-text {
    font-size: 0.7rem;
    font-weight: bold;
    color: #202124;
}

.result-dot {
    font-size: 0.7rem;
    color: #202124;
}

.result-url {
    font-size: 0.7rem;
    color: #202124;
}

.result-header {
    font-size: 0.9rem;
    color: #1a0dab;
}

.result-body {
    font-size: 0.7rem;
    color: #4d5156;
}

.result-wrong {

    background-image: linear-gradient(to right,
            rgba(250, 188, 4, 0.9) 0%,
            rgba(250, 188, 4, 0.9) 100%);

    background-size: 0% 100%;
    background-repeat: no-repeat;
    margin: 0 -0.4em;
    padding: 0.1em 0.4em;
    border-radius: 0.8em 0.3em;
    transition-duration: 1s;
}

.result-wrong-done {
    background-size: 100% 100%;

}

#typed-box {
    position: absolute;
    top: 0%;
    border-radius: 2.5rem;
    background: #fff;
    box-shadow: 0 2px 0.25rem 1px rgb(64 60 67 / 16%);
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    width: 100%;
    transition-duration: 1s;
}

.position-v-center {
    top: 40% !important;

}

#chcesz-nam-zlecic-audyt {
    margin-bottom: 1rem;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: 15rem;
    border-radius: 0.7rem;
    background: linear-gradient(to right, #ffffff, #e6e6e6);
    background-size: cover;
    background-position: center;
    padding: 1.5rem;
    padding-bottom: 0;
}

#chcesz-nam-zlecic-audyt-h {
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 1.5rem;
}

#chcesz-nam-zlecic-audyt-cta {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    box-shadow: 0.5rem 0.5rem 0 0 rgb(0 0 0 / 30%);
    margin: 0 -1rem -1rem -1rem;
    width: calc(100% + 2rem);
}

.opinion {
    background: linear-gradient(to right, #0e1c2c, #1e5153);
    border-radius: 0.7rem;
    padding: 1.5rem;

}

.opinion-img {
    border-radius: 100%;
    width: 70%;
    top: -0.5rem;
    position: relative;
}

.opinion-human {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
}

.opinion-company {
    font-size: 0.75rem;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
}

.opinion-text {
    background: #f3f3f3;
    font-size: 0.75rem;
    top: 1rem;
    padding: 1rem;
    border-radius: 0.7rem;
    position: relative;
    left: 4rem;
    box-shadow: 0.25rem 0.25rem 0.75rem 0.25rem rgb(0 0 0 / 32%);

}

#agencyNot {
    background: linear-gradient(to right, #0e1c2c, #1e5153);
    position: relative;
    padding: 0.5rem 0;
    margin-bottom: 10rem;
}

#agencyNotHeader {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
}

#agencyNotSubheader {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
}

#agencyNotBox {
    margin-top: 0;
    max-width: 30rem;
    left: calc(50% - 15rem);
    position: absolute;
}

.lead {
    font-size: 1rem;
    font-weight: bold;
    text-align: justify;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.blog-text-content>p {
    text-align: justify;
    line-height: 1.9;
    font-size: min(1rem, 18px);
}

.blog-text-content>ol,
.blog-text-content>ul {
    text-align: justify;
    color: #333;
    line-height: 1.9;
    font-size: min(0.9rem, 16px);
}


.blog-text-content a {
    color: #f00;
    text-decoration: underline;
    text-decoration-color: #f00;
    text-decoration-thickness: .125em;
    text-underline-offset: 1.5px;
    text-decoration-style: dotted;

}

.toc-link {
    color: #f00;

}


#main-photo {
    background-position: bottom right, top center;
    background-repeat: no-repeat;
    background-size: 80px auto, cover;
    height: 500px;
}

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

    h1,
    .h1 {
        font-size: 1.5rem;
        text-align: center;
    }

    h2,
    .h2 {
        font-size: 1.2rem;
        text-align: center;
    }

    .ikona-text>h3 {
        font-size: 1rem;
    }

    #main-photo {
        height: 200px;
    }

    #chcesz-nam-zlecic-audyt {
        display: none;
    }

    #background-kontakt {
        display: none;
    }


    .contact-form-box {
        padding: 1.5rem;
        border-radius: 0.7rem;
    }

    .btn-tropicalmed-cta {
        padding: 1rem 1.5rem;
        font-size: 1.1rem;
        font-weight: bold;
    }

    .hp-title {
        font-size: 1.4rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .logo-wiseant {
        height: 1.5rem;
    }

    .page-title {
        font-size: 2rem;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .page-subtitle {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .blog-thumbnail-img {
        width: 100%;
        height: auto;
        border-radius: 0.7rem;
    }

    .blog-thumbnail-header {
        font-size: 1.5rem;
    }

    .blog-thumbnail-date {
        font-size: 1rem;
    }

    .blog-category-desc {
        font-size: 1rem;
    }


    .section-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .blog-box-button {
        margin-top: 1rem;
        margin-bottom: 1rem;
        text-align: right;
    }

    .img-30-percent {
        width: 30%;
        min-width: 30%;
        max-width: 30%;
        height: auto;
    }

    .step-box-text {
        font-size: 1.1rem;
        margin-top: 1rem;
        margin-bottom: 2.5rem;
        font-weight: bold;
    }

    .footer-logo {
        max-width: 50%;
        height: auto;
        margin-top: 1rem;
        margin-bottom: 0;
    }

    .footer-link {
        font-size: 1rem;
    }

    .scrollable-x {
        min-width: 1000px;
    }

    .section-title-mobile {
        font-size: 1rem;
    }
}

a {
    text-decoration: none;
}

.text-left {
    text-align: left;
}

.submenu {
    background: #efefef;
}

.submenu-link {
    color: #222;
    display: inline-block;
    padding: 0.5rem 1rem;
}

.submenu-link:hover {
    color: #000;
}

.submenu-link.active {
    color: #000;
    border-bottom: 2px solid #000;
}

#progress-bar-box {
    background: #f8f9fa;
    height: 6px;
    position: sticky;
    z-index: 5;
    top: 0;
}

#progress-bar {
    --scrollAmount: 0%;
    background: #ed1c24;
    width: var(--scrollAmount);
    height: 6px;
    top: 0;
}

.hp-img {
    max-width: 55vw;
    height: auto;
    margin: auto;
    display: block;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #ed1c24;
    color: #fff;
}

td {
    min-width: 150px;
}

td>ul {
    padding-left: 0;
    list-style: none;
}

td>ul>li::before {
    content: "- ";
}

td>ul>li {
    padding-left: 0;
    font-size: min(1rem, 18px);
}

.summary {
    font-size: min(1rem, 18px);
    border: .125em dotted #ed1c24;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: justify;
    border-radius: 0.5rem;
    position: relative;

}

.summary::before {
    content: "W skrócie: ";
    font-weight: bold;
    color: #ed1c24;
    position: absolute;
    top: -0.75rem;
    left: 0.5rem;
    background: #fff;
    padding: 0 0.2rem;
}

.trivia {
    font-size: min(1rem, 18px);
    border: .125em dotted #ed1c24;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: justify;
    border-radius: 0.5rem;
    position: relative;
}

.trivia::before {
    content: "Ciekawostka: ";
    font-weight: bold;
    color: #ed1c24;
    position: absolute;
    top: -0.75rem;
    left: 0.5rem;
    background: #fff;
    padding: 0 0.2rem;
}

.trivia-title {
    font-weight: bold;
    color: #ed1c24;
}

.trivia-content {
    margin-top: 0.5rem;
}

.warning {
    font-size: min(1rem, 18px);
    border: .125em dotted #ed1c24;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: justify;
    border-radius: 0.5rem;
    position: relative;
}

.warning::before {
    content: "Uwaga: ";
    font-weight: bold;
    color: #ed1c24;
    position: absolute;
    top: -0.75rem;
    left: 0.5rem;
    background: #fff;
    padding: 0 0.2rem;
}

.warning-title {
    font-weight: bold;
    color: #ed1c24;
}

.warning-content {
    margin-top: 0.5rem;
}

/* On desktop only move warning left 60px */
@media only screen and (min-width: 1440px) {
    .warning {
        right: 60px;
    }
}

.find-out-more {
    font-size: min(1rem, 18px);
    border: .125em dotted #ed1c24;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: justify;
    border-radius: 0.5rem;
    position: relative;
}

.find-out-more>.find-out-more-title {
    font-size: 1rem;
    font-weight: bold;
    color: #ed1c24;
    text-decoration: underline;
    display: block;
    position: relative;
    padding-right: 9rem;
    text-align: left;
}

.find-out-more-title::after {
    content: " Czytaj więcej ▼";
    border: 1px solid #ed1c24;
    border-radius: 4px;
    padding: 0.1rem 0.5rem;
    position: absolute;
    right: 5px;
    top: 0px;
}

.find-out-more>.find-out-more-content {
    font-size: min(1rem, 18px);
    text-align: justify;
    padding: 1rem 0;
    display: none;
}

.claim-card {
    font-size: min(1rem, 18px);
    padding: 1rem 1rem 1rem 1.2rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    position: relative;
    border-left: 4px solid;
}

.claim-1 { border-left-color: #dc3545; background: #fff5f5; }
.claim-2 { border-left-color: #e67700; background: #fff8f0; }
.claim-3 { border-left-color: #ffc107; background: #fffdf0; }
.claim-4 { border-left-color: #7bc67e; background: #f0fff2; }
.claim-5 { border-left-color: #28a745; background: #f0fff4; }

.claim-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.claim-label {
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.claim-1 .claim-label, .claim-1 .claim-icon { color: #dc3545; }
.claim-2 .claim-label, .claim-2 .claim-icon { color: #e67700; }
.claim-3 .claim-label, .claim-3 .claim-icon { color: #d4a017; }
.claim-4 .claim-label, .claim-4 .claim-icon { color: #5a9e5c; }
.claim-5 .claim-label, .claim-5 .claim-icon { color: #28a745; }

.claim-icon { font-size: 1.3rem; }

.claim-text {
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
}

.claim-answer { color: #555; }


#kafel {
    margin: 10px 0;
    padding: 1.3rem;
    border-radius: 5px;
    background: linear-gradient(#f0efed, #c2d5cf);
    font-size: 0.8rem;
    position: relative;
    font-weight: 500;
}

#kafel-title {
    font-size: 1.7rem;
    font-weight: 900;
    margin-bottom: 10px;
}

#kafel-subtitle {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 25px;
}

.kafel-content {
    line-height: 1.35;
    font-size: 0.8rem;
    margin-bottom: 10px;
    width: 65%;
    margin-left: 40px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    position: relative;
}

.kafel-content::before {
    content: "";
    width: 20px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -30px;
    height: 20px;
    background-size: cover;
    background-image: url(/static/plus-2.png);
}

#kafel-gwarancja {
    font-size: 1rem;
    line-height: 1.1;
    font-family: 'Manrope', sans-serif;
    margin-top: 20px;
    font-weight: 600;
    width: 65%;
}

#kafel-button {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 900;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(to right, #f15431, #ed1c24);
    border: none;
    margin-top: 1rem;
}

.blog-cta {
    padding: 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    background: linear-gradient(to right, #f15431, #ed1c24);
    color: #fff !important;
    border-radius: 5px;
    display: block;
    font-family: 'Manrope', sans-serif;
}

@media (min-width: 991px) {
    .blog-cta {
        margin-bottom: 500px;
        position: sticky;
        top: 30px;
    }
}

.blog-cta>h4 {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #fff !important;
    border-radius: 1.5rem;
    display: block;
}

.blog-cta>h5 {
    text-align: center;
    font-size: 0.85rem;
    color: #fff !important;
    border-radius: 1.5rem;
    display: block;
}

.blog-btn-cta {
    text-transform: uppercase;
    display: block;
    padding-left: 0.3rem;
    font-size: 0.7rem;
    font-weight: bold;
    background: #fff;
    color: #ed1c24 !important;
    border-radius: 1.5rem;
    font-family: 'Manrope', sans-serif;
}

.cta-flui {
    z-index: 100;
    position: sticky;
    bottom: 0;
    padding: 15px;
    margin: 0 -12px;
    border-radius: 0;
}

@media screen and (min-width: 991px) {
    .cta-flui {
        display: none;
    }
}

.oddzial-title {

    font-size: 1.1rem;
    margin-top: 0.7rem;
    font-weight: 800;
}

.oddzial-description {
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.9;
}


.image-box img {
    border-radius: 0.75rem;
}

.alert-institution {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.alert-institution>h5 {
    color: rgb(17 24 39);
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
}


.alert-institution>p {
    color: rgb(107 114 128);
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0;
}

.alert-institution>a {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.alert-level {
    aspect-ratio: 1 / 1;
    height: 120px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
}

.alert-level-outer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #777;
    color: #fff;
    border: 2px solid #777;
}

.alert-level-text {
    text-align: center;
    margin: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.alert-date {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.info-tag {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    border-radius: 0.25rem;
    align-items: center;
    flex-shrink: 0;
    display: inline-flex;
}

.info-tag strong {
    padding-right: 0.5rem;
}

.alert-level-1 {
    color: rgb(8 175 69);
    background-color: rgb(215, 254, 227);
    border: solid 1px rgb(8 175 69 / 0.2);
}

.alert-level-2 {
    color: rgb(219 130 5);
    background-color: rgb(253 248 201);
    border: solid 1px rgb(219 130 5 / 0.2);
}

.alert-level-3 {
    color: rgb(209 6 57);
    background-color: rgb(255, 201, 204);
    border: solid 1px rgb(209 6 57 / 0.2);
}

.alert-desc {
    margin-top: 1rem;
}

.alert-countries-alert {
    color: rgb(17 24 39);
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.alert-desc p {
    margin: 0;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128);
}

.alerts-section-title {
    color: rgb(15 23 42);
    letter-spacing: -0.025em;
    font-weight: 800;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin: 0;
    margin-top: 0.75rem;
    margin-bottom: 2.5rem;
}

.alert-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}


/* ============================================================
   Homepage (hp.php) — px-based overrides scoped to #hp
   Prevents rem scaling (14-22px html font-size) from inflating
   typography on the homepage while keeping other pages intact.
   ============================================================ */

html { scroll-behavior: smooth; scroll-padding-top: 70px; }

/* Hero */
#hp .silver-bg { padding-top: 32px; padding-bottom: 24px; margin-bottom: 0; }
#hp .hp-title { font-size: 32px; margin-top: 40px; margin-bottom: 16px; }
#hp .hp-subtitle { font-size: 16px; margin-bottom: 20px; line-height: 1.5; }
#hp .hp-img { max-width: min(55vw, 360px); }

/* CTA button */
#hp .btn-tropicalmed-cta { font-size: 16px; padding: 10px 24px; }

/* Section typography */
#hp .page-header { font-size: 24px; margin-bottom: 14px; }
#hp .page-subheader { font-size: 15px; line-height: 1.5; margin-bottom: 16px; }
#hp .short-line-black { margin-bottom: 20px; height: 4px; }
#hp .mt-8 { margin-top: 48px; }
#hp .hp-section-gap { margin-top: 40px; }

/* Value props */
#hp .ikona { width: 80px; height: 80px; padding: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.12); }
#hp .ikona-text > h3 { font-size: 16px; }
#hp .ikona-text > p { font-size: 15px; font-weight: 400; line-height: 1.5; }

/* Packages */
#hp .pakiet-title { font-size: 18px; }
#hp .pakiet-subtitle { font-size: 14px; }
#hp .pakiet-list, #hp .pakiet-list > li { font-size: 14px; }
#hp .pakiet-price { font-size: 18px; }
#hp .pakiet-price > s { font-size: 14px; }
#hp .pakiet-content { padding: 16px; }

/* Blog thumbnails */
#hp .blog-thumbnail { margin-bottom: 24px; }
#hp .blog-thumbnail-header { font-size: 18px; }
#hp .blog-thumbnail > p { font-size: 14px; }

/* Trust bar */
#hp .hp-trust-bar {
    background: #fff;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 14px 0;
}
#hp .hp-trust-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 24px;
}
#hp .hp-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    font-family: 'Manrope', sans-serif;
    letter-spacing: -0.01em;
}
#hp .hp-trust-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: #2ea043;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1;
}

/* Steps */
#hp .hp-step {
    text-align: center;
    padding: 24px 16px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#hp .hp-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}
#hp .hp-step-number {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, rgba(255,79,0,1) 0%, rgba(237,28,36,1) 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    margin: 0 auto 14px;
    font-family: 'Manrope', sans-serif;
    box-shadow: 0 3px 10px rgba(237,28,36,0.25);
}
#hp .hp-step-title {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 6px;
}
#hp .hp-step-text {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
}

/* FAQ */
#hp .hp-faq-item {
    border: none !important;
    border-radius: 12px !important;
    margin-bottom: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    overflow: hidden;
    background: #fff;
}
#hp .hp-faq-btn {
    font-weight: 600;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    background: #fff !important;
    color: #333;
    border-radius: 12px !important;
    padding: 16px 22px;
    line-height: 1.4;
}
#hp .hp-faq-btn:not(.collapsed) {
    color: #ed1c24;
    box-shadow: none !important;
}
#hp .hp-faq-btn:focus {
    box-shadow: none !important;
    border-color: transparent !important;
}
#hp .hp-faq-btn::after {
    flex-shrink: 0;
    margin-left: 12px;
}
#hp .hp-faq-answer {
    font-size: 15px;
    color: #666;
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    padding: 0 22px 18px;
}

/* Mobile — tablet */
@media (max-width: 768px) {
    #hp .hp-trust-list { gap: 8px 16px; }
    #hp .hp-trust-item { font-size: 13px; }
    #hp .hp-trust-check { width: 16px; height: 16px; font-size: 10px; }
}

/* Mobile — phone */
@media (max-width: 767px) {
    #hp .hp-step { padding: 20px 14px; margin-bottom: 12px; }
    #hp .hp-step:hover { transform: none; box-shadow: 0 2px 12px rgba(0,0,0,0.05); }
    #hp .hp-step-number { width: 40px; height: 40px; font-size: 18px; }
    #hp .hp-faq-btn { font-size: 15px; padding: 14px 18px; }
    #hp .hp-faq-answer { font-size: 14px; padding: 0 18px 16px; }
}

@media (max-width: 600px) {
    #hp .silver-bg { padding-top: 16px; padding-bottom: 10px; }
    #hp .hp-title { font-size: 24px; margin-top: 10px; margin-bottom: 12px; }
    #hp .hp-subtitle { font-size: 15px; }
    #hp .page-header { font-size: 20px; }
    #hp .page-subheader { font-size: 14px; }
    #hp .btn-tropicalmed-cta { font-size: 15px; padding: 10px 20px; }
    #hp .ikona { width: 70px; height: 70px; padding: 18px; }
    #hp .ikona-text > h3 { font-size: 15px; }
    #hp .ikona-text > p { font-size: 14px; }
    #hp .blog-thumbnail-header { font-size: 16px; }
    #hp .hp-section-gap { margin-top: 28px; }
}

@media (max-width: 420px) {
    #hp .hp-trust-list { gap: 6px 12px; justify-content: flex-start; padding: 0 4px; }
    #hp .hp-trust-item { font-size: 12px; }
}

/* Mobile sticky CTA */
.tm-mobile-cta-pl { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: #fff; padding: 12px 16px; box-shadow: 0 -2px 20px rgba(0,0,0,0.1); z-index: 99; }
.tm-mobile-cta-pl .btn-tropicalmed-cta { width: 100%; text-align: center; display: block; }
@media (min-width: 769px) { .tm-mobile-cta-pl { display: none !important; } }
@media (max-width: 768px) { body.has-mobile-cta { padding-bottom: 70px; } }

/* ============================================================
   Article template components
   (consolidated from inline <style> blocks)
   ============================================================ */

@keyframes arrow {
    0% { transform: translateX(0); }
    50% { transform: translateX(5px); }
    100% { transform: translateX(0); }
}

.arrow {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease-in-out;
}

.arrow > img {
    position: relative;
    animation: arrow 2s infinite;
}

#lp-list {
    margin-top: 10px;
    list-style: none;
    padding: 0;
    font-size: 0.9rem;
    margin-left: 1.5rem;
}

#lp-list > li::before {
    content: "\2713";
    color: #ed1c24;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.punkt {
    background: rgb(196, 219, 212);
    padding: 1rem;
    border-radius: 8px;
    height: 100%;
}

.punkt > h3 {
    font-weight: 600;
    font-size: 1rem;
}

.punkt > span {
    font-size: 3rem;
    color: #ed1c24;
    position: relative;
    left: -8px;
    display: block;
}

.punkt > p {
    font-size: 0.8rem;
}

.red-underscore {
    text-decoration: underline;
    text-decoration-color: #ed1c24;
    font-family: 'Manrope', sans-serif;
}

.dangerous-activities {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.dangerous-activities > div {
    width: 25%;
}

@media only screen and (max-width: 600px) {
    .dangerous-activities > div { width: 50%; }
}

.faq-element {
    padding: 1rem;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 8px;
}

.faq-header {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
}

.faq-header::after {
    content: "\25BC";
    float: right;
    font-size: 1rem;
    font-weight: 600;
}

.faq-element.active > .faq-header::after {
    content: "\25B2";
}

.faq-content {
    display: none;
}

.faq-element.active > .faq-content {
    display: block;
    padding-top: 1rem;
}

.clinic-embed {
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 8px;
}

.clinic-embed .clinic-embed-map {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.clinic-embed .clinic-embed-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.clinic-embed .godziny-table {
    margin-top: 0.5rem;
    font-family: Manrope, sans-serif;
    font-size: 0.82rem;
}

.clinic-embed .godziny-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.35rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.clinic-embed .godziny-row:last-child {
    border-bottom: none;
}

.clinic-embed .godziny-day {
    font-weight: 600;
    min-width: 45%;
}

.clinic-embed .godziny-time {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

/* Similar articles sidebar */
.similar-title {
    margin: 3vh 0;
    color: #222;
    font-weight: 700;
    font-size: 1rem;
}

.similar-thumb {
    width: 100%;
    height: 110px;
    max-width: 240px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
}

.similar-link-wrap {
    max-width: 240px;
}

.similar-link {
    display: block;
    line-height: 1.25;
    margin: 15px 0;
    color: #222;
    font-weight: 700;
    font-size: 0.9rem;
}

/* Article meta (author, date) */
.article-meta {
    font-size: 1em;
    color: #888;
}

.article-author-img {
    width: 40px;
    position: relative;
    top: 8px;
    margin-right: 20px;
    border-radius: 40px;
    margin-bottom: 20px;
}

.article-meta-sep {
    display: inline-block;
    margin: 0 20px;
}

.toc-heading {
    font-size: 1.1rem;
}

.clinic-hours-label {
    font-family: Manrope, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.8rem;
}

/* Sidebar alerts (artykuly krajowe) */
.sidebar-alerts{margin-bottom:1rem; margin-top: 2rem;}
.sidebar-alerts-title{font-family:'Manrope',sans-serif;font-size:.9rem;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}
.sidebar-alerts-title svg{color:#dc2626}
.sidebar-alert-item{display:block;width:100%;padding:.625rem;border-radius:.375rem;border:none;border-left:3px solid #e2e8f0;margin-bottom:.5rem;text-align:left;cursor:pointer;transition:all .15s ease;background:#f8fafc}
.sidebar-alert-item:hover{background:#f1f5f9;transform:translateX(2px)}
.sidebar-alert-item:focus-visible{outline:2px solid #ef4444;outline-offset:1px}
.sidebar-alert-level-1{border-left-color:#10b981}
.sidebar-alert-level-2{border-left-color:#f59e0b}
.sidebar-alert-level-3{border-left-color:#ef4444}
.sidebar-alert-badge{display:flex;align-items:center;gap:.25rem;font-family:'Manrope',sans-serif;font-size:.65rem;font-weight:600;margin-bottom:.375rem}
.sidebar-alert-badge-num{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;border-radius:50%;font-size:.6rem;font-weight:700;color:#fff;flex-shrink:0}
.sidebar-alert-level-1 .sidebar-alert-badge{color:#065f46}
.sidebar-alert-level-1 .sidebar-alert-badge-num{background:#10b981}
.sidebar-alert-level-2 .sidebar-alert-badge{color:#92400e}
.sidebar-alert-level-2 .sidebar-alert-badge-num{background:#f59e0b}
.sidebar-alert-level-3 .sidebar-alert-badge{color:#991b1b}
.sidebar-alert-level-3 .sidebar-alert-badge-num{background:#ef4444}
.sidebar-alert-item-title{display:block;font-family:'Manrope',sans-serif;font-size:.8rem;font-weight:700;color:#1e293b;line-height:1.3}
.sidebar-alert-desc{display:block;font-family:'Lato',sans-serif;font-size:.75rem;line-height:1.5;color:#64748b;margin-top:.375rem;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box}
.sidebar-alert-date{display:block;font-family:'Lato',sans-serif;font-size:.7rem;color:#94a3b8;margin-top:.25rem}
.sidebar-alerts-all{display:block;text-align:center;font-family:'Manrope',sans-serif;font-size:.75rem;font-weight:600;color:#ef4444;text-decoration:none;padding-top:.5rem;border-top:1px solid #f1f5f9;margin-top:.25rem}
.sidebar-alerts-all:hover{color:#dc2626;text-decoration:underline}

/* Alert modal */
.alert-modal-overlay{position:fixed;inset:0;z-index:9999;background:rgba(15,23,42,.5);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem}
.alert-modal-overlay[hidden]{display:none}
.alert-modal{position:relative;background:#fff;border-radius:.75rem;max-width:min(520px,calc(100vw - 2rem));width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.15)}
.alert-modal-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;cursor:pointer;color:#94a3b8;padding:.25rem;border-radius:.25rem;transition:color .15s}
.alert-modal-close:hover{color:#1e293b}
.alert-modal-close:focus-visible{outline:2px solid #ef4444;outline-offset:1px}
.alert-modal-header{padding:1.25rem 1.25rem .75rem;border-bottom:1px solid #f1f5f9}
.alert-modal-badge{display:inline-flex;align-items:center;gap:.375rem;font-family:'Manrope',sans-serif;font-size:.65rem;font-weight:600;padding:.25rem .5rem .25rem .25rem;border-radius:.375rem;margin-bottom:.5rem}
.alert-modal-badge-num{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;font-size:.65rem;font-weight:700;color:#fff}
.alert-modal-level-1 .alert-modal-badge{background:#d1fae5;color:#065f46}
.alert-modal-level-1 .alert-modal-badge-num{background:#10b981}
.alert-modal-level-2 .alert-modal-badge{background:#fef3c7;color:#92400e}
.alert-modal-level-2 .alert-modal-badge-num{background:#f59e0b}
.alert-modal-level-3 .alert-modal-badge{background:#fee2e2;color:#991b1b}
.alert-modal-level-3 .alert-modal-badge-num{background:#ef4444}
.alert-modal-title{font-family:'Manrope',sans-serif;font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 .375rem;line-height:1.3}
.alert-modal-date{font-family:'Lato',sans-serif;font-size:.7rem;color:#94a3b8}
.alert-modal-body{padding:1.25rem;font-family:'Lato',sans-serif;font-size:.8rem;line-height:1.65;color:#374151;overflow-y:auto;flex:1 1 auto}
.alert-modal-body p{margin:0 0 .75rem}
.alert-modal-body a{color:#ef4444}
.alert-modal-footer{padding:.75rem 1.25rem 1rem;display:flex;flex-direction:column;gap:.625rem;flex-shrink:0;background:#fff;border-top:1px solid #f1f5f9;border-radius:0 0 .75rem .75rem}
.alert-modal-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;background:#ef4444;color:#fff;font-family:'Manrope',sans-serif;font-size:.8rem;font-weight:700;border-radius:.5rem;text-decoration:none;transition:background .15s}
.alert-modal-cta:hover{background:#dc2626;color:#fff}
.alert-modal-cta:focus-visible{outline:2px solid #1e293b;outline-offset:2px}
.alert-modal-source{display:block;text-align:center;font-family:'Lato',sans-serif;font-size:.75rem;color:#94a3b8;text-decoration:none;transition:color .15s}
.alert-modal-source:hover{color:#64748b;text-decoration:underline}
@media(max-width:480px){
.alert-modal-header{padding:1rem 1rem .625rem}
.alert-modal-body{padding:1rem}
.alert-modal-footer{padding:.625rem 1rem .75rem}
}

/* References / long strings */
.references,
.references * {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.references li,
.references li i,
.references li a {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
}

/* Long unbroken strings in article body */
.blog-text-content,
.blog-text-content * {
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Carousel dots for mobile */
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 12px;
}
.owl-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    transition: background 0.2s ease;
}
.owl-carousel .owl-dot.active span {
    background: #ed1c24;
}

/* HP Location cards */
#hp .hp-location-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#hp .hp-location-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
}
#hp .hp-location-photo {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
#hp .hp-location-body {
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
#hp .hp-location-info {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}
#hp .hp-location-info img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
#hp .hp-location-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 3px;
    font-family: 'Manrope', sans-serif;
}
#hp .hp-location-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
}
#hp .hp-location-actions {
    display: flex;
    gap: 6px;
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
}
#hp .hp-location-actions a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 4px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    transition: background 0.2s ease, color 0.2s ease;
}
#hp .hp-location-actions a:hover {
    background: #f5f5f5;
    color: #ed1c24;
}
#hp .hp-location-actions .material-symbols-outlined {
    font-size: 18px;
}
@media (max-width: 600px) {
    #hp .hp-location-photo { height: 150px; }
    #hp .hp-location-body { padding: 14px 16px; }
    #hp .hp-location-info img { width: 34px; height: 34px; }
    #hp .hp-location-card h4 { font-size: 15px; }
    #hp .hp-location-card p { font-size: 13px; }
    #hp .hp-location-actions a { font-size: 12px; padding: 6px 2px; }
    #hp .hp-location-actions .material-symbols-outlined { font-size: 16px; }
}
