/* jnsngy – Mennyiségi Kedvezmény – Frontend stílusok */

.jnsngy-price-table {
    margin: 1.2em 0;
    padding: 1em 1.2em;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    max-width: 420px;
}

.jnsngy-price-table__title {
    margin: 0 0 .6em;
    font-size: 1em;
    font-weight: 600;
    color: #444;
}

.jnsngy-price-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: .9em;
}

.jnsngy-price-table th,
.jnsngy-price-table td {
    padding: 5px 8px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}

.jnsngy-price-table th {
    font-weight: 600;
    color: #555;
    background: #f1f1f1;
}

.jnsngy-price-table td.jnsngy-pct {
    color: #c0392b;
    font-weight: 700;
}

/* Hint az ártáblán kívül */
span.jnsngy-qty-hint {
    display: block;
    font-size: .85em;
    color: #c0392b;
    margin-top: 4px;
}
