/**
 * @author    Sigmanortec SRL <office@sigmanortec.ro>
 * @copyright 2026 Sigmanortec SRL
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */
.sigmafid-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.sigmafid-summary-item {
    flex: 1 1 160px;
    padding: 12px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.sigmafid-summary-main {
    border-width: 2px;
}

.sigmafid-summary-label {
    display: block;
    font-size: 13px;
    opacity: .75;
    margin-bottom: 4px;
}

.sigmafid-summary-value {
    display: block;
    font-size: 19px;
    font-weight: 700;
}

.sigmafid-rule {
    margin-bottom: 18px;
}

.sigmafid-convert {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-bottom: 20px;
}

.sigmafid-convert input {
    max-width: 140px;
    padding: 6px 8px;
}

.sigmafid-title {
    margin: 20px 0 10px;
    font-size: 17px;
}

.sigmafid-front .sigmafid-table {
    width: 100%;
}

.sigmafid-front .sigmafid-table td,
.sigmafid-front .sigmafid-table th {
    padding: 8px 6px;
    border-bottom: 1px solid #ededed;
}

.sigmafid-product-note,
.sigmafid-cart-note,
.sigmafid-confirmation {
    margin: 10px 0;
    font-size: 14px;
}

.sigmafid-account-balance {
    display: block;
    font-weight: 700;
}

@media (max-width: 575px) {
    .sigmafid-summary-item {
        flex-basis: 100%;
    }
}
