/*@font-face {
    font-family: "Inter";
    font-display: swap;
    src: url(../fonts/Inter/Inter-VariableFont_opsz_wght.ttf);
    font-weight: 400 700;
    font-stretch: 75% 125%;

    font-style: normal;
}
@font-face {
    font-family: "Plus Jakarta Sans";
    font-display: swap;
    src: url(../fonts/PlusJakartaSans/PlusJakartaSans-VariableFont_wght.ttf);
    font-weight: 400 700;
    font-stretch: 75% 125%;

    font-style: normal;
}

body {
    font-family: "Inter", sans-serif !important;
}

h1,
h2,
h3,
h4 {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

h1,
.h1 {
    font-size: 40px;
    font-weight: 500;
}
@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 4rem;
    }
}
*/
.nav-primary #primary-menu > .menu-item > a {
    margin: 0 10px;
    text-transform: none;
}
/*.nav-primary #primary-menu > .menu-item > a::after {
    content: "";
    border-bottom: solid 4px var(--wp--preset--color--green-light);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transition: 0.3s transform;
    transform-origin: left;
}

.nav-primary #primary-menu > .menu-item.menu-dropdown-active > a::after,
.nav-primary #primary-menu > .menu-item > a:hover::after {
    transform: scaleX(1);
    transform-origin: right;
}*/

.wp-block-table {
    border: 1px solid #e6ebf5;
    border-radius: 1rem;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.wp-block-table table {
    border: 0;
}

.wp-block-table table th,
.wp-block-table table td {
    border: 0;
    font-size: 1rem;
    padding: 0.75rem;
}

.wp-block-table table th a,
.wp-block-table table td a {
    padding: 0.5rem 1rem;
    border: none;
    cursor: pointer;
    border: solid 1px var(--wp--preset--color--green-light);
    background-color: var(--wp--preset--color--green-light);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;
    border-radius: 6px;
}

.wp-block-table table tbody tr {
    border-top: solid 1px #e6ebf5;
}

.wp-block-table table tbody tr:first-of-type {
    border-top: 0;
}

.wp-block-table table thead {
    border: 0;
}

.wp-block-table table thead tr {
    border-top: 0;
}

.wp-block-table table thead td,
.wp-block-table table thead th {
    text-align: left;
}

@media (max-width: 460px) {
    .wp-block-table {
        overflow-x: auto;
    }
    .wp-block-table .has-fixed-layout {
        width: auto;
        min-width: 100%;
    }

    .wp-block-table table th,
    .wp-block-table table td {
        white-space: nowrap;
    }
}

.site-header .nav-menu {
    display: flex;
    align-items: center;
}

.header-button {
    margin-left: 1rem;
}

@media (max-width: 880px) {
    .site-header .nav-primary {
        margin-bottom: 2rem;
    }
    .site-header .nav-menu {
        flex-direction: column;
        align-items: normal;
    }
    .header-button.button--primary {
        border-color: #fff;
        margin-right: auto;
        margin-bottom: 79px;
    }
}

.button--primary {
    padding: 0.5rem 1rem;
    border: none;
    cursor: pointer;
    border: solid 1px var(--wp--preset--color--green-light);
    background-color: var(--wp--preset--color--green-light);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;
    border-radius: 6px;
}
.wp-block-button__link {
    border-radius: 6px;
}

.button--primary:hover {
    background-color: var(--wp--preset--color--green);
    border-color: var(--wp--preset--color--green);
}

.underscore-link {
    position: relative;
    padding: 0.3rem 0;
    text-decoration: none;
    font-weight: 500;
    color: #333;
}
.underscore-link::after {
    content: "";
    border-bottom: solid 1px currentColor;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transition: 0.3s transform;
    transform-origin: left;
}

.underscore-link:hover::after {
    transform: scaleX(1);
    transform-origin: right;
}

.wp-block-media-text .wp-block-media-text__media {
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .wp-block-media-text .wp-block-media-text__content {
        padding-left: 0;
        padding-right: 0;
    }
}
