.badge.bundle-label {
    background-color: #f76b6a;
    color: #fff;
}

.kiddiposh-bundle {
    margin: 24px 0;
    padding: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fafafa;
}

.kiddiposh-bundle__header {
    margin-bottom: 16px;
}

.kiddiposh-bundle__title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #222;
}

.kiddiposh-bundle__subtitle {
    font-size: 13px;
    color: #777;
    margin: 0;
}

.kiddiposh-bundle__items {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.kiddiposh-bundle__plus {
    font-size: 20px;
    font-weight: 700;
    color: #aaa;
    flex-shrink: 0;
}

.kiddiposh-bundle__item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 8px;
    flex: 1;
    min-width: 130px;
    max-width: 200px;
}

.kiddiposh-bundle__item--current {
    border-color: #f76b6a;
}

.kiddiposh-bundle__item-img img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.kiddiposh-bundle__item-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.kiddiposh-bundle__item-name {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}

.kiddiposh-bundle__item-price {
    font-size: 12px;
    color: #777;
}

.kiddiposh-bundle__pricing {
    margin-bottom: 14px;
    font-size: 14px;
}

.kiddiposh-bundle__price-row {
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
    color: #555;
}

.kiddiposh-bundle__price-row--main {
    font-weight: 700;
    font-size: 16px;
    color: #222;
}

.kiddiposh-bundle__original {
    text-decoration: line-through;
    color: #999;
}

.kiddiposh-bundle__savings {
    display: inline-block;
    margin-top: 6px;
    padding: 3px 10px;
    background: #fff3cd;
    color: #856404;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.kiddiposh-bundle__cta {
    width: 100%;
    margin-top: 14px;
    text-align: center !important;
    background-color: #f76b6a !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: background 0.2s;
}

.kiddiposh-bundle__cta:hover {
    background-color: #e05554 !important;
    color: #fff !important;
}

.kiddiposh-bundle__cta:disabled {
    background-color: #ccc !important;
    cursor: not-allowed;
}

.kiddiposh-bundle__notice {
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 13px;
}

.kiddiposh-bundle__notice--success {
    background: #d4edda;
    color: #155724;
}

.kiddiposh-bundle__notice--error {
    background: #f8d7da;
    color: #721c24;
}
