#single_section {
    padding: 4.374vw 0 6.876vw;
}
#single_section_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.934vw;
}
#single_section_head > span {
    font-weight: 600;
    font-size: 3.879vw;
    line-height: 2.997vw;
    letter-spacing: -0.05em;
    color: #1e1e1e;
}
#blog_posts{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5vw;
}
.blog_post{
    background: #fff;
    border-radius: 1.5vw;
    box-shadow: 0px 0.25vw 3.125vw rgba(0, 0, 0, 0.15);
}
.blog_post_image{
    display: flex;
    width: 100%;
    border-radius: 1.5vw;
    overflow: hidden;
}
.blog_post_image > img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 5/3;
}
.blog_post_body{
    padding: 2.125vw 2.125vw 2.625vw;
}

.blog_post_title{
    font-weight: 600;
    font-size: 1.931vw;
    line-height: 80%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.05em;
    font-feature-settings: 'salt' on;
    color: #151515;
}
.blog_post_content{
    margin-top: 0.6vw;
    font-weight: 300;
    font-size: 1.02vw;
    line-height: 122%;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.03em;
    color: rgba(21, 21, 21, 0.8);
}
.blog_post_read_more {
    display: inline-flex;
    align-items: center;
    gap: 0.375vw;
    border-radius: 0.504vw;
    background: linear-gradient(131deg, #005be3 0%, #65cbd5 100%);
    padding: 0.65vw 2.3vw 0.75vw;
    margin-top: 0.873vw;
}
.blog_post_read_more span {
    font-weight: 700;
    font-size: 1.062vw;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--white);
    line-height: 2.565vw;
}
.blog_post_read_more svg {
    width: 0.938vw;
    height: 0.938vw;
    transform: rotate(90deg);
}


/* SINGLE POST */
#single_blog_post_image{
    width: 100%;
    height: 21.875vw;
    border-radius: 0.438vw;
    object-fit: cover;
}
#single_blog_post_title{
    display: block;
    margin-top: 3.438vw;
    font-weight: 600;
    font-size: 4.165vw;
    line-height: 74%;
    letter-spacing: -0.05em;
    color: #151515;
}
#single_blog_post_content{
    margin-top: 2.313vw;
}
/* Gutenberg Editor Elements Styles */

/* Paragraphs */
#single_blog_post_content p {
    font-weight: 300;
    font-size: 1.125vw;
    line-height: 132%;
    letter-spacing: -0.03em;
    color: rgba(21, 21, 21, 0.8);
    margin-bottom: 1.5vw;
}

/* Headings */
#single_blog_post_content h1 {
    font-weight: 600;
    font-size: 2.5vw;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #151515;
    margin: 2.5vw 0 1.25vw;
}

#single_blog_post_content h2 {
    font-weight: 600;
    font-size: 2.125vw;
    line-height: 115%;
    letter-spacing: -0.04em;
    color: #151515;
    margin: 2.25vw 0 1.125vw;
}

#single_blog_post_content h3 {
    font-weight: 600;
    font-size: 1.75vw;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #151515;
    margin: 2vw 0 1vw;
}

#single_blog_post_content h4 {
    font-weight: 600;
    font-size: 1.5vw;
    line-height: 125%;
    letter-spacing: -0.03em;
    color: #151515;
    margin: 1.75vw 0 0.875vw;
}

#single_blog_post_content h5 {
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #151515;
    margin: 1.5vw 0 0.75vw;
}

#single_blog_post_content h6 {
    font-weight: 600;
    font-size: 1.125vw;
    line-height: 135%;
    letter-spacing: -0.02em;
    color: #151515;
    margin: 1.25vw 0 0.625vw;
}

/* Lists */
#single_blog_post_content ul,
#single_blog_post_content ol {
    margin: 1.5vw 0;
    padding-left: 2vw;
}

#single_blog_post_content ul li,
#single_blog_post_content ol li {
    font-weight: 300;
    font-size: 1.125vw;
    line-height: 132%;
    letter-spacing: -0.03em;
    color: rgba(21, 21, 21, 0.8);
    margin-bottom: 0.5vw;
}

#single_blog_post_content ul li {
    list-style-type: disc;
}

#single_blog_post_content ol li {
    list-style-type: decimal;
}

/* Links */
#single_blog_post_content a {
    color: #005be3;
    text-decoration: underline;
    transition: color 0.3s ease;
}

#single_blog_post_content a:hover {
    color: #65cbd5;
}

/* Images and Figures */
#single_blog_post_content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5vw;
    margin: 1.5vw 0;
}

#single_blog_post_content figure {
    margin: 2vw 0;
    text-align: center;
}

#single_blog_post_content figure img {
    margin: 0;
}

#single_blog_post_content figcaption {
    font-weight: 400;
    font-size: 0.9vw;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: rgba(21, 21, 21, 0.6);
    margin-top: 0.75vw;
    text-align: center;
}

/* Blockquotes */
#single_blog_post_content blockquote {
    background: rgba(0, 91, 227, 0.05);
    border-left: 0.25vw solid #005be3;
    margin: 2vw 0;
    padding: 1.5vw 2vw;
    border-radius: 0 0.5vw 0.5vw 0;
}

