/*
 * Theme Name:        Hello Elementor Child
 * Theme URI:         https://vikingo.studio/
 * Description:       A Vikingo Studio Hello Elementor gyermek témája, saját admin és bejelentkezési testreszabással.
 * Author:            Vikingo Studio
 * Author URI:        https://vikingo.studio/
 * Template:          hello-elementor
 * Version:           1.1.0
 * Requires at least: 6.0
 * Tested up to:      7.0
 * Requires PHP:      7.4
 * Text Domain:       hello-vikingo-studio
 * License:           GNU General Public License v3 or later
 * License URI:       https://www.gnu.org/licenses/gpl-3.0.html
 */

/* Utolsó bekezdés alsó térköze (főleg text widgetek miatt) */
p:last-child {
    margin-bottom: 0 !important;
}

/* "..." a bejegyzés-kivonatok végére */
.elementor-posts .elementor-post__excerpt p::after {
    content: "..." !important;
}

/* Térköz a bejegyzésben lévő képek elé és mögé */
.single-post .wp-block-image img {
    margin: 20px 0;
}

/* Lista utolsó eleme alá térköz (Elementor text + blog) */
.elementor-widget-text-editor li:last-child,
.single-post .wp-block-list li:last-child {
    margin-bottom: 20px !important;
}



