/*
Theme Name: GoStore Child
Theme URI: https://demo.theme-sky.com/gostore/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: gostore
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: gostore-child
*/
/* osiguravamo da se promo uklapa u styling teme */
/* kontejner s tankim crvenim obrubom i lagano sivom pozadinom */
.ehome-promo-container {
  border: 1px solid #f50000;
  background-color: #f7f7f7; /* ili #f0f0f0 / #fafafa za još mekši ton */
  padding: 0.5em;
  margin-top: 0.5em;
}

/* redovi unutar promo-kontejnera */
.ehome-inline-promo {
  margin: 0.25em 0;
  font-size: 0.9em;
  color: #333;
}

/* naziv koda veći, bold, bijeli na zelenoj pozadini */
.ehome-promo-code {
  background-color: #f50000;
  color: #fff;
  font-weight: bold;
  font-size: 1.05em;
  padding: 2px 6px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 6px;
}

/* naslov unutar okvira */
.ehome-promo-container > strong {
  display: block;
  margin-bottom: 0.3em;
  color: #f50000;
  font-size: 1em;
}
