/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/


/* styling for the shortcodes */
.ga-highlight-block {
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 1.5rem 0;
}

/* Variants */
.ga-highlight-block.highlight-default {
    background: #fff8e6;
    border-left: 4px solid #ffb300;
}

.ga-highlight-block.highlight-warning {
    background: #ffecec;
    border-left: 4px solid #e53935;
}

.ga-highlight-block.highlight-success {
    background: #e8f8f0;
    border-left: 4px solid #2e7d32;
}

.ga-quote-block {
    border-left: 3px solid #ddd;
    padding-left: 18px;
    margin: 1.5rem 0;
    font-style: italic;
}

.ga-quote-author {
    margin-top: 8px;
    font-weight: 600;
    font-style: normal;
    opacity: 0.85;
}