#single_blog_post_content blockquote p {
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: rgba(21, 21, 21, 0.9);
    margin-bottom: 0;
    font-style: italic;
}

#single_blog_post_content blockquote cite {
    font-weight: 600;
    font-size: 1vw;
    color: #005be3;
    display: block;
    margin-top: 1vw;
    font-style: normal;
}

/* Code Blocks */
#single_blog_post_content pre {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 0.5vw;
    padding: 1.5vw;
    margin: 1.5vw 0;
    overflow-x: auto;
}

#single_blog_post_content code {
    font-family: 'Courier New', monospace;
    font-size: 1vw;
    line-height: 140%;
    color: #333;
}

#single_blog_post_content pre code {
    background: none;
    border: none;
    padding: 0;
}

#single_blog_post_content p code {
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 0.25vw;
    padding: 0.125vw 0.375vw;
    font-size: 0.9vw;
}

/* Tables */
#single_blog_post_content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2vw 0;
    box-shadow: 0 0.125vw 1vw rgba(0, 0, 0, 0.1);
    border-radius: 0.5vw;
    overflow: hidden;
}

#single_blog_post_content th,
#single_blog_post_content td {
    padding: 1vw 1.25vw;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

#single_blog_post_content th {
    background: #f8f9fa;
    font-weight: 600;
    font-size: 1.125vw;
    color: #151515;
}

#single_blog_post_content td {
    font-weight: 300;
    font-size: 1.125vw;
    line-height: 132%;
    color: rgba(21, 21, 21, 0.8);
}

#single_blog_post_content tr:last-child td {
    border-bottom: none;
}

/* Buttons */
#single_blog_post_content .wp-block-button {
    margin: 1.5vw 0;
}

#single_blog_post_content .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(131deg, #005be3 0%, #65cbd5 100%);
    color: white;
    text-decoration: none;
    padding: 0.75vw 2vw;
    border-radius: 0.5vw;
    font-weight: 600;
    font-size: 1.125vw;
    letter-spacing: -0.02em;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#single_blog_post_content .wp-block-button__link:hover {
    transform: translateY(-0.125vw);
    box-shadow: 0 0.5vw 1.5vw rgba(0, 91, 227, 0.3);
    color: white;
}

/* Separators */
#single_blog_post_content hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(21, 21, 21, 0.2), transparent);
    margin: 3vw 0;
}

/* Gallery */
#single_blog_post_content .wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15vw, 1fr));
    gap: 1vw;
    margin: 2vw 0;
}

#single_blog_post_content .wp-block-gallery img {
    width: 100%;
    height: 12vw;
    object-fit: cover;
    border-radius: 0.5vw;
    margin: 0;
}

/* Embeds */
#single_blog_post_content .wp-block-embed {
    margin: 2vw 0;
}

#single_blog_post_content .wp-block-embed iframe {
    width: 100%;
    height: 25vw;
    border-radius: 0.5vw;
}

/* Text formatting */
#single_blog_post_content strong,
#single_blog_post_content b {
    font-weight: 600;
    color: #151515;
}

#single_blog_post_content em,
#single_blog_post_content i {
    font-style: italic;
}

#single_blog_post_content u {
    text-decoration: underline;
}

#single_blog_post_content s,
#single_blog_post_content strike {
    text-decoration: line-through;
}

/* Columns */
#single_blog_post_content .wp-block-columns {
    display: flex;
    gap: 2vw;
    margin: 2vw 0;
}

#single_blog_post_content .wp-block-column {
    flex: 1;
}

/* Quote variations */
#single_blog_post_content .wp-block-quote.is-large,
#single_blog_post_content .wp-block-quote.is-style-large {
    text-align: center;
    padding: 2vw;
}

#single_blog_post_content .wp-block-quote.is-large p,
#single_blog_post_content .wp-block-quote.is-style-large p {
    font-size: 1.5vw;
    line-height: 135%;
}

/* Pullquote */
#single_blog_post_content .wp-block-pullquote {
    background: none;
    border: none;
    border-top: 2px solid #005be3;
    border-bottom: 2px solid #005be3;
    padding: 2vw 0;
    margin: 2.5vw 0;
    text-align: center;
}

#single_blog_post_content .wp-block-pullquote p {
    font-size: 1.375vw;
    line-height: 130%;
    font-weight: 400;
    color: #151515;
}

/* Verse */
#single_blog_post_content .wp-block-verse {
    background: #f8f9fa;
    border-left: 0.25vw solid #005be3;
    padding: 1.5vw 2vw;
    margin: 2vw 0;
    border-radius: 0 0.5vw 0.5vw 0;
    white-space: pre-wrap;
    font-family: serif;
    font-style: italic;
}


#single_blog_post_date{
    margin-top: 2.75vw;
}
#single_blog_post_date > span{
    font-weight: 700;
    font-size: 1.5vw;
    line-height: 1.875vw;
    letter-spacing: -0.02em;
    color: #000000;
}
#single_blog_post_date > p{
    font-weight: 400;
    font-size: 1.125vw;
    line-height: 1.375vw;
    letter-spacing: -0.04em;
    color: rgba(0, 0, 0, 0.6);
}