/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.AccentColor{
	color: var( --e-global-color-accent ) !important;
}

/* ==================================================
   
   START - Napis za featured kartico pri paketih
   
   ================================================== */

.go-featured-package {
    position: relative;
    overflow: visible !important;
    border: 2px solid #FF2D95;
    box-shadow: 0 0 28px rgba(255, 45, 149, 0.35);
}

.go-featured-package::before {
    content: "NAJBOLJ IZBRANO";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;

    background: linear-gradient(135deg, #FF2D95, #FF4AA0);
    color: #ffffff;

    padding: 11px 28px;
    border-radius: 6px;

    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;

    box-shadow: 0 0 22px rgba(255, 45, 149, 0.55);
}

/* ==================================================
   
   END - Napis za featured kartico pri paketih
   
   ================================================== */