/* Price Table Package Styles */
.price-note {
    background: #FFF8F1;
    border-left: 4px solid #F28C28;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
}

.price-note+.price-note {
    margin-top: 8px;
}

.price-table th {
    background: #F28C28;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.price-table td {
    text-align: center;
    vertical-align: middle;
}
