.nxt-package-selector {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    border: 1px solid #e5e0d6;
    border-radius: 12px;
    padding: 6px;
    background: #faf6ef;
    flex-wrap: wrap;
    justify-content: space-between;
}



.nxt-package-panel-grid p.form-field {
    padding-left: 0 !important;
}

.nxt-package-panel-grid label {
    padding-left: 0 !important;
}

.nxt-package-selector--rows {
    flex-direction: column;
    flex-wrap: nowrap;
}

.nxt-package-selector--rows .nxt-package-wrapper {
    width: 100%;
    min-width: 100%;
}

.nxt-package-selector--rows .nxt-package-btn {
    width: 100%;
    text-align: left;
}

.nxt-package-selector--rows .nxt-package-row-head {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.nxt-package-selector--rows .nxt-package-row-meta {
    margin-top: 6px;
}

.nxt-package-selector--rows .nxt-package-unit-price {
    display: inline-block;
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.nxt-package-selector--rows .nxt-package-total del {
    margin-left: 6px;
    color: #000;
}

.nxt-package-selector--rows .nxt-package-savings {
    margin-top: 4px;
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.nxt-package-selector--rows .nxt-package-discount {
    display: none;
}

.nxt-package-btn {
    position: relative;
    flex: 1;
    color: #000;
    border: 2px solid #bfc3c8;
    border-radius: 10px;
    background: #fffaf0;
    padding: 10px;
    cursor: pointer;
    transition: all .2s ease;
    text-align: center;
    min-width: 100px;
}

.nxt-package-btn strong {
    color: #000;
}

.nxt-package-btn:hover strong {
    color: #fff;
}

.nxt-package-btn.active {
    border-color: #3b2b16;
    background: #fff;
    box-shadow: 0 0 0 2px #3b2b16 inset;
}

.nxt-package-btn.active:hover strong {
    color: #000;
}

.nxt-package-discount {
    color: #d84b2a;
    font-weight: 600;
    margin-top: 3px;
}

.nxt-package-inline-tag {
    position: absolute;
    top: -8px;
    right: 50%;
    transform: translateX(50%);
    display: inline-block;
    padding: 2px 6px;
    border-radius: 5px;
    font-size:11px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none !important;
    letter-spacing: normal !important;
    max-width: calc(100% - 12px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nxt-package-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 100px;
}

.nxt-package-total {
    font-size: 12px;
    margin-top: 3px;
    color: #555;
}
