.lfpo4-bundle-box {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    background: #fafafa;
}

.lfpo4-bundle-heading {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.lfpo4-component-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.lfpo4-component-row:last-child {
    border-bottom: none;
}

.lfpo4-component-thumb {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
}

.lfpo4-component-thumb img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
}

.lfpo4-component-name {
    flex: 1;
    font-size: 0.95rem;
}

.lfpo4-component-name a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #ccc;
    text-underline-offset: 2px;
}

.lfpo4-component-name a:hover {
    text-decoration-color: currentColor;
}

.lfpo4-component-price {
    flex: 0 0 auto;
    font-weight: 600;
    white-space: nowrap;
}

.lfpo4-savings-badge {
    display: inline-block;
    background: #16a34a;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.lfpo4-digital-stack {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    background: #f0fdf4;
}

.lfpo4-digital-heading {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
    color: #15803d;
}

.lfpo4-digital-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 0;
    font-size: 0.9rem;
}

.lfpo4-digital-check {
    color: #16a34a;
    font-weight: 700;
    font-size: 1rem;
    flex: 0 0 auto;
}

.lfpo4-bundle-badge {
    display: inline-block;
    background: #2563eb;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    margin-bottom: 0.25rem;
}
