:root {
    --Color-1: #003;
    --Color-2: #6E7BB0;
    --Color-3: #A89968;
    --Color-4: #F4F4F8;
}

/* FONTS */

/* Ysabeau – zmienny font */
@font-face {
    font-family: 'Ysabeau';
    src: url('../fonts/Ysabeau-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Familjen Grotesk – zmienny font */
@font-face {
    font-family: 'Familjen Grotesk';
    src: url('../fonts/FamiljenGrotesk-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* FONTS */

/* DEFAULTS */

html {
    height: 100%;
}

body {
    background-color: #fff;
    font-family: "Ysabeau", "Arial", sans-serif;
    color: var(--Color-1);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}

img,
object,
embed {
    max-width: 100%;
}

a:hover,
a:focus,
a:active {
    outline: none !important;
}

strong,
b {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Familjen Grotesk", "Arial", sans-serif;
    color: var(--Color-1);
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

h1,
.h1 {
    font-size: 96px;
}

h2,
.h2 {
    font-size: 48px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-size: 20px;
}

@media (max-width:1440px) {

    h1,
    .h1 {
        font-size: 64px;
    }

    h2,
    .h2 {
        font-size: 36px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }
}

@media (max-width:1199px) {

    h1,
    .h1 {
        font-size: 48px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

}

p {
    margin: 0;
}

a {
    text-decoration: none;
    transition: color .3s ease;
}

textarea {
    resize: vertical;
    /* height: 140px; */
}

img {
    max-width: 100%;
    height: auto;
}

picture {
    display: flex;
    height: 100%;
}

button {
    outline: none !important;
    background-color: transparent;
    cursor: pointer;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.container {
    position: relative;
    max-width: 1590px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.container-sm {
    max-width: 1400px;
}

.container-lg {
    max-width: 100%;
    padding-left: 70px;
    padding-right: 70px;
}

@media (max-width:1440px) {
    .container-lg {
        padding-left: 15px;
        padding-right: 15px;
    }
}

main {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    height: 100%;
    transition: padding .3s ease;
}

.grecaptcha-badge {
    display: none !important;
}

hr,
hr.wp-block-separator {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0.10);
    border-bottom: 0;
    color: transparent;
}


.site-main table tbody tr:not(:first-child) td:first-child,
.site-main table tbody tr:first-child td {
    color: var(--Color-2, #6E7BB0);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.site-main table tbody tr:not(:last-child) {
    border-bottom: 1px solid var(--Color-3);
}

.site-main table tbody td {
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: "Familjen Grotesk";
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 8px 16px;
    text-align: center;
    transition: background .3s ease;
}

.site-main table tbody tr:not(:first-child):hover td {
    background: rgba(168, 153, 104, 0.20);
}

@media (max-width:991px) {

    .site-main table tbody tr:not(:first-child) td:first-child,
    .site-main table tbody tr:first-child td {
        font-size: 16px;
    }

    .site-main table tbody td {
        font-size: 20px;
        padding: 8px;
    }
}

/* btns */

.btn {
    color: var(--Color-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 18px 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: 'Familjen Grotesk';
    letter-spacing: 0.8px;
    border: 1px solid transparent;
    transition: color .3s ease, background .3s ease, border .3s ease;
    text-transform: uppercase;
}

.btn-primary {
    background: var(--Color-3);
    border-color: var(--Color-3);
    color: #fff;
}

.btn-primary.active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-within {
    background: #fff;
    border-color: var(--Color-3);
    color: var(--Color-3);
}

.btn-secondary {
    background: var(--Color-2);
    border-color: var(--Color-2);
    color: #fff;
}

.btn-secondary.active,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus-within {
    background: #fff;
    border-color: var(--Color-2);
    color: var(--Color-2);
}

.btn-outline {
    background: transparent;
    border-color: var(--Color-1);
}

.btn-outline.active,
.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus-within {
    background: var(--Color-1);
    border-color: var(--Color-1);
    color: #fff;
}

.btn-outline-primary {
    background: transparent;
    border-color: var(--Color-3);
    color: var(--Color-3);
}

.btn-outline-primary.active,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus-within {
    background: var(--Color-3);
    border-color: var(--Color-3);
    color: #fff;
}

.btn-outline-white {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-outline-white.active,
.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:focus-within {
    background: #fff;
    border-color: #fff;
    color: var(--Color-1);
}

.btn-white {
    background: #fff;
    border-color: #fff;
    color: var(--Color-1);
}

.btn-white.active,
.btn-white:hover,
.btn-white:active,
.btn-white:focus-within {
    background: var(--Color-1);
    border-color: var(--Color-1);
    color: #fff;
}


/* btns */


/* nav sticky */

.navbar-default {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: top .3s ease, box-shadow .3s ease, background .3s ease;
    transition: top .3s ease, box-shadow .3s ease, background .3s ease;
    z-index: 1002;
    background: rgba(0, 0, 51, 0.80);
    backdrop-filter: blur(12.5px);
}

.navbar-sticky .navbar-default {}

.navbar-sticky .nav-wrapper {
    padding: 12px 0;
}

/* nav sticky */

/* nav */

body.nav-opened {
    overflow: hidden;
}

.nav-secondary {
    background: var(--Color-2);
    backdrop-filter: blur(12.5px);
    padding: 8px 0;
}

.nav-secondary-inner {
    display: flex;
    justify-content: flex-end;
}

.nav-secondary-inner ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 48px;
}

.nav-secondary-inner ul a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Color-1);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.nav-wrapper {
    padding: 16px 0;
    transition: padding .3s ease;
}

.nav-wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
}

.nav-wrapper .main-logo {
    transition: transform .3s ease;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--Color-3);
    font-size: 20px;
    font-family: 'Familjen Grotesk';
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-logo svg {
    min-width: 40px;
}

.nav-primary {
    display: flex;
    align-items: center;
}

.nav-wrapper .main-logo:hover {
    transform: scale(0.95);
}

.nav-wrapper .hamburger {
    display: none;
}

.nav-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px 30px;
    margin-left: auto;
}

.navbar-nav {
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 56px;
    padding: 0;
    margin: 0;
    scrollbar-width: thin;
}

.navbar-nav a {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-nav li.active a,
.navbar-nav a:hover {
    color: var(--Color-3)
}

@media (min-width:1200px) {

    .hamburger-logo {
        display: none;
    }
}

@media (max-width:1199px) {

    .navbar-sticky .nav-wrapper {
        padding: 10px 0;
    }

    .nav-primary {
        position: absolute;
        left: 0;
        top: -12px;
        width: 100%;
        transform: translateX(100%);
        transition: transform .3s ease;
        background-color: var(--Color-1);
        height: 100vh;
        padding: 25px;
    }

    .nav-primary.active {
        transform: translateX(0);
    }

    .navbar-nav li.active a,
    .navbar-nav a:hover {
        color: #fff;
    }


    .nav-wrapper {
        padding: 12px 0;
    }

    .nav-wrapper .hamburger {
        display: none;
        flex-direction: column;
        cursor: pointer;
        z-index: 99;
    }

    .nav-wrapper .bar {
        width: 24px;
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        transition: 0.4s;
    }

    .nav-wrapper .hamburger {
        display: flex;
        margin-left: auto;
    }

    .hamburger-logo {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateY(100%) translateX(-50%);
        width: 100%;
        max-width: 75%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-primary {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: 100%;
    }

    .navbar-nav a {
        font-size: 18px;
    }

    .nav-menu-wrapper {
        width: 100%;
        padding: 0;
    }

    .nav-menu-wrapper nav {
        transform: translateX(100%);
        transition: transform .3s ease;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
        width: 100%;
    }

    .nav-menu-wrapper.active nav {
        transform: translateX(0);
    }

    .nav-wrapper .bar.active:nth-child(1) {
        transform: rotate(-45deg) translate(-8px, 6px);
    }

    .nav-wrapper .bar.active:nth-child(2) {
        opacity: 0;
    }

    .nav-wrapper .bar.active:nth-child(3) {
        transform: rotate(45deg) translate(-8px, -6px);
    }

    .nav-menu-wrapper {
        border-bottom: 0;
    }

    .season-switcher {
        position: absolute;
        right: 10px;
        top: calc(100% + 20px);
    }
}

@media (max-width:768px) {
    .nav-secondary-inner ul {
        width: 100%;
        gap: 0;
        justify-content: space-between;
    }

    .nav-secondary-inner ul svg {
        max-width: 12px;
        min-width: 12px;
        width: 100%;
        height: auto;
    }

    .nav-secondary-inner ul a {
        gap: 4px;
        font-size: 9px;
    }
}

/* nav */

/* season switcher */

.season-switch {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 4px 16px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    transition: background 0.3s, opacity .3s ease;
    border: 1px solid #fff;
}

.season-switch.winter {
    background: var(--Color-1);
    padding-right: 4px;
    flex-direction: row-reverse;
}

.season-switch.summer {
    background: var(--Color-3);
    padding-left: 4px;
}

.season-switch:hover {
    opacity: 0.9;
}

.season-switch .icon {
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

/* season switcher */

/* footer */

footer {
    background-color: var(--Color-1);
    color: #fff;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/footer-bg.svg);
    width: 520px;
    height: 485px;
    background-repeat: no-repeat;
    background-size: contain;
}

footer .footer-wrapper {
    padding: 50px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .footer-data-wrapper {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

footer .footer-data-wrapper p {
    font-weight: 300;
    letter-spacing: -0.8px;
    font-size: 16px;
}

footer .footer-data-wrapper .main-logo {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 24px;
    font-weight: 700;
    color: var(--Color-3);
    text-transform: uppercase;
    font-family: 'Familjen Grotesk';
}

footer .footer-partners-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer .footer-partners-wrapper>p {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: -0.8px;
    font-size: 16px;
}

footer .footer-partners {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

footer .footer-partners .partner-single {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    padding: 8px 16px;
    overflow: hidden;
}

footer .footer-partners .partner-single img {
    max-height: 40px;
    width: auto;
    transition: transform .3s ease;
}

footer .footer-partners .partner-single:hover img {
    transform: scale(1.1);
}

footer .footer-menu-wrapper {
    display: flex;
    max-width: 30%;
    justify-content: flex-end;
}

footer .footer-menu-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

footer .footer-menu-wrapper a {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #fff;
    transition: color .3s ease;
}

footer .footer-menu-wrapper a:hover {
    color: var(--Color-3);
}

footer .footer-menu-wrapper a img,
footer .footer-menu-wrapper a svg {
    width: 100%;
    max-width: 20px;
    min-width: 20px;
    height: auto;
}

footer .footer-copy-wrapper {
    padding: 32px 15px;
    border-top: 1px solid var(--Color-2);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}

footer .footer-copy-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    font-weight: 300;
}

footer .footer-copy-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

footer .footer-copy-nav ul {
    gap: 0;
}

footer .footer-copy-nav a {
    color: var(--Color-3);
    font-size: 12px;
    font-weight: 300;
    padding: 3.5px 20px;
    border-left: 1px solid var(--Color-3);
}

footer .footer-copy-nav a:hover {
    text-decoration: underline;
}

footer .footer-socials a {
    display: flex;
    align-items: center;
}

footer .footer-socials svg {
    max-width: 16px;
    height: auto;
}

@media (max-width:991px) {
    footer .footer-wrapper {
        padding: 48px 0;
    }

    footer .footer-copy-wrapper {
        padding: 32px 0;
    }

    footer .footer-data-wrapper {
        max-width: 70%;
    }
}

@media (max-width:768px) {

    footer::before {
        top: auto;
        transform: none;
        bottom: 0;
    }

    footer .footer-wrapper {
        flex-wrap: wrap;
        gap: 32px;
    }

    footer .footer-menu-wrapper,
    footer .footer-data-wrapper {
        max-width: 100%;
    }

    footer .footer-data-wrapper .main-logo {
        justify-content: center;
        font-size: 12px;
    }

    footer .footer-menu-wrapper ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    footer .footer-menu-wrapper li {
        width: calc(50% - 12px);
    }

    footer .footer-menu-wrapper a {
        font-size: 14px;
    }

    footer .footer-partners {
        gap: 16px;
    }

    footer .footer-partners .partner-single img {
        max-height: 26px;
    }

    footer .footer-copy-nav,
    footer .footer-copy-wrapper {
        justify-content: center;
        text-align: center;
    }

    footer .footer-socials {
        order: 0;
        padding: 16px 0 0;
    }

    footer .footer-copy-nav {
        order: 1;
    }

}

/* footer */

/* block title */

.pre-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: var(--Color-3);
    font-size: 16px;
    font-weight: 400;
}

.content-title-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content-title-wrapper h2 {
    text-transform: uppercase;
    font-weight: 700;
}

.content-title-wrapper p {
    color: var(--Color-1);
    font-size: 22px;
}

.bg-dark .content-title-wrapper h2,
.bg-dark .content-title-wrapper p {
    color: #fff;
}

@media (max-width:1199px) {
    .content-title-wrapper p {
        font-size: 16px;
    }
}

/* block title */

.bg-dark {
    background-color: var(--Color-1);
}

/* breadcrumb */

.breadcrumb-wrapper {
    background-color: var(--Color-4);
    padding: 16px 0;
}

.breadcrumb-wrapper .breadcrumb-default {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 36px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.breadcrumb-wrapper .breadcrumb-default span,
.breadcrumb-wrapper .breadcrumb-default a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: var(--Color-3);
    display: flex;
    align-items: center;
}

.breadcrumb-wrapper .breadcrumb-default a {
    text-decoration: underline;
}

.breadcrumb-wrapper .breadcrumb-default li {
    position: relative;
}

.breadcrumb-wrapper .breadcrumb-default li:not(:last-child)::before {
    content: '';
    position: absolute;
    right: -28px;
    top: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    background-image: url(../images/breadcrumb-separator.svg);
    background-repeat: no-repeat;
    background-image: 100%;
}

/* breadcrumb */

/* blog */

.blog-filter-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.blog-filter-wrapper .blog-categories ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.blog-filter-wrapper .blog-categories a {
    padding: 18px 32px;
    background-color: var(--Color-4);
    color: var(--Color-1);
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Familjen Grotesk';
    transition: color .3s ease, background .3s ease;
    display: flex;
}

.blog-filter-wrapper .blog-categories a:hover,
.blog-filter-wrapper .blog-categories a.active {
    color: #fff;
    background-color: var(--Color-3);
}

.default-select-wrapper,
.blog-sort {
    position: relative;
    display: flex;
    align-items: center;
}

.default-select-wrapper {
    display: inline-flex;
}

.default-select,
.blog-sort select {
    border-radius: 0;
    background-color: transparent;
    border: 1px solid var(--Color-1);
    padding: 16px 56px 16px 32px;
    font-family: 'Familjen Grotesk';
    font-size: 16px;
    font-weight: 400;
    /* letter-spacing: 0.8px; */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.default-select-wrapper .sort-arrow,
.blog-sort .sort-arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s;
    pointer-events: none;
}

.default-select:focus+.sort-arrow,
.default-select.open+.sort-arrow,
.blog-sort select:focus+.sort-arrow,
.blog-sort select.open+.sort-arrow {
    transform: translateY(-50%) rotate(180deg);
}

@media (max-width:479px) {
    .blog-filter-wrapper .blog-categories ul {
        gap: 8px;
    }

    .blog-filter-wrapper .blog-categories li {
        flex: 1 auto;
        width: calc(50% - 4px);
    }

    .blog-filter-wrapper .blog-categories a {
        text-align: center;
        justify-content: center;
    }
}

/* blog */

/* single-post */

.post-single {
    padding: 64px 0;
}

.post-single-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 96px;
}

.post-single article {
    width: calc(66.66666666% - 48px);
    flex: 1 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.post-single aside {
    width: calc(33.33333333% - 48px);
    position: sticky;
    top: 120px;
}

.post-single article * {
    margin: 0;
}

.post-single {
    color: var(--Color-1);
}

.post-single article p+p {
    margin-top: -16px;
}

.post-single h1,
.post-single h2,
.post-single h3 {
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    line-height: 1.1;
}

.post-single h1 {
    font-size: 52px;
    padding: 32px 0;
    letter-spacing: -1.8px;
}

.post-single h2 {
    font-size: 33px;
    letter-spacing: -1.159px;
}

.post-single h3 {
    font-size: 26px;
    letter-spacing: -1.159px;
}

.post-single blockquote {
    background-color: var(--Color-4);
    padding: 24px;
    margin: 0;
}

.post-single blockquote a {
    color: var(--Color-3);
}

.post-single blockquote a:hover {
    color: var(--Color-1);
}

.post-single .sidebar-image {
    line-height: 0.8;
}

.post-single .sidebar-image img {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.post-single .sidebar-content {
    padding: 48px;
    background-color: var(--Color-4);
}

.post-single .sidebar-content h3 {
    margin-bottom: 24px;
    text-transform: uppercase;
    font-size: 22px;
    color: var(--Color-1);
    letter-spacing: 0.22px;
    font-weight: 500;
}

.post-single .sidebar-content p {
    font-size: 15px;
    color: var(--Color-1, #003);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-weight: 300;
    letter-spacing: 0.184px;
    margin-bottom: 8px;
}

.post-single .sidebar-links {
    margin: 0;
    padding: 0;
    margin-top: 8px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
}

.post-single .sidebar-links a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Color-3);
}

.post-single .sidebar-links svg {
    min-width: 14px;
    max-width: 17px;
    height: auto;
    width: auto;
}

.post-single .sidebar-content .btn-wrapper {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.post-single .sidebar-content .btn {
    width: 100%;
    font-weight: 400;
}

.post-single table {
    max-width: 500px;
}

@media (max-width:1440px) {
    .post-single-wrapper {
        gap: 64px;
    }

    .post-single article {
        width: calc(66.66666666% - 32px);
    }

    .post-single aside {
        width: calc(33.33333333% - 32px);
    }

    .post-single .sidebar-content {
        padding: 32px;
    }

    .post-single h1 {
        padding: 24px 0;
        font-size: 46px;
    }
}

@media (max-width:991px) {
    .post-single-wrapper {
        flex-wrap: wrap;
        gap: 64px;
    }

    .post-single article,
    .post-single aside {
        width: 100%;
    }

    .post-single aside {
        position: relative;
        top: auto;
    }

    .post-single h1 {
        font-size: 32px;
    }

    .post-single h2 {
        font-size: 28px;
    }
}

@media (max-width:479px) {

    .post-single .sidebar-content {
        padding: 24px;
    }

    .post-single h1 {
        padding: 16px 0;
    }
}

/* single-post */

.iti--separate-dial-code .iti__selected-dial-code {
    font-variant-numeric: lining-nums tabular-nums;
}