/* Single Product Page Styles */
.oec-last-purchase {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px;
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5;
    background-color: #e8f4fd;
    border-left: 4px solid #0073aa;
    border-radius: 4px;
}

.oec-last-purchase-single {
    margin-bottom: 15px;
}

.oec-last-purchase-single::before {
    content: "\f171";
    font-family: dashicons;
    font-size: 18px;
    color: #0073aa;
    margin-right: 8px;
}

.oec-last-purchase-single.oec-last-purchase-has-icon::before {
    content: none;
}

.oec-last-purchase-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #0073aa;
    margin-right: 8px;
}

.oec-last-purchase-icon svg {
    display: block;
}

.oec-last-purchase-message {
    color: #1e3a5f;
}

.oec-last-purchase-separator {
    color: #666;
}

.oec-last-purchase-link {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.oec-last-purchase-link:hover {
    color: #005177;
    text-decoration: underline;
}

/* Archive Page Styles - Simple label */
.oec-last-purchase-archive {
    display: inline-block;
    padding: 4px 10px;
    margin: 5px 0;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #d4edda;
    color: #155724;
    border-radius: 3px;
    border: none;
}

.oec-last-purchase-archive::before {
    content: "\f147";
    font-family: dashicons;
    font-size: 14px;
    vertical-align: middle;
    margin-right: 4px;
}

.oec-last-purchase-label {
    vertical-align: middle;
}


.oec-last-purchase-overlay-badge {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    z-index: 10;
    display: inline-block;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    background-color: rgba(21, 87, 36, 0.9);
    color: #fff;
    border-radius: 0;
    pointer-events: none;
}

.oec-last-purchase-overlay-badge .oec-last-purchase-label {
    vertical-align: middle;
    color: inherit;
}


.oec-last-purchase-overlay-badge--with-sale,
.oec-last-purchase-overlay-badge--with-outofstock {
    top: auto;
    bottom: 1.25rem;
    left: 1.25rem;
}

.woocommerce ul.products li.product .image-wrap .oec-last-purchase-archive-badge {
    max-width: calc(100% - 2.5rem);
}

.woocommerce div.product .woocommerce-product-gallery {
    position: relative;
}

.woocommerce div.product .woocommerce-product-gallery__wrapper {
    position: relative;
}

.woocommerce div.product .woocommerce-product-gallery .oec-last-purchase-single-badge {
    max-width: calc(100% - 2.5rem);
}

