/**
 * Theme Name: Awedesk
 * Theme URI: https://awedesk.com
 * Author: Awedesk
 * Author URI: https://awedesk.com/
 * Description: Modern full site editing enabled child theme for Blockify. Features fully customizable animations, custom SVG illustrations, responsive positioning settings and more. Perfect for building a agency portfolio, business or startup website.
 * Requires at least: 6.4
 * Tested up to: 6.4
 * Requires PHP: 7.4
 * Version: 1.0.0
 * License: GPL-2.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Domain Path: /languages
 * Text Domain: awedesk
 * Template: blockly
 * Tags: full-site-editing, block-patterns, block-styles, custom-logo, editor-style, featured-images, sticky-post, wide-blocks, translation-ready, grid-layout, one-column, two-columns, three-columns, four-columns, e-commerce, news, portfolio
*/

/* Custom style for Details block */
.wp-block-details {
    transition: all .2s ease;
}

.wp-block-details[open] {
    border-color: var(--wp--preset--color--success-500) !important;
}

/* Fix categories style on Query Loop */
.wp-block-post-terms {
    display: inline-block;
}

/* Prevent breaking a post date */
.wp-block-post-date {
    white-space: nowrap;
}
