#Navigation .navigation_item .count {
    display: none !important;
}
.cm {
    overflow: visible;
}

/* responsywne wideo */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(135deg, #f06, #9f6);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 2px solid #e0e0e0;
    transition: all 0.4s ease;
    animation: gradientShift 10s infinite alternate; /* animacja tła */
}

@keyframes gradientShift {
    0% {
        background: linear-gradient(135deg, #f06, #9f6);
    }
    100% {
        background: linear-gradient(135deg, #9f6, #f06);
    }
}

.video-container:hover {
    transform: scale(1.03) translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: transform 0.4s ease; /* dodanie efektu zoom dla wideo */
}

.video-container:hover iframe,
.video-container:hover object,
.video-container:hover embed {
    transform: scale(1.05); /* efekt zoom przy najechaniu */
}


/* powiększenie i pomniejszenie elementów opis na karcie prooduktu */
.zoom_kp, .small_kp{
    padding: 0;
    float: none;
  
}
.zoom_kp img {
    transition-duration: 2s;
    margin: 10px;
    display: inline;
}
.zoom_kp img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}
.small_kp img{
  transition-duration: 2s;
    margin: 0 auto;
    display: inline;
  transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.small_kp img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 0;
}

/* powiększenie i pomniejszenie elementów storona główna */
.zoom, .small{
    overflow: hidden;
    padding: 10px;
    float:none;
  
}
.zoom img {
    transition-duration: 2s;
    margin: 10px;
    display: inline;
}
.zoom img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}
.small img{
  transition-duration: 2s;
    margin: 0 auto;
    display: inline;
  transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.small img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 0;
}

/* podstawowy styl opisu na karcie produktu */
.styl_opisu_produktu_barokko {
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: black;
}

.styl_opisu_produktu_barokko h2, .styl_opisu_produktu_barokko h3 {
    font-family: 'Montserrat', sans-serif;
    color: #9C794D;
}

.styl_opisu_produktu_barokko h2 {
    text-align: left; /* Set text alignment to left */
    font-size: 20px;
    margin-bottom: 10px; /* Increased bottom margin */
}

.styl_opisu_produktu_barokko h3 {
    text-align: left; /* Set text alignment to left */
    font-size: 18px;
    margin-bottom: 8px; /* Increased bottom margin */
}
	
/* Etykieta tooltip Barokko */
.tooltip_barokko {
    position: relative;
    display: inline-block;
    flex: 0 0 100%; 
    margin: 10px; 
    transition: all 0.3s ease, background-color 0.5s ease;
    border-radius: 10px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    z-index: 1;
    border: 1px solid #9C794D;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: perspective(1px) translateZ(0);
}

.tooltip_barokko:hover,
.tooltip_barokko:active,
.tooltip_barokko:focus {
    box-shadow: 0 8px 30px 0 rgba(156, 121, 77, 0.4), 0 12px 60px 0 rgba(156, 121, 77, 0.3);
    transform: scale(1.05) perspective(1px) translateZ(0);
    z-index: 2;
    background: transparent;
}

.tooltip_barokko a {
    display: grid; 
    align-items: center; 
    text-align: center; 
    justify-items: center; 
    text-decoration: none; 
    color: black; 
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    border-radius: 10px;
}

.tooltip_barokko a:hover,
.tooltip_barokko a:active,
.tooltip_barokko a:focus {
    text-decoration: underline;
    transform: translateY(5px);
}

