.post_title_with_meta_data_featured_image_section {
    margin: 48px 0;
}

.post_title_with_meta_data_featured_image_section.remove_tos {
    margin-top: 0;
}

.post_title_with_meta_data_featured_image_section.remove_bos {
    margin-bottom: 0;
}

.post_title_with_meta_data_featured_image_section .post_title_section .post_title_text {
    word-break: break-word;
    margin-top: 24px;
}

.post_title_with_meta_data_featured_image_section .post_date_and_share_section  {
    margin: 0 0 24px;
}

.post_title_with_meta_data_featured_image_section .post_date_and_share_section .post_date_and_share_section_inner  {
    padding-top: 24px;
    border-top: 1px solid var(--iron_gray_10);
    column-gap: 20px;
}

.post_title_with_meta_data_featured_image_section .post_date_and_share_section .post_date_text {
    font-size: 15px;
    line-height: 150%;
    font-family: var(--font_Avenir_Next_Medium);
}

.post_title_with_meta_data_featured_image_section .post_featured_image_section .post_image img {
    width: 100%;
    max-width: 100%;
}

.single-post .standard_editor_section a,
.single-post .standard_editor_section p a {
    color: var(--khaki);
}

.single-post .standard_editor_section .h1,
.single-post .standard_editor_section h1,
.single-post .standard_editor_section .h2,
.single-post .standard_editor_section h2,
.single-post .standard_editor_section .h3,
.single-post .standard_editor_section h3,
.single-post .standard_editor_section .h4,
.single-post .standard_editor_section h4,
.single-post .standard_editor_section .h5,
.single-post .standard_editor_section h5,
.single-post .standard_editor_section .h6,
.single-post .standard_editor_section h6 {
    margin-top: 24px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
    border-color: #c2b3a1;
    color: #767676;
}
.woocommerce .woocommerce-message .button {
    background-color: #5F5E5F !important;
    color: #ffffff !important;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 1px solid #5F5E5F !important;
    padding: 13px 12px 10px;
    font-weight: normal;
    font-family: var(--font_Avenir_Next_Bold);
}

.woocommerce .woocommerce-message::before,
.woocommerce-info::before {
    color: #c2b3a1;
}

@media (max-width: 767px) {
    .single-post .standard_editor_section .h1,
    .single-post .standard_editor_section h1,
    .single-post .standard_editor_section .h2,
    .single-post .standard_editor_section h2,
    .single-post .standard_editor_section .h3,
    .single-post .standard_editor_section h3,
    .single-post .standard_editor_section .h4,
    .single-post .standard_editor_section h4,
    .single-post .standard_editor_section .h5,
    .single-post .standard_editor_section h5,
    .single-post .standard_editor_section .h6,
    .single-post .standard_editor_section h6 {
        margin-top: 18px;
    }

    .woo-variation-product-gallery .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
        left: 0;
    }

    .woo-variation-product-gallery .woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow {
        right: 0;
    }
}