/*
Theme Name:   News Ukraine 24
Theme URI:    https://wpinterface.com/themes/newscurve/
Description:  Custom child theme for NewsCurve - News Ukraine 24
Author:       Custom
Author URI:   https://wpinterface.com/
Template:     newscurve
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  news-ukraine-24
*/

/* Add your custom styles below this line */

:root {
    --wpi--site-title-font-size: clamp(4.5rem, 9vw, 4.5rem);
}

.site-logo img {
    max-height: 5rem;
    margin: 0 auto;
    width: auto;
}

.author,
.byline,
.post-author,
.entry-meta-separator,
.entry-author,
.entry-meta-label.date-label {
    display: none !important;
}

div.site-branding {
    display: flex;
    align-items: center;
}

div.site-branding .site-logo {
    margin: 5px;
}

.site-info-panel {
    justify-content: center;
}