.kfadmin-bundle-configuration h3 {
    margin-bottom: .65rem;
}

.kfadmin-bundle-item {
    margin: 0 0 1.15rem;
}

.kfadmin-bundle-item-title {
    display: block;
    margin-bottom: .25rem;
    line-height: 1.35;
}

.kfadmin-bundle-item-details,
.kfadmin-bundle-item-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .2rem .5rem;
}

.kfadmin-bundle-item-details > .price {
    display: inline-flex !important;
    margin: 0;
    color: inherit !important;
    font-size: inherit !important;
}

.kfadmin-bundle-item-price {
    flex-wrap: nowrap;
}

.kfadmin-bundle-discounted-price {
    font-size: 1.2em;
    line-height: 1.2;
}

.kfadmin-bundle-regular-price {
    color: #777;
    font-size: .85em;
    font-weight: 400;
}

.kfadmin-bundle-discount-label {
    color: #555;
    font-size: .85em;
    white-space: nowrap;
}

@media (max-width: 544px) {
    .kfadmin-bundle-item {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, .12);
    }

    .kfadmin-bundle-item-title {
        font-size: 1rem;
    }

    .kfadmin-bundle-discounted-price {
        font-size: 1.15rem;
    }

    .kfadmin-bundle-regular-price,
    .kfadmin-bundle-discount-label {
        font-size: .8rem;
    }
}
