/*
Theme Name: Il Sarrabus News
Template: gutentools-news
version: 1.0.7
*/

/* override latest article block */
.wp-block-latest-posts__post-date {
    font-size: .7em;
    line-height: 1.5rem;
    color: var(--wp--preset--color--custom-text-light);
}

.topics-grid p {
    padding: 1.25em 1.8em;
}

.list-articles .wp-block-post-featured-image :where(img) {
    height: 230px;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%;
    object-fit: cover;
}

.rb-pad {
    padding-bottom: 0px !important;
}

.rb-spacing {
    margin-bottom: 20px !important;
}

@media (width <=480px) {
    li.wp-block-post>.wp-block-columns.recents-row {
        gap: 1.2rem 20px;
    }
}

element {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}

/* .has-global-padding {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
} */
.header_logo {
    /* //here */
}

.wp-block-latest-posts__post-title {
    line-height: 1rem;
    /* font-size: var(--wp--preset--font-size--medium) */
}

.hide-on-mobile {
    display: block;
}

@media (max-width: 768px) {
    .r-pad {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .r-spacing {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .hide-on-mobile {
        display: none;
    }

    .wp-block-latest-posts__post-title {
        line-height: 1rem;
        font-size: var(--wp--preset--font-size--medium)
    }

    .header_logo a {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}