/* Blog Archive Content Bottom */
.bobdo-archive-content-bottom .bobdo-pro-blocks-block:last-child {
    margin-bottom: 0 !important;
}

/* Blog Single Template */
.bobdo-entry-single .bobdo-row {
    align-items: center;
}

.bobdo-entry-single__header {
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .bobdo-entry-single__header {
        margin-bottom: 5rem;
    }
}

.bobdo-entry-single__header .bobdo-row {
    flex-direction: column;
}

@media (min-width: 840px) {
    .bobdo-entry-single__header .bobdo-row {
        flex-direction: row;
        align-items: start;
    }
}

@media (min-width: 1200px) {
    .bobdo-entry-single__header .bobdo-row {
        align-items: center;
    }
}

.bobdo-entry-single__header .bobdo-entry-single__thumbnail {
    margin-bottom: 1.5rem;
}

@media (min-width: 840px) {
    .bobdo-entry-single__header .bobdo-entry-single__thumbnail {
        flex: 0 0 52%;
        max-width: 52%;
        margin-bottom: 0;
    }

    .bobdo-entry-single__header .bobdo-entry-single__details {
        flex: 0 0 48%;
        max-width: 48%;
    }
}

.bobdo-entry-single__header .bobdo-entry-single__thumbnail img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.bobdo-entry-single__title {
    font-size: var(--font-size-h4);
    margin-top: 0.5rem;
}

@media (min-width: 768px) {
    .bobdo-entry-single__title {
        font-size: calc(var(--font-size-h4) * 1.2);
    }
}

.bobdo-entry-single__content a:not(.bobdo-btn):not(.wp-block-button__link) {
    color: var(--color-accent);
}

.bobdo-entry-single__content a:not(.bobdo-btn):not(.wp-block-button__link):hover {
    text-decoration: none;
}