.tooltip_barokko img {
    width:100px;
    height:100px;
    margin-bottom:15px;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    border-radius: 50%;
    transition: all 2s ease;
    border: 2px solid transparent;
    background: 
        linear-gradient(75deg, #FFD700, #D4AF37, #9C794D, #D4AF37), 
        linear-gradient(-75deg, #FFD700, #D4AF37, #9C794D, #D4AF37);
    background-origin: border-box;
    background-clip: content-box, border-box; 
    box-decoration-break: clone;
}

.tooltip_barokko:hover img,
.tooltip_barokko:active img,
.tooltip_barokko:focus img {
    transform: rotateY(360deg) scale(1.2);
    box-shadow: 0px 10px 15px rgba(0,0,0,0.3);
}

.tooltiptext_barokko {
    visibility: hidden;
    min-width: 200px;
    max-width: 300px;
    background-color: #f5f7fa; /* Jasne tło */
    color: #7C614D; /* Ciemniejszy kolor tekstu dla lepszego kontrastu */
    text-align: center;
    padding: 5px 5px;
    position: absolute;
    z-index: 1000;
    border:1px solid #9C794D; /* Kolor obramowania dopasowany do logotypu */
    font-size:1.1em; /* Zwiększony rozmiar czcionki dla lepszej czytelności */
    font-weight: bold; /* Pogrubienie tekstu */
    box-shadow: 0px 2px 10px rgba(156, 121, 77, 0.2); /* Subtelny cień z koloru logotypu */
    opacity: 0;
    transition: opacity 0.3s ease-in-out; /* Płynna animacja pojawiania się */
    white-space: normal; 
    bottom: calc(100% + 10px); 
    left: 50%;
    transform: translateX(-50%);
    /* Usuwamy cień tekstu */
    text-shadow: none;
}

.tooltip_barokko:hover .tooltiptext_barokko,
.tooltip_barokko:active .tooltiptext_barokko,
.tooltip_barokko:focus .tooltiptext_barokko {
    visibility: visible;
    opacity: 1;
}

.tooltip_barokko span {
    /* Usuwamy text-shadow */
    white-space: normal;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .tooltip_barokko .tooltiptext_barokko {
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        min-width: 100%;
        box-sizing: border-box;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .tooltip_barokko {
        flex: 0 0 50%; 
    }
    .tooltiptext_barokko {
        min-width: 150px;
    }
}

    
/* lista nieuporządkowana Barokko */
.lista_barokko {
    margin: 20px 0; /* Added vertical margin */
    padding-left: 50px; /* Increased left padding to accommodate the marker */
    padding: 20px; 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: white; 
    background: linear-gradient(to right, rgba(156,121,77,1) 0%, rgba(156,121,77,0.75) 100%);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.lista_barokko li {
    list-style-type: none;
    position: relative;
    padding-left: 20px; /* Increased left padding */
    margin-bottom: 10px;
}

.lista_barokko li:before {
    content: '\2714'; /* Default to check mark for desktop */
    font-size: 0.9em;
    position: absolute;
    left: -15px; /* Move the marker to the right */
    top: 0; /* Aligned with the first line */
    color: white; /* Confirm the color is white */
    background-color: #9C794D;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid white;
}

@media screen and (max-width: 1100px) { /* Apply to devices with max width of 600px */
    .lista_barokko li:before {
        content: '\2713'; /* Change to tick mark for mobile */
    }
}

.lista_barokko h2 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px; 
    color: white;
}
	

#footer_img{
    display: none!important;
}
div#tws_i_0 {
    z-index: 99 !important;
}

/* .dictionary__param:nth-of-type(6) > .dictionary__values .dictionary__value_txt{
// 	display: none;
// }

         /* Styl kontenera karuzeli */
   .menu5-heading {
            font-family: 'Montserrat', serif;
            font-size: 14px;
            color: #6f5532;
            text-align: left;
            margin-left: 30px;
            margin-right: 30px;
            margin-bottom: 10px; /* Odległość między napisem a kontenerem */
            opacity: 0;
            transform: translateY(20px);
            animation: fadeIn 0.6s ease-out forwards;
        }

        /* Animacja pojawiania się nagłówka */
        @keyframes fadeIn {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Kontener */
        .menu5-url-wrapper {
            background: rgba(250, 250, 250, 0.8); /* Subtelna przezroczystość */
            padding: 10px 10px;
            border: 1px solid rgba(156, 121, 77, 0.8); /* Subtelne złote obramowanie */
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), inset 0 0 10px rgba(255, 255, 255, 0.3); /* Redukcja cienia */
            border-radius: 0;
        }

        /* Kontener przycisków */
        .menu5-url-container {
            display: flex;
            flex-wrap: wrap; /* Pozwala na zawijanie elementów do nowych wierszy */
            justify-content: flex-start;
            gap: 7px;
            padding: 10px 0 10px 0;
            max-width: 100%; /* Kontener o pełnej szerokości */
            box-sizing: border-box;
        }

        /* Przyciski */
        .menu5-url {
            background: transparent;
            color: #333;
            padding: 0.5rem 0.5rem; /* Zwiększone paddingi dla czytelności */
            border-radius: 0px;
            font-family: 'Montserrat', sans-serif; /* Ustawienie kroju czcionki */
            font-size: 1.2rem;
            text-decoration: none;
            border: 1px solid rgba(156, 121, 77, 0.8); /* Złote obramowanie */
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(255, 255, 255, 0.3); /* Cień przycisku */
            transition: transform 0.3s ease, background 0.4s ease, color 0.4s ease, border-color 0.4s ease, box-shadow 0.3s ease, font-weight 0.3s ease;
            display: inline-block;
            white-space: nowrap; /* Tekst w jednej linii */
            text-align: center;
            min-width: 50px; /* Minimalna szerokość przycisków */
            height: auto;
            flex-shrink: 0; /* Zapobiega zmniejszaniu się przycisków */
            opacity: 1;
            transform: translateY(10px);
            animation: buttonFadeIn 0.6s ease-out forwards;
        }

        /* Efekt najechania */
        .menu5-url:hover {
            background: #9C794D; /* Kolor #9C794D po najechaniu */
            color: #fff;
            border-color: #9C794D;
            box-shadow: 0 4px 9px rgba(0, 0, 0, 0.3); /* Subtelniejszy cień po najechaniu */
            transform: translateY(-2px);
            font-weight: bold; /* Pogrubienie tekstu po najechaniu */
        }

        /* Animacja pojawiania się przycisków */
        @keyframes buttonFadeIn {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .menu5-url:active {
            opacity: 1;
            transform: scale(0.98);
        }

        /* Animacja na urządzeniach dotykowych */
        @media (hover: none) and (pointer: coarse) {
            .menu5-url {
                animation: buttonSlide 4s ease-out infinite alternate;
            }
        }

        /* Responsywność */
        @media screen and (max-width: 900px) {
           .menu5-url-container {
        padding: 5px 0 5px 0; /* Zmniejszony górny margines */
    }
    .menu5-url {
        padding: 0.3rem 0.7rem; /* Dostosowane paddingi dla mniejszych ekranów */
        animation: none; /* Wyłącza animację */
        transform: none; /* Wyłącza początkowe przesunięcie */
        box-shadow: none; /* Wyłączenie cieni */
    }
        
    .menu5-url:hover {
        background: #9C794D;
        color: #fff;
        font-weight: normal; /* Wyłączenie pogrubienia */
    }        
            
        }
        

/* Kontener karuzeli */
.menu5-carousel-container {
    position: relative;
    max-width: 930px;
    margin: 0 auto;
    overflow: hidden;
}

.menu5-carousel {
    overflow: hidden;
    padding: 20px;
    margin-left: 50px;
    margin-right: 50px;
}

.menu5-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.menu5-tile {
    width: 160px;
    margin-right: 20px; /* Margines między kafelkami */
    flex-shrink: 0;
    border-radius: 0;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(255, 255, 255, 0.3);
    overflow: hidden;
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    background-size: 200% 200%;
    animation: menu5-backgroundMove 5s ease infinite;
    font-family: 'Montserrat', serif;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    padding: 12px;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #9C794D, #6f5532) 1;
}

@keyframes menu5-backgroundMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.menu5-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

/* Styl linków (usunięcie niebieskiej linii) */
.menu5-tile a {
    text-decoration: none;
    color: inherit; /* Kolor dziedziczony, aby link był w kolorze tekstu */
}

.menu5-tile img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    transition: filter 0.3s ease, transform 0.3s ease;
}

.menu5-tile:hover img {
    transform: scale(1.05);
    filter: brightness(0.9);
}

.menu5-category {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #9C794D;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-top: 8px;
    border-bottom: 1px solid #9C794D;
    padding-bottom: 8px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, color 0.3s ease;
}

.menu5-tile:hover .menu5-category {
    transform: translateY(-3px);
    color: #6f5532;
}

.menu5-category::before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #9C794D;
    margin: 0 auto 8px auto;
}

