/*!
Theme Name: Sambib
Theme URI: #
Author: Gnist Design
Author URI: https://gnistdesign.no
Description: An experimental full site editing theme
Tags: full-site-editing, block-patterns, accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style one-column, template-editing, translation-ready, wide-blocks
Requires at least: 5.9
Tested up to: 6.1
Requires PHP: 7.4
Version: 1.0
Template: componist
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sambib

Componist WordPress Theme, (C) 2022 Gnist Design.

Componist is a derivative work based on the code from
Twenty Twenty-Two, Wabi and Frost WordPress themes, which are licensed GPLv2.

Componist therefore is also distributed under the terms of the GNU GPL.
*/

.wp-block-search__inside-wrapper {
    margin-top: 0 !important;
}

a:hover {
    text-decoration: underline !important;
}

button:hover {
    opacity: 0.8;
}

.post-card {
    height: 100%;
}

.post-card .wp-block-post-excerpt {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.post-card .wp-block-post-excerpt__excerpt {
    flex: 1 0 auto;
}

.wp-block-post-featured-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.wp-block-post-featured-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}