/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.discount-box {
    display: inline-block; /* Ograničava širinu na sadržaj */
    max-width: 300px; /* Možeš promeniti širinu po potrebi */
    background-color: #ffeded;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px; /* Manji font */
    color: #d70000;
    margin-bottom: 20px; /* Razmak od dugmeta */
    text-align: center;
}

.discount-label {
    margin-right: 4px;
    color: #444;
    font-weight: 600;
    font-size: 13px; /* Manji font */
}

.discount-amount {
    color: #d70000;
    font-size: 16px;
    font-weight: bold;
    margin-right: 6px;
}

.discount-percentage {
    background-color: #d70000;
    color: #fff;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
}

