/* =========================================================
   ADMIN STYLE
========================================================= */

.swpe-admin-info {
    padding: 10px 12px;
}

.swpe-admin-info span {
    color: #666;
}

.swpe-admin-button-wrap {
    padding: 0 12px 12px;
}

.wc-bundle-row {
    display: grid;
    grid-template-columns: 110px 110px 130px 150px 1fr 40px;
    gap: 10px;
    margin: 0 12px 12px;
    align-items: start;
}

.wc-bundle-row input,
.wc-bundle-row textarea {
    width: 100%;
    box-sizing: border-box;
}

.wc-bundle-row textarea {
    min-height: 74px;
    resize: vertical;
}

.wc-bundle-row .remove-bundle {
    width: 40px;
}

/* =========================================================
   FRONTEND STYLE
========================================================= */

.wc-bundle-ui {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 22px;
}

.wc-bundle-card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    border: 2px solid #e2e2e2;
    border-radius: 14px;
    padding: 16px 18px;
    cursor: pointer;
    background: #fff;
    transition: 0.2s ease;
    box-sizing: border-box;
}

.wc-bundle-card:hover {
    border-color: #999;
    transform: translateY(-1px);
}

.wc-bundle-card.active {
    border-color: #2271b1;
    background: #f5fbff;
}

.wc-bundle-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.wc-badge {
    display: inline-block;
    width: fit-content;
    background: #ffcc00;
    color: #111;
    padding: 3px 10px;
    font-size: 11px;
    line-height: 1.3;
    border-radius: 999px;
    font-weight: 700;
    margin-bottom: 3px;
}

.wc-bundle-text {
    font-size: 16px;
    line-height: 1.35;
    color: #222;
}

.wc-bundle-text p {
    margin: 0;
}

.wc-bundle-text strong,
.wc-bundle-text b {
    font-weight: 800;
}

.wc-bundle-text span {
    line-height: inherit;
}

.wc-bundle-price {
    text-align: right;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.2;
}

.wc-bundle-price del {
    font-size: 13px;
    color: #999;
    margin-bottom: 3px;
}

.wc-bundle-price strong {
    font-size: 20px;
    color: #111;
    font-weight: 800;
}

@media (max-width: 782px) {
    .wc-bundle-row {
        grid-template-columns: 1fr;
    }

    .wc-bundle-row .remove-bundle {
        width: auto;
    }
}

@media (max-width: 480px) {
    .wc-bundle-card {
        padding: 14px;
        gap: 12px;
    }

    .wc-bundle-text {
        font-size: 15px;
    }

    .wc-bundle-price strong {
        font-size: 18px;
    }
}

/***** PAKETI CSS *****/
.wc-bundle-ui {
	margin-top: 20px;
	color: #3f3a17;
}
.wc-bundle-card {
	border: 1px solid #b2a981;
	border-radius: 4px;
	background-color: #d7d1bd;
	color: #3f3a17 !important;
}
.wc-bundle-card.active {
	border: 1px solid #b2a981;
	border-radius: 4px;
	background-color: #b2a981;
}
.woocommerce-mini-cart-item-content > .variation { /* dupla cena u side cart */
	display: none; 
}
.swpe-block-price del,
.swpe-block-subtotal del {
    opacity: 0.7;
    font-size: 0.9em;
}

.swpe-block-price strong,
.swpe-block-subtotal strong {
    font-weight: 700;
}

.swpe-block-discount-note {
    opacity: 0.75;
    font-size: 0.85em;
}