/**
 * Theme Name: North.art - Quote
 * Theme URI: http://quote.north.art
 * Author: Rich Moore
 * Author URI: https://www.ecenica.com
 * Description: A custom made theme for Norths.art's framing web app.
 * Version: 2.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
 */

@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);

.calc-hidden .col-4 {
    display: none !important;
}

.calc-hidden .col-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.quote-calc-panel {
    transition: opacity 0.3s ease;
}