button.wws-wq-add-to-quote-button,
button.wws-wq-add-to-quote-cart-button {
    padding: 3px 8px;
    white-space: nowrap;
    margin: 5px 0;
    font-size: 12px;
}

button.wws-wq-add-to-quote-button .wws-wq-icon {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

/* Icon-only styles are now handled above with more specific selectors */
button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-solid_icon {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

button.wws-wq-add-to-quote-button .wws-wq-icon-quote,
button.wws-wq-add-to-quote-cart-button .wws-wq-icon-quote,
button.wws-wq-add-to-quote-checkout-button .wws-wq-icon-quote {
    background-image: url(../../assets/images/quote.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

button.wws-wq-add-to-quote-button:hover .wws-wq-icon-quote,
button.wws-wq-add-to-quote-button.wws-wq-active .wws-wq-icon-quote,
button.wws-wq-add-to-quote-cart-button:hover .wws-wq-icon-quote,
button.wws-wq-add-to-quote-checkout-button:hover .wws-wq-icon-quote {
    background-image: url(../../assets/images/quote-selected.svg);
}

button.wws-wq-add-to-quote-button .wws-wq-icon-solid,
button.wws-wq-add-to-quote-cart-button .wws-wq-icon-solid {
    background-image: url(../../assets/images/solid.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

button.wws-wq-add-to-quote-button:hover .wws-wq-icon-solid,
button.wws-wq-add-to-quote-button.wws-wq-active .wws-wq-icon-solid,
button.wws-wq-add-to-quote-cart-button:hover .wws-wq-icon-solid {
    background-image: url(../../assets/images/solid-selected.svg);
}


/* Button Style: Icon and Text */
button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-icon_and_text,
button.wws-wq-add-to-quote-cart-button.wws-wq-quotes-button-style-icon_and_text,
button.wws-wq-add-to-quote-checkout-button.wws-wq-quotes-button-style-icon_and_text {
    background: none !important;
    border: none !important;
    outline: none !important;
    padding: 3px 8px !important;
}

button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-icon_and_text .wws-wq-icon-quote,
button.wws-wq-add-to-quote-cart-button.wws-wq-quotes-button-style-icon_and_text .wws-wq-icon-quote,
button.wws-wq-add-to-quote-checkout-button.wws-wq-quotes-button-style-icon_and_text .wws-wq-icon-quote {
    margin-right: 5px;
}

/* Button Style: Icon and Text Pill */
button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-icon_and_text_pill,
button.wws-wq-add-to-quote-cart-button.wws-wq-quotes-button-style-icon_and_text_pill,
button.wws-wq-add-to-quote-checkout-button.wws-wq-quotes-button-style-icon_and_text_pill {
    background: none !important;
    border: 1px solid #000 !important;
    outline: none !important;
    border-radius: 16px !important;
    padding: 3px 8px !important;
}

button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-icon_and_text_pill .wws-wq-icon-quote,
button.wws-wq-add-to-quote-cart-button.wws-wq-quotes-button-style-icon_and_text_pill .wws-wq-icon-quote,
button.wws-wq-add-to-quote-checkout-button.wws-wq-quotes-button-style-icon_and_text_pill .wws-wq-icon-quote {
    margin-right: 5px;
}

/* Button Style: Solid and Text */
button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-solid_and_text,
button.wws-wq-add-to-quote-cart-button.wws-wq-quotes-button-style-solid_and_text,
button.wws-wq-add-to-quote-checkout-button.wws-wq-quotes-button-style-solid_and_text {
    background: none !important;
    border: none !important;
    outline: none !important;
    padding: 3px 8px !important;
}

button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-solid_and_text .wws-wq-icon-solid,
button.wws-wq-add-to-quote-cart-button.wws-wq-quotes-button-style-solid_and_text .wws-wq-icon-solid,
button.wws-wq-add-to-quote-checkout-button.wws-wq-quotes-button-style-solid_and_text .wws-wq-icon-solid {
    margin-right: 5px;
}

/* Button Style: Solid and Text Pill */
button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-solid_and_text_pill,
button.wws-wq-add-to-quote-cart-button.wws-wq-quotes-button-style-solid_and_text_pill,
button.wws-wq-add-to-quote-checkout-button.wws-wq-quotes-button-style-solid_and_text_pill {
    background: none !important;
    border: 1px solid #000 !important;
    outline: none !important;
    border-radius: 16px !important;
    padding: 3px 8px !important;
}

button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-solid_and_text_pill .wws-wq-icon-solid,
button.wws-wq-add-to-quote-cart-button.wws-wq-quotes-button-style-solid_and_text_pill .wws-wq-icon-solid,
button.wws-wq-add-to-quote-checkout-button.wws-wq-quotes-button-style-solid_and_text_pill .wws-wq-icon-solid {
    margin-right: 5px;
}

/* Button Style: Solid Icon */
button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-solid_icon,
button.wws-wq-add-to-quote-cart-button.wws-wq-quotes-button-style-solid_icon,
button.wws-wq-add-to-quote-checkout-button.wws-wq-quotes-button-style-solid_icon {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    width: auto;
    height: auto;
}

button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-solid_icon .wws-wq-icon-wrapper,
button.wws-wq-add-to-quote-cart-button.wws-wq-quotes-button-style-solid_icon .wws-wq-icon-wrapper,
button.wws-wq-add-to-quote-checkout-button.wws-wq-quotes-button-style-solid_icon .wws-wq-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-solid_icon .wws-wq-text-label,
button.wws-wq-add-to-quote-cart-button.wws-wq-quotes-button-style-solid_icon .wws-wq-text-label,
button.wws-wq-add-to-quote-checkout-button.wws-wq-quotes-button-style-solid_icon .wws-wq-text-label {
    display: none !important;
}

button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-solid_icon .wws-wq-icon-solid,
button.wws-wq-add-to-quote-cart-button.wws-wq-quotes-button-style-solid_icon .wws-wq-icon-solid,
button.wws-wq-add-to-quote-checkout-button.wws-wq-quotes-button-style-solid_icon .wws-wq-icon-solid {
    margin-right: 0 !important;
}


/* Button Style: Icon Only */
button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-icon_only,
button.wws-wq-add-to-quote-cart-button.wws-wq-quotes-button-style-icon_only,
button.wws-wq-add-to-quote-checkout-button.wws-wq-quotes-button-style-icon_only {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    width: auto;
    height: auto;
}

button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-icon_only .wws-wq-icon-wrapper,
button.wws-wq-add-to-quote-cart-button.wws-wq-quotes-button-style-icon_only .wws-wq-icon-wrapper,
button.wws-wq-add-to-quote-checkout-button.wws-wq-quotes-button-style-icon_only .wws-wq-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Hide text label when icon-only style */
button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-icon_only .wws-wq-text-label,
button.wws-wq-add-to-quote-cart-button.wws-wq-quotes-button-style-icon_only .wws-wq-text-label,
button.wws-wq-add-to-quote-checkout-button.wws-wq-quotes-button-style-icon_only .wws-wq-text-label {
    display: none !important;
}

/* Hide icon margin when icon-only style */
button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-icon_only .wws-wq-icon-quote,
button.wws-wq-add-to-quote-cart-button.wws-wq-quotes-button-style-icon_only .wws-wq-icon-quote,
button.wws-wq-add-to-quote-checkout-button.wws-wq-quotes-button-style-icon_only .wws-wq-icon-quote {
    margin-right: 0 !important;
}

/* Button Style: Text Only */
button.wws-wq-add-to-quote-button.wws-wq-quotes-button-style-text_only,
button.wws-wq-add-to-quote-cart-button.wws-wq-quotes-button-style-text_only,
button.wws-wq-add-to-quote-checkout-button.wws-wq-quotes-button-style-text_only {
    background: none !important;
    border: 1px solid #000 !important;
    outline: none !important;
    border-radius: 16px !important;
    padding: 3px 8px !important;
}


span.wws-wq-icon-wrapper {
    display: flex;
    align-items: center;
}

span.wws-wq-text-label {
    font-weight: 400;
    font-size: 12px;
}

button.wws-wq-add-to-quote-button.wws-wq-adding,
button.wws-wq-add-to-quote-cart-button.wws-wq-adding,
button.wws-wq-add-to-quote-button.wws-wq-removing,
button.wws-wq-add-to-quote-cart-button.wws-wq-removing {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

/* Placement - Shop Page Image Placements */
.wws-wq-quote-button-container.wws-wq-quote-button-placement-top_right {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.wws-wq-quote-button-container.wws-wq-quote-button-placement-top_left {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

/* Placement - Shop Page Text Placements */
.wws-wq-quote-button-container.wws-wq-quote-button-placement-above_title,
.wws-wq-quote-button-container.wws-wq-quote-button-placement-below_title,
.wws-wq-quote-button-container.wws-wq-quote-button-placement-above_button,
.wws-wq-quote-button-container.wws-wq-quote-button-placement-below_button,
.wws-wq-quote-button-container.wws-wq-quote-button-placement-center {
    text-align: center;
    position: relative;
    width: 100%;
}

.wws-wq-quote-button-container.wws-wq-quote-button-placement-center .wws-wq-add-to-quote-button,
.wws-wq-quote-button-container.wws-wq-quote-button-placement-above_title .wws-wq-add-to-quote-button,
.wws-wq-quote-button-container.wws-wq-quote-button-placement-below_title .wws-wq-add-to-quote-button,
.wws-wq-quote-button-container.wws-wq-quote-button-placement-above_button .wws-wq-add-to-quote-button,
.wws-wq-quote-button-container.wws-wq-quote-button-placement-below_button .wws-wq-add-to-quote-button {
    margin: 0 auto;
    display: inline-block;
}

/* Placement - Product Page Image Placements */
.wws-wq-quote-button-container.wws-wq-quote-button-placement-top_image_right {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.wws-wq-quote-button-container.wws-wq-quote-button-placement-top_image_left {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

/* Placement - Product Image Placements (Extended) */
.wws-wq-quote-button-container.wws-wq-quote-button-placement-image_top_right {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.wws-wq-quote-button-container.wws-wq-quote-button-placement-image_top_left {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.wws-wq-quote-button-container.wws-wq-quote-button-placement-image_bottom_right {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.wws-wq-quote-button-container.wws-wq-quote-button-placement-image_bottom_left {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}

/* Ensure product image containers have relative positioning */
.woocommerce div.product div.images,
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .product-images-wrapper {
    position: relative;
}

/* Ensure shop page image containers have relative positioning */
.woocommerce ul.products li.product,
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .product-image-wrapper,
.woocommerce ul.products li.product .wp-post-image-wrapper,
/* Block-based shop page product containers */
.wc-block-product,
.wc-block-grid__product,
.wp-block-woocommerce-product-image,
.wc-block-components-product-image {
    position: relative;
}

/* Cart page */
.wws-wq-quotes-button-cart {
    display: flex;
    align-items: center;
    justify-content: end;
}

/**
 * Add to Quote Modal.
 *
 * This file contains the styles for the Add to Quote modal.
 *
 * @package WholesaleQuotes
 * @since 1.0.0
 */
.wws-wq-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.wws-wq-modal-content {
    background-color: #fefefe;
    margin: 15% auto 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 350px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.wws-wq-modal-header {
    padding: 2px 16px;
    background-color: #f6646a;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.wws-wq-modal-body {
    padding: 40px 16px 20px;
}

.wws-wq-modal-body p {
    margin: 0;
}

.wws-wq-modal-footer {
    padding: 0px 16px 20px 16px;
}

.wws-wq-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.wws-wq-close:hover,
.wws-wq-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.wws-wq-modal-button {
    background-color: #f6646a;
    color: #ffffff;
    padding: 5px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    border-radius: 3px;
}

.wws-wq-modal-button:hover {
    opacity: 1;
}

.wws-wq-add-to-quote-multiple-lists-container {
    padding: 12px 18px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.3s ease;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 150px;
}

.wws-wq-add-to-quote-multiple-lists-button {
    font-size: 12px;
}

.wws-wq-quotes-button-container:hover .wws-wq-add-to-quote-multiple-lists-container,
.wws-wq-add-to-quote-multiple-lists-container:hover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.wws-wq-add-to-quote-multiple-lists-container.wws-wq-multiple-lists-hidden {
    opacity: 0 !important;
    transform: translateY(-10px) !important;
    pointer-events: none !important;
}

.wws-wq-add-to-quote-button.wws-wq-active+.wws-wq-add-to-quote-multiple-lists-container {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-10px) !important;
}

.wws-wq-add-to-quote-multiple-lists-button-content {
    margin-top: 5px;
}

.wws-wq-add-to-quote-multiple-lists-button-content select {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
}

/* Add responsiveness - will stack on top of each other on small screens */
@media screen and (max-width: 600px) {
    .wws-wq-modal-content {
        margin: 5% auto;
        width: 95%;
    }
}

/* ========================================
   Quote Counter Widget Styles
   ======================================== */
.wws-wq-quote-counter-widget {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
}

/* Default spacing (before mini-cart) */
.wws-wq-quote-counter-widget {
    margin-right: 15px;
}

/* Spacing when after mini-cart */
.woocommerce-mini-cart__buttons ~ .wws-wq-quote-counter-widget,
.widget_shopping_cart_content > .wws-wq-quote-counter-widget:last-child {
    margin-right: 0;
    margin-left: 15px;
}

/* Block-based mini-cart integration */
.wp-block-woocommerce-mini-cart .wws-wq-quote-counter-widget {
    display: inline-flex;
    align-items: center;
}

.wws-wq-counter-position-top_right,
.wws-wq-counter-position-top_left,
.wws-wq-counter-position-bottom_right,
.wws-wq-counter-position-bottom_left {
    /* Inline positioning next to mini-cart - no fixed position needed */
}

.wws-wq-counter-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
}

.wws-wq-counter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wws-wq-counter-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: rgb(17, 17, 17);
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    animation: wws-wq-badge-pulse 0.5s ease;
}

@keyframes wws-wq-badge-pulse {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* ========================================
   Toast Notification Styles
   ======================================== */
.wws-wq-toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10002;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
}

/* Account for WordPress admin bar */
.admin-bar .wws-wq-toast-container {
    top: 52px;
}

@media screen and (max-width: 782px) {
    .admin-bar .wws-wq-toast-container {
        top: 66px;
    }
}

.wws-wq-toast-notification {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: wws-wq-toast-slide-in 0.3s ease;
    transition: all 0.3s ease;
}

.wws-wq-toast-notification.wws-wq-toast-hiding {
    animation: wws-wq-toast-slide-out 0.3s ease;
    opacity: 0;
    transform: translateX(100%);
}

@keyframes wws-wq-toast-slide-in {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes wws-wq-toast-slide-out {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

.wws-wq-toast-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.wws-wq-toast-icon svg {
    width: 100%;
    height: 100%;
}

.wws-wq-toast-success .wws-wq-toast-icon {
    color: #27ae60;
}

.wws-wq-toast-error .wws-wq-toast-icon {
    color: #e74c3c;
}

.wws-wq-toast-warning .wws-wq-toast-icon {
    color: #f39c12;
}

.wws-wq-toast-info .wws-wq-toast-icon {
    color: #3498db;
}

.wws-wq-toast-content {
    flex: 1;
}

.wws-wq-toast-message {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.wws-wq-toast-close {
    flex-shrink: 0;
    background: none;
    border: none;
    padding: 0;
    margin-left: 12px;
    cursor: pointer;
    color: #999;
    transition: color 0.2s ease;
}

.wws-wq-toast-close:hover {
    color: #333;
}

/* ========================================
   Quote Dropdown Widget Styles
   ======================================== */
.wws-wq-quote-dropdown-widget {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
}

.wws-wq-dropdown-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    animation: wws-wq-fade-in 0.3s ease;
}

.wws-wq-dropdown-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    max-width: 90%;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    animation: wws-wq-slide-in-right 0.3s ease;
}

/* Account for WordPress admin bar */
.admin-bar .wws-wq-dropdown-content {
    top: 32px;
    height: calc(100% - 32px);
}

@media screen and (max-width: 782px) {
    .admin-bar .wws-wq-dropdown-content {
        top: 46px;
        height: calc(100% - 46px);
    }
}

@keyframes wws-wq-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes wws-wq-slide-in-right {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

.wws-wq-dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.wws-wq-dropdown-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.wws-wq-dropdown-close {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    color: #999;
    transition: color 0.2s ease;
}

.wws-wq-dropdown-close:hover {
    color: #333;
}

.wws-wq-dropdown-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.wws-wq-dropdown-loading,
.wws-wq-dropdown-empty {
    text-align: center;
    padding: 40px 20px;
    color: #999;
}

.wws-wq-dropdown-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.wws-wq-dropdown-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.wws-wq-dropdown-item:hover {
    background: #f0f0f0;
}

.wws-wq-dropdown-item-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.wws-wq-dropdown-item-details {
    flex: 1;
    min-width: 0;
}

.wws-wq-dropdown-item-name {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wws-wq-dropdown-item-price {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin: 5px 0 8px;
}

.wws-wq-dropdown-wholesale-price {
    color: #28a745;
}

.wws-wq-dropdown-retail-price {
    color: #999;
    font-size: 0.85em;
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 6px;
}

.wws-wq-dropdown-item-description {
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 1.4;
    color: #777;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wws-wq-dropdown-item-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
    color: #666;
}

.wws-wq-dropdown-quantity {
    display: flex;
    align-items: center;
    gap: 5px;
}

.wws-wq-qty-btn {
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.wws-wq-qty-btn:hover:not(:disabled) {
    background: #f0f0f0;
    border-color: #999;
}

.wws-wq-qty-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.wws-wq-qty-input {
    width: 45px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    padding: 0 5px;
}

.wws-wq-qty-input:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.wws-wq-item-total {
    font-weight: 500;
    color: #333;
    white-space: nowrap;
}

.wws-wq-dropdown-item-remove {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    color: #e74c3c;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.wws-wq-dropdown-item-remove:hover {
    color: #c0392b;
}

.wws-wq-dropdown-totals {
    padding: 15px 20px;
    background: #f9f9f9;
    border-top: 1px solid #eee;
}

.wws-wq-totals-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
}

.wws-wq-totals-row.wws-wq-totals-total {
    border-top: 1px solid #ddd;
    margin-top: 8px;
    padding-top: 12px;
    font-weight: 600;
    font-size: 16px;
}

.wws-wq-totals-label {
    color: #666;
}

.wws-wq-totals-value {
    color: #333;
    font-weight: 500;
}

.wws-wq-dropdown-footer {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    text-align: right;
}

.wws-wq-btn {
    display: inline-block;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
}

.wws-wq-btn-primary {
    background: #3498db;
    color: #fff;
    border: none;
}

.wws-wq-btn-primary:hover {
    background: #2980b9;
    color: #fff;
    text-decoration: none;
}

/* ========================================
   Button Visual Feedback Styles
   ======================================== */
button.wws-wq-add-to-quote-button.wws-wq-in-quote {
    background-color: #ff4d4f !important;
    background: #ff4d4f !important;
    border-color: #ff4d4f !important;
    color: #fff !important;
}

button.wws-wq-add-to-quote-button.wws-wq-in-quote .wws-wq-text-label::before {
    content: "✓ ";
}

/* Override style-specific backgrounds for in-quote state */
button.wws-wq-add-to-quote-button.wws-wq-in-quote.wws-wq-quotes-button-style-icon_and_text,
button.wws-wq-add-to-quote-button.wws-wq-in-quote.wws-wq-quotes-button-style-icon_and_text_pill,
button.wws-wq-add-to-quote-button.wws-wq-in-quote.wws-wq-quotes-button-style-solid_and_text,
button.wws-wq-add-to-quote-button.wws-wq-in-quote.wws-wq-quotes-button-style-solid_and_text_pill,
button.wws-wq-add-to-quote-button.wws-wq-in-quote.wws-wq-quotes-button-style-text_only {
    background: #ff4d4f !important;
    border-color: #ff4d4f !important;
    color: #fff !important;
}

button.wws-wq-add-to-quote-button.wws-wq-in-quote.wws-wq-quotes-button-style-solid_icon,
button.wws-wq-add-to-quote-button.wws-wq-in-quote.wws-wq-quotes-button-style-icon_only {
    background-color: #ff4d4f !important;
    background: #ff4d4f !important;
    border-color: #ff4d4f !important;
    color: #fff !important;
}

.wws-wq-add-to-quote-button.wws-wq-adding {
    opacity: 0.6;
    pointer-events: none;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
    .wws-wq-counter-position-top_right,
    .wws-wq-counter-position-top_left {
        top: 10px;
    }

    .wws-wq-counter-position-top_right,
    .wws-wq-counter-position-bottom_right {
        right: 10px;
    }

    .wws-wq-counter-position-top_left,
    .wws-wq-counter-position-bottom_left {
        left: 10px;
    }

    .wws-wq-toast-container {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }

    .wws-wq-dropdown-content {
        width: 100%;
        max-width: 100%;
    }
}