/**
 * Abcweb AN Fields Promocje - Styles
 *
 * @author    Abcweb
 * @copyright 2026 Abcweb
 * @license   Proprietary
 */

.abcweb-old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 4px;
    font-size: 0.9em;
}

.abcweb-new-price {
    font-weight: 600;
}

[class*="abcweb-an-col-"] .an-pf-field .control-label {
    flex-wrap: wrap !important;
}

.label-price {
    text-align: right;
}

.abcweb-promo-badge {
    position: relative;
    order: 12;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-left: auto;
    padding: 4px 12px;

    background-color: #ca5058;
    color: #ffffff;

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06rem;
    text-transform: uppercase;

    border-radius: 999px;
    cursor: pointer;
    border: none;

    vertical-align: text-bottom;
    line-height: 1.2;
    transition: background-color 0.2s ease-in-out;
}

.abcweb-promo-badge .fa {
    margin-right: 0.5em;
}

.abcweb-promo-badge:hover {
    background-color: #963b41;
}


.abcweb-promo-img {
    width: 100%;
    margin-bottom: 1rem;
}

.promo-banner {
    display: inline-block;
    background-color: #fcfaf7;
    padding: 24px;
    border-left: 6px solid #947f3f;
    border-radius: 16px;
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.05); */
}

.promo-title {
    color: #947f3f;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;

    letter-spacing: 0.08rem;
}

.promo-text-main {
    font-size: 18px;
    font-weight: 600;
    color: #131313;
    margin: 16px 0;
}

.promo-text-price {
    color: #ca5058;
    font-weight: 900;
}

.promo-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 0.16rem;
}

.promo-text-strong {
    font-weight: 700;
}