/* Kontenery na strzałki */
.menu5-carousel-left, .menu5-carousel-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    pointer-events: none;
}

.menu5-carousel-left {
    left: 0;
}

.menu5-carousel-right {
    right: 0;
}

/* Stylizacja strzałek */
.menu5-carousel-button {
    background-color: #9C794D; /* Złoty kolor */
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    pointer-events: all;
    border-radius: 5px; /* Zaokrąglone rogi */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Cień dla efektu 3D */
}

.menu5-carousel-button.hidden {
    display: none;
}

/* Wskaźnik stron (paginate indicator) */
.pagination-dots {
    text-align: center;
    margin-top: 15px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background-color: #9C794D;
}

/* Responsywność */
@media screen and (max-width: 600px) {
    .menu5-tile {
        width: 120px;
    }
}

/* Kontener kategorii produktów */
.barokko-category {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); /* Cień bez tła */
    margin: 20px auto;
    text-align: center;
    position: relative;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #9C794D, #6f5532) 1; /* Obramowanie gradientowe */
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; /* Płynne animacje */
}

/* Animacja tła */
@keyframes barokko-backgroundMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

/* Efekt hover na kategorii */
.barokko-category:hover {
    transform: translateY(-5px); /* Uniesienie kontenera */
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4); /* Większy cień na hover */
}

/* Ograniczenie wysokości dla tekstu */
.barokko-text-container {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}

