/*
 Theme Name: Twenty Twenty-Five Child
 Template: twentytwentyfive
 Version: 1.0
*/



.wp-block-query.companies-posts .wp-block-post-template li.wp-block-post {
    margin: 0; 
}

@media (max-width: 1200px) {
    .wp-block-post-template.columns-3 {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--wp--preset--spacing--30);
    }
}

.wp-block-post-featured-image :where(img) {width:auto}

h1, h2, h3, h4, h5, h6 {
    margin-top:1.4em!important;
}

.wp-block-post-featured-image a, .wp-block-post-featured-image :where(img) {
    outline: none !important;
    border: none !important;
    color: rgba(255, 255, 255, 0)!important;
}

.wp-block-group, .wp-block-post-featured-image a {
    transition: transform 0.25s ease-in;
}

.wp-block-post-featured-image a:hover ~ .wp-block-group,
.wp-block-post-featured-image a:hover {
    transform: translateY(-5px);
    transition: transform 0.1s ease-out;
}

a {transition:all 0.2s ease;text-underline-offset:3px;}
a:hover {text-decoration:underline;text-underline-offset:4px;}