@media (max-width: 576px) {
    html, body {
        overflow-x: hidden;
    }
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    background: #fff !important;
}

.no-overflow {
    overflow: hidden;
    height: 100vh;
}

.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.flex-center-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.flex-start-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.flex-start-stretch {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
}

.flex-start-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.flex-end-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.flex-end-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
}

.flex-space-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.flex-space-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.flex-column-space {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.grecaptcha-badge {
    display: none !important;
}

textarea {
    resize: unset;
}

.button {
    padding: 18px 24px !important;
    text-decoration: none;
    display: flex;
    justify-content: center;

    font-size: 14px !important;
    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    border-radius: 8px !important;
    width: fit-content;
    height: 48px !important;
    text-align: center;
    transition: 300ms !important;
}

button {
    cursor: pointer;
}

button:focus {
    outline: none;
}

.show-padding {
    padding-top: 62px;
}

/* SINGLE BLOG */
.single-blog-holder {
    border-radius: 32px;
    background: #FAFAFA;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-top: 80px;
    margin-top: 160px;

    height: 700px;
    margin-bottom: 208px;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img,
.wp-block-media-textmedia img, .wp-block-media-textmedia video,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img,
.wp-block-media-textmedia img, .wp-block-media-textmedia video,
.wp-block-media-text__media img, .wp-block-media-text__media video,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.wp-block-cover .wp-block-cover__image-background,
.wp-block-image img,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
    border-radius: 12px;
}

.wp-block-cover {
    padding: 0;
}

.wp-block-cover img {
    border-radius: 12px;
}

.single-blog-holder__tag {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.single-blog-holder__tag h6 {
    border-radius: 32px;
    background: #EBEBEB;
    padding: 8px 12px;
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-bottom: 24px;
    height: fit-content;
}

.single-blog-holder__heading-content {
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 80px;
}

.single-blog-holder__heading-content h1 {
    margin-bottom: 24px;
    color: #333;
    text-align: center;
    font-family: 'Literata', sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 300;
    line-height: 64px;
    width: 80%;
    margin-left: 10%;
}

.single-blog-holder__heading-content p {
    color: #333;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.single-blog-holder__img img {
    max-height: 436px;
    object-fit: cover;
    border-radius: 16px;
    width: 100%;
    height: 100%;
}

.single-blog-holder__img-mobile {
    display: none;
}

.single-blog-content {
    margin-bottom: 100px;
}

.single-blog-content-holder {
    display: flex;
    flex-flow: row wrap;
    /*justify-content: space-between;*/
}

.single-blog-content-holder__left {
    flex: 0 0 auto;
    width: 23%;
    position: relative;
    margin-right: 32px;
}

.single-blog-content-holder__left-sticky {
    position: sticky;
    top: 110px;
}

.single-blog-content-holder__left-sticky__share {
    border-radius: 16px;
    background: #FAFAFA;
    padding: 24px;
    margin-bottom: 32px;
}

.single-blog-content-holder__left-sticky__share h2 {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}

.single-blog-content-holder__left-sticky__share-icon {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.single-blog-content-holder__left-sticky__share-icon a {
    margin-right: 24px;
}

.copy-to-clipboard {
    cursor: pointer;
}

.copy-to-clipboard #copied-success {
    display: none;
    position: absolute;
    top: 50px;
    right: 50px;

    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

.single-blog-content-holder__middle .wp-block-cover__inner-container {
    display: none;
}

.single-blog-content-holder__middle h2 {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 40px;
}

.single-blog-content-holder__middle h4 {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px;
}

.single-blog-content-holder__middle h6 {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}

.single-blog-content-holder__middle p {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}

.single-blog-content-holder__middle p a {
    color: #333;
    font-weight: 500;
    margin-bottom: 0;
}

.single-blog-content-holder__middle p:last-of-type {
    margin-bottom: 0;
}

.single-blog-content-holder__middle p img {
    width: 100%;
    max-height: 624px;
    object-fit: cover;
}

.single-blog-content-holder__middle p .hardines-img {
    max-height: unset;
}

.single-blog-content-holder__middle ol,
.single-blog-content-holder__middle ul {
    padding-left: 23px;
    margin-bottom: 40px;
}

.single-blog-content-holder__middle ul li {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}

.single-blog-content-holder__middle ul li a {
    text-decoration: none;
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.single-blog-content-holder__middle ul li:last-of-type {
    margin-bottom: 0;
}

.wp-block-rank-math-toc-block {
    padding: 32px !important;
    margin-bottom: 32px !important;
}

.wp-block-rank-math-toc-block nav ul {
    margin-bottom: 0;
}

.single-blog-content-holder__middle p:has(> img:nth-child(3)) {
    display: flex;
    justify-content: space-between;
}

.single-blog-content-holder__middle p:has(> img:nth-child(3)) img {
    width: 197px;
    height: 198px;
    object-fit: cover;
}

.single-blog-content-holder__right {
    flex: 0 0 auto;
    width: 23%;
    position: relative;
}

.single-blog-content-holder__right-mobile {
    display: none;
}

.single-blog-content-holder__right-sticky {
    position: sticky;
    top: 110px;
    border-radius: 12px;
    background: #FFF9E8;
    padding: 24px;
    margin-top: 24px;
}

.single-blog-content-holder__right-sticky h2 {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
}

.single-blog-content-holder__right-sticky__single-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.single-blog-content-holder__right-sticky__single {
    border-radius: 12px;
    background: #FFF;
    padding: 24px;
    margin-bottom: 12px;
    flex: 0 0 49%;
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
}

.single-blog-content-holder__right-sticky__single .single-blog-content-holder__right-sticky__single-bottom {
    width: 100%;
    display: flex;
    justify-content: right;
}

/*.single-blog-content-holder__right-sticky__single:last-of-type {*/
/*    margin-bottom: 0;*/
/*}*/

.single-blog-content-holder__right-sticky__single p {
    border-radius: 40px;
    background: #FFF9E8;
    width: fit-content;
    padding: 8px 12px;
    color: #ECB60C;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-bottom: 12px !important;
}

.single-blog-content-holder__right-sticky__single h3 {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px;
}

.single-blog-content-holder__right-sticky__single a {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: right;
    width: fit-content;
}

.single-blog-content-holder__right-sticky__single a:hover svg {
    transform: translateX(8px);
}

.single-blog-content-holder__right-sticky__single a svg {
    margin-left: 8px;
    transition: 300ms;
}

.wp-block-image figcaption {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
}

.wp-block-table thead {
    border-bottom: 3px solid #333333;
}

.wp-block-table.aligncenter th,
.wp-block-table.aligncenter td {
    font-family: 'Figtree', sans-serif;
    background: #fafafa;
    color: #333333;
    border-color: #333333;
}

.wp-element-caption {
    font-family: 'Figtree', sans-serif;
    line-height: 1.5;
}

.wp-block-button .wp-block-button__link {
    padding: 18px 24px !important;
    text-decoration: none;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    border-radius: 8px !important;
    width: fit-content;
    height: 48px;
    text-align: center;
    transition: 300ms;
    color: #FFF;
    background: #0F4F1E;
    margin-bottom: 36px;
}

.wp-block-jetpack-image-compare .juxtapose img {
    width: 100%;
    height: auto;
}

.wp-block-jetpack-image-compare figcaption {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
}

.selectize-control.single.select_variation_class .selectize-input {
    min-width: 200px;
    background-color: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
}

.selectize-control.single.select_variation_class .selectize-dropdown .selected {
    background-color: #0F4F1E;
}


.user-blueprints .blueprint-error-massage {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 60%;
    margin-bottom: 32px;
}

.single-blog-content-holder__middle .wp-block-image img:first-of-type {
    border-radius: 12px !important;
}


.blueprints-holder {
    background: #fafafa;
    border-radius: 16px;
    padding: 40px;
}

.blueprints-holder h2 {
    font-family: 'Literata', sans-serif !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 1.4 !important;
    margin-bottom: 32px !important;
}

.blueprints-holder .user-blueprints {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.blueprints-holder .user-blueprints .single-blueprint {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 12px;
    flex: 0 0 100%;
}

.blueprints-holder .user-blueprints .single-blueprint,
.blueprints-holder .user-blueprints .single-blueprint .main-information {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.blueprints-holder .user-blueprints .single-blueprint .main-information {
    padding-right: 12px;
    border-right: 1px solid #ededed;
    margin-right: 20px;
}

.blueprints-holder .user-blueprints .single-blueprint .main-information img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 20px;
}

.blueprints-holder .user-blueprints .single-blueprint .main-information .main-information-links {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    max-width: 155px;
    width: 155px;
}

.blueprints-holder .user-blueprints .single-blueprint .main-information .main-information-links a {
    flex: 0 0 100%;
}

.blueprints-holder .user-blueprints .single-blueprint .main-information .main-information-links .blueprint-title {
    font-family: 'Literata', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #333;
    text-decoration: underline;
    display: block;
    margin-bottom: 12px;
}

.blueprints-holder .user-blueprints .single-blueprint .main-information .main-information-links .blueprint-category {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #888;
    text-decoration: none;
}

.blueprints-holder .user-blueprints .single-blueprint .downloadable-items {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex: 1;
}

.blueprints-holder .user-blueprints .single-blueprint .downloadable-items a {
    background: #fafafa;
    padding: 12px 16px 12px 12px;
    border-radius: 60px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
    margin: 4px;
}

.blueprints-holder .user-blueprints .single-blueprint .downloadable-items a:first-of-type {
    margin-left: 0;
}

.blueprints-holder .user-blueprints .single-blueprint .downloadable-items a svg {
    margin-right: 4px;
}

section.user-dashboard {
    margin-bottom: 80px;
    width: 100%;
}

section.user-dashboard .headline .headline-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: 72px;
}

section.user-dashboard .headline .headline-holder h1 {
    font-family: 'Literata', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    color: #333;
}

section.user-dashboard .headline .headline-holder a {
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    color: #333;
    display: none;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    text-transform: uppercase;
}

section.user-dashboard .headline .headline-holder a svg {
    margin-left: 8px;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr.woocommerce-orders-table__row {
    background: #fafafa !important;
}

.top-header-coupon-active {
    margin-top: 32px;
}

.top-header-coupon-active.hero-section-plant {
    margin-top: 123px;
}

.top-header-coupon-active.hero-blog {
    margin-top: 152px;
}

.top-header-coupon-active.single-plant {
    margin-top: 172px;
}

.product-card-holder {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-radius: 16px;
    margin: 40px 0;
    align-items: stretch;
}

.product-card-holder .plant-list-holder__single-card {
    flex: 0 0 49%;
    border: 1px solid #DBE6DE;
    background: #FFF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card-holder .plant-list-holder__single-card a div {
    display: flex;
    position: relative;
}

.product-card-holder .plant-list-holder__single-card a img {
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.product-card-holder .plant-list-holder__single-card a div .natives-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(2px);
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    padding: 8px 12px;
}

.product-card-holder .plant-list-holder__single-card-bottom {
    padding: 8px 16px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.product-card-holder .plant-list-holder__single-card-bottom .plant-list-holder__single-card-bottom-content {
    margin-bottom: 12px;
}

.product-card-holder .plant-list-holder__single-card-bottom .plant-list-holder__single-card-bottom-content h2 {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    margin-bottom: 4px;
}

.product-card-holder .plant-list-holder__single-card-bottom .plant-list-holder__single-card-bottom-content h2 a {
    color: #333;
    text-decoration: none;
}

.product-card-holder .plant-list-holder__single-card-bottom .plant-list-holder__single-card-bottom-content .design-category {
    display: flex;
    flex-flow: row wrap;
}

.product-card-holder .plant-list-holder__single-card-bottom .plant-list-holder__single-card-bottom-content .design-category a,
.product-card-holder .plant-list-holder__single-card-bottom .plant-list-holder__single-card-bottom-content .design-category span {
    color: #888;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.product-card-holder .plant-list-holder__single-card-bottom .plant-list-holder__single-card-bottom-content .design-category p {
    margin: 0 8px;
    color: #888;
    font-size: 12px;
}

.product-card-holder .plant-list-holder__single-card-bottom .plant-list-holder__single-card-bottom__price-button {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.product-card-holder .plant-list-holder__single-card-bottom .plant-list-holder__single-card-bottom__price-button p {
    color: #333;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.product-card-holder .plant-list-holder__single-card-bottom .plant-list-holder__single-card-bottom__price-button a {
    color: #0F4F1E;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
}

.product-card-holder .plant-list-holder__single-card-bottom .plant-list-holder__single-card-bottom__price-button a svg {
    margin-left: 8px;
    margin-top: 1px;
}


.cta-shortcode {
    border-radius: 32px;
    background: #EEF9F1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 32px;
    margin: 40px 0;
}

.cta-shortcode .cta-shortcode__left {
    flex: 0 0 53%;
}

.cta-shortcode .cta-shortcode__left h3 {
    color: #333;
    font-family: 'Literata', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px;
}

.cta-shortcode .cta-shortcode__left p {
    color: #333;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.cta-shortcode .cta-shortcode__left a {
    border-radius: 8px;
    background: #0F4F1E;
    padding: 18px 24px;
    color: #FFF;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    width: fit-content;
    transition: 300ms;
}

.cta-shortcode .cta-shortcode__left a:hover {
    background: #043910;
}

.cta-shortcode .cta-shortcode__right {
    flex: 0 0 30%;
    display: flex;
    justify-content: right;
}

.cta-shortcode .cta-shortcode__right img {
    width: 125px;
    height: 125px;
}

@media only screen and (max-width: 1400px) {
    .single-blog-content-holder__middle h2 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .single-blog-holder__heading-content h1 {
        width: 100%;
        margin-left: 0;
    }

    .single-blog-content-holder__middle {
        order: 1;
        width: 100%;
        margin-bottom: 50px;
    }

    .single-blog-content-holder__left {
        order: 2;
        width: 49%;
    }

    .single-blog-content-holder__right {
        order: 3;
        width: 49%;
    }

    .single-blog-content-holder__middle p:has(> img:nth-child(3)) img {
        width: 32%;
        height: auto;
    }

    .single-blog-content-holder__middle p a,
    .single-blog-content-holder__middle p:last-of-type a {
        color: #333;
    }

    .cta-shortcode .cta-shortcode__left {
        flex: 0 0 62%;
    }
}

@media only screen and (max-width: 992px) {
    .single-blog-holder {
        margin-bottom: 190px;
    }

    .single-blog-holder__heading-content,
    .single-blog-holder__img {
        width: 90%;
    }

    .single-blog-holder__heading-content {
        margin-bottom: 60px;
    }

    .single-blog-holder__heading-content h1 {
        margin-left: 0;
        font-size: 48px;
    }

    .single-blog-holder__img img {
        max-height: 330px;
    }
}

@media only screen and (max-width: 991px) {
    .blueprints-holder .user-blueprints .single-blueprint .main-information {
        flex: 0 0 100%;
        margin-right: 0;
        border-right: 0;
        padding: 0;
    }

    .blueprints-holder .user-blueprints .single-blueprint .main-information img {
        width: 100%;
        height: 120px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blueprints-holder .user-blueprints .single-blueprint .main-information .main-information-links {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 768px) {
    .user-blueprints .single-blueprint {
        flex: 0 0 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .user-blueprints .single-blueprint img {
        max-height: 220px;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce-account.logged-in .woocommerce-MyAccount-content table tbody tr td {
        flex: 0 0 100%;
    }

    .woocommerce-account.logged-in .woocommerce-MyAccount-content table tbody tr {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
    }

    .woocommerce-account.logged-in .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-actions,
    .woocommerce-account.logged-in .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-total,
    .woocommerce-account.logged-in .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-status,
    .woocommerce-account.logged-in .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-date,
    .woocommerce-account.logged-in .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-number {
        max-width: 100%;
        margin-bottom: 8px;
    }

    .woocommerce-account.logged-in .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-total::before,
    .woocommerce-account.logged-in .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-status::before,
    .woocommerce-account.logged-in .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-date::before,
    .woocommerce-account.logged-in .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-number::before {
        margin-right: 12px;
        line-height: 28px;
    }

    .woocommerce-account.logged-in .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-total a,
    .woocommerce-account.logged-in .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-status a,
    .woocommerce-account.logged-in .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-date a,
    .woocommerce-account.logged-in .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-number a {
        text-align: left;
    }

    .woocommerce-account.logged-in .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-number {
        display: flex;
        flex-flow: row;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .woocommerce-account.logged-in .woocommerce-MyAccount-content table tbody tr td.woocommerce-orders-table__cell-order-actions::before {
        content: '';
    }
}

@media only screen and (max-width: 576px) {
    section.user-dashboard .headline {
        padding: 0 20px;
    }

    section.user-dashboard .headline .headline-holder {
        justify-content: flex-start;
        margin-bottom: 40px;
    }

    section.user-dashboard .headline .headline-holder h1 {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .product-card-holder .plant-list-holder__single-card {
        flex: 0 0 100%;
        margin-bottom: 16px;
    }

    .product-card-holder .plant-list-holder__single-card:last-of-type {
        margin-bottom: 0;
    }

    .product-card-holder .plant-list-holder__single-card-bottom .plant-list-holder__single-card-bottom__price-button a svg {
        margin-top: 3px;
    }

    .cta-shortcode {
        padding: 24px;
    }

    .cta-shortcode .cta-shortcode__left {
        flex: 0 0 100%;
    }

    .cta-shortcode .cta-shortcode__right {
        display: none;
    }

    .cta-shortcode .cta-shortcode__left a {
        width: 100%;
        justify-content: center;
    }

    .single-blog-content-holder__right-sticky__single {
        flex: 0 0 100%;
    }

    .single-blog-content-holder__right-sticky {
        display: none;
    }

    .single-blog-content-holder__right-mobile,
    .single-blog-content-holder__right-mobile .single-blog-content-holder__right-sticky {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 560px) {
    .single-blog {
        margin: 13px 13px 0 13px;
        padding-top: 40px;
    }

    .wp-block-cover {
        min-height: auto;
    }

    .single-blog-holder {
        margin-top: 60px;
        padding: 40px 20px 0 20px;
        height: auto;
        margin-bottom: 0;
    }

    .single-blog-holder__tag h6 {
        margin-bottom: 16px;
    }

    .single-blog-holder__heading-content {
        width: 100%;
        margin-bottom: 32px;
    }

    .single-blog-holder__heading-content h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .single-blog-content-holder__middle p,
    .single-blog-content-holder__middle h6,
    .single-blog-content-holder__middle ul li {
        font-size: 14px;
    }

    .single-blog-content-holder__middle p a {
        color: #333;
        margin-bottom: 0;
        font-weight: 500;
    }

    .single-blog-holder__heading-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .single-blog-holder__img {
        display: none;
    }

    .single-blog-holder__img-mobile {
        display: flex;
        width: 100%;
        margin-bottom: 40px;
    }

    .single-blog-holder__img-mobile img {
        max-height: 250px;
        border-radius: unset;
    }

    .single-blog-content {
        margin-bottom: 40px;
    }

    .wp-block-rank-math-toc-block {
        padding: 20px !important;
    }

    .single-blog-content-holder__middle {
        margin-bottom: 40px;
    }

    .single-blog-content-holder__middle h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .single-blog-content-holder__middle h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .single-blog-content-holder__middle p img {
        max-height: 335px;
    }

    .single-blog-content-holder__right {
        display: none;
    }

    .single-blog-content-holder__right-mobile {
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }

    .single-blog-content-holder__left {
        width: 100%;
    }

    .single-blog-content-holder__left-sticky__share {
        margin-bottom: 20px;
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        margin: 24px 0;
        padding: 0;
    }
}


/* Mobile first */

.badges {
    margin-bottom: 40px;
}

.badges .row {
    gap: 32px;
}

.badges__single {
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    border-radius: 16px;
    background: #FAFAFA;
    padding: 32px;
}

.badges__single-content {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.badges__single-title {
    color: #043910;
    font-family: 'Figtree';
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.badges__single-description {
    color: #333;
    font-family: 'Figtree';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

@media only screen and (min-width: 992px) {
    .badges .row {
        flex-flow: row;
    }

    .badges__single {
        flex: 1;
    }

    .badges__single-image {
        flex: 0 0 60%;
    }

    .badges__single-image,
    .badges__single-image img {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (min-width: 1024px) {
    .badges {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .badges__single-image {
        flex: 0 0 108px;
    }

    .badges__single-image,
    .badges__single-image img {
        width: 108px;
        height: 108px;
    }
}