/* Gradient rozmycia na dole */
.barokko-text-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
    transition: opacity 2.5s ease;
}

/* Usunięcie ograniczenia po rozwinięciu */
.barokko-category.expanded .barokko-text-container {
    max-height: none;
}

.barokko-category.expanded .barokko-text-container::after {
    opacity: 0;
}

/* Nagłówki kategorii */
.barokko-category h1, .barokko-category h2, .barokko-category h3, .barokko-category h4, {
    font-family: 'Montserrat', serif; /* Spójność z karuzelą */
    color: #6f5532;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}

.barokko-category h1 {
    font-size: 2rem;
}

.barokko-category h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

.barokko-category h3 {
    font-size: 1.6rem;
    font-weight: 500;
}

.barokko-category h4 {
    font-size: 1.4rem;
    font-weight: 500;
}

/* Opisy kategorii */
.barokko-category p {
    font-size: 1.3rem;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

/* Linki w kategorii */
.barokko-category a:not(.barokko-read-more) {
    position: relative;
    color: #9C794D;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.barokko-category a:not(.barokko-read-more)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #9C794D;
    left: 0;
    bottom: -2px;
    transform: scaleX(1);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
    text-decoration: underline;
}

.barokko-category a:not(.barokko-read-more):hover {
    color: #6f5636;
}

.barokko-category a:not(.barokko-read-more):hover::after {
    transform: scaleX(0); /* Animowane znikanie linii */
    transform-origin: bottom left;
}

/* Wyrównanie elementów listy do lewej */
.barokko-category ul, 
.barokko-category ol {
    text-align: left;
    padding-left: 20px; /* Dodanie odstępu dla list */
    list-style-position: outside; /* Wyrównanie punktów listy do lewej */
}

/* Styl przycisku "Czytaj więcej" */
.barokko-read-more {
    display: inline-block;
    padding: 7px 20px;
    background-color: #9C794D; /* Kolor tła przycisku */
    color: #fff; /* Kolor tekstu */
    font-weight: 500;
    font-size: 1.05rem;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease; /* Płynne animacje */
    box-shadow: none; /* Brak cienia */
}

.barokko-read-more:hover {
    background-color: #333333; /* Ciemny odcień szarości na hover */
    color: #ffffff; /* Tekst zmienia się na biały */
    transform: translateY(-3px); /* Delikatne uniesienie przycisku */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Dodanie cienia przy hover */
}
}



/* Media Queries – Mobilne */
@media (max-width: 768px) {
    .barokko-category {
        padding: 15px;
        margin: 10px;
    }

    .barokko-category h1 {
        font-size: 1.8rem;
    }

    .barokko-category h2 {
        font-size: 1.6rem;
    }

    .barokko-category h3 {
        font-size: 1.4rem;
    }

   .barokko-category h4 {
        font-size: 1.3rem;
    }
    .barokko-read-more {
        padding: 8px 15px;
        font-size: 1.1rem;
    }
}


/* Kontener dla tabeli (zapewnia przewijanie na małych ekranach) */
.barokko-table-container {
    width: 100%;
    overflow-x: auto;
    margin-top: 20px;
}

/* Stylowanie tabeli */
.barokko-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.2rem;
    margin: 20px 0;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* Nagłówki tabeli */
.barokko-table th {
    background: linear-gradient(to right, #9C794D, #6f5532);
    color: white;
    font-weight: bold;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #6f5532;
}

/* Komórki tabeli */
.barokko-table td {
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: background-color 0.3s ease;
}

/* Efekt hover na wierszach */
.barokko-table tbody tr:hover {
    background-color: #f5efe7;
    transition: background-color 0.3s ease;
}

/* Naprzemienne kolory wierszy dla czytelności */
.barokko-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Zaokrąglone rogi dla pierwszego i ostatniego wiersza */
.barokko-table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.barokko-table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.barokko-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.barokko-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

/* Responsywność */
@media (max-width: 768px) {
    .barokko-table th, .barokko-table td {
        padding: 10px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .barokko-table {
        font-size: 0.9rem;
    }

    .barokko-table th, .barokko-table td {
        padding: 8px;
    }
}




/* Media Queries – Mniejsze ekrany (telefony) */
@media (max-width: 480px) {
    .barokko-category {
        padding: 15px;
        margin: 5px;
    }

    .barokko-category h1 {
        font-size: 1.8rem;
    }

    .barokko-category h2 {
        font-size: 1.6rem;
    }

    .barokko-category h3 {
        font-size: 1.4rem;
    }

  .barokko-category h4 {
        font-size: 1.4rem;
    }
    .barokko-read-more {
        padding: 6px 10px;
        font-size: 1rem;
    }
}