.ws-shortlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Create responsive grid */
    gap: 20px; /* Add spacing between columns */
    margin-top: 20px;
}

.ws-shortlist-card {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    background-color: #f9f9f9;
    transition: box-shadow 0.2s ease-in-out;
}

.ws-shortlist-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Button Styling (kept from last update) */
.ws-add-to-shortlist, 
.ws-share-shortlist, 
.ws-confirm-share, 
.ws-remove-from-shortlist, 
.ws-view-shortlist {
    background-color: #003366; /* Dark blue */
    color: #ffffff; /* White text */
    padding: 10px 20px;
    border: none;
    border-radius: 20px; /* Rounded corners */
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
}

.ws-add-to-shortlist:hover,
.ws-share-shortlist:hover,
.ws-confirm-share:hover,
.ws-remove-from-shortlist:hover,
.ws-view-shortlist:hover {
    background-color: #002244; /* Slightly darker blue on hover */
}

.ws-delete-shortlist {
    background-color: #003366; /* Dark blue */
    color: #ffffff; /* White text */
    padding: 10px 20px;
    border: none;
    border-radius: 20px; /* Rounded corners */
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
}

.ws-delete-shortlist:hover {
    background-color: #002244; /* Slightly darker blue on hover */
}

.ws-remove-from-shortlist,
.ws-delete-shortlist {
    background-color: #003366; /* Dark blue */
    color: #ffffff; /* White text */
    padding: 10px 20px;
    border: none;
    border-radius: 20px; /* Rounded corners */
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
}

.ws-remove-from-shortlist:hover,
.ws-delete-shortlist:hover {
    background-color: #002244; /* Slightly darker blue on hover */
}

.ws-view-shortlist,
.ws-delete-shortlist {
    display: inline-block;
    margin-left: 10px;
    background-color: #003366; /* Dark blue */
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.ws-view-shortlist:hover,
.ws-delete-shortlist:hover {
    background-color: #002244; /* Slightly darker blue */
}

.ws-shortlist-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.ws-shortlist-name {
    font-size: 18px;
    font-weight: bold;
}

.ws-view-shortlist,
.ws-delete-shortlist {
    background-color: #003366; /* Dark blue */
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
}

.ws-view-shortlist:hover,
.ws-delete-shortlist:hover {
    background-color: #002244; /* Slightly darker blue */
}

.ws-shortlist-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.ws-shortlist-name {
    font-size: 18px;
    font-weight: bold;
}

.ws-view-shortlist,
.ws-delete-shortlist {
    background-color: #003366; /* Dark blue */
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    margin-left: 5px;
}

.ws-view-shortlist:hover,
.ws-delete-shortlist:hover {
    background-color: #002244; /* Slightly darker blue */
}

.ws-shortlist-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ws-shortlist-name {
    font-size: 18px;
    font-weight: bold;
}

.ws-shortlist-buttons {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between buttons */
}

.ws-view-shortlist,
.ws-delete-shortlist {
    background-color: #003366; /* Dark blue */
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.ws-view-shortlist:hover,
.ws-delete-shortlist:hover {
    background-color: #002244; /* Slightly darker blue */
}

.ws-shortlist-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ws-shortlist-name {
    font-size: 18px;
    font-weight: bold;
}

.ws-shortlist-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ws-view-shortlist,
.ws-delete-shortlist {
    background-color: #003366;
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.ws-view-shortlist:hover,
.ws-delete-shortlist:hover {
    background-color: #002244;
}

/* Add space between each shortlist section */
.ws-shortlists-container > .ws-shortlist-header {
    margin-bottom: 30px; /* Increased margin between shortlists */
}

.ws-shortlist-grid {
    margin-bottom: 40px; /* Increased space between shortlist grid and next section */
}

/* Double the space between each shortlist section */
.ws-shortlists-container > .ws-shortlist-header {
    margin-bottom: 60px; /* Doubled from 30px */
}

.ws-shortlist-grid {
    margin-bottom: 80px; /* Doubled from 40px */
}

/* Remove delete button styles */
.ws-delete-shortlist {
    display: none;
}

/* Set description text size to 14px */
.ws-product-description {
    font-size: 14px;
}

/* Align remove button to the bottom of the product card */
.ws-shortlist-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Ensure consistent height for alignment */
}

.ws-remove-from-shortlist {
    margin-top: auto; /* Push the button to the bottom */
}

.ws-new-shortlist-event-date {
    display: block;
    width: 100%;
    padding: 8px;
    margin-top: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.ws-new-shortlist-event-date {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

.ws-new-shortlist-event-date {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

/* Curve top left and right corners of product images to match card border */
.ws-product-image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    width: 100%; /* Ensure the image scales properly */
    height: auto;
}

/* View button styling */
.ws-view-product {
    background-color: #003366; /* Dark blue */
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    margin-bottom: 8px;
    text-align: center;
    text-decoration: none;
}

.ws-view-product:hover {
    background-color: #002244; /* Slightly darker blue on hover */
}

/* View Product button styling */
.ws-view-product {
    background-color: #003366;
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    margin-bottom: 8px;
    text-align: center;
    text-decoration: none;
}

.ws-view-product:hover {
    background-color: #002244;
}

/* View Product button styling */
.ws-view-product {
    background-color: #003366;
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    margin-bottom: 8px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.ws-view-product:hover {
    background-color: #002244;
}

/* View Product button styling */
.ws-view-product {
    background-color: #003366;
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    margin-bottom: 8px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.ws-view-product:hover {
    background-color: #002244;
}

/* View Product button styling */
.ws-view-product {
    background-color: #003366;
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    margin-bottom: 8px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.ws-view-product:hover {
    background-color: #002244;
}

/* Make the whole product card clickable */
.ws-shortlist-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.ws-shortlist-card {
    transition: box-shadow 0.2s ease-in-out;
}

.ws-shortlist-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Make the whole product card clickable */
.ws-shortlist-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
    z-index: 1;
}

.ws-shortlist-card {
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

.ws-shortlist-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Ensure the whole product card is clickable */
.ws-shortlist-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.ws-shortlist-card {
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

.ws-shortlist-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Make the entire product card clickable without interference */
.ws-shortlist-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
    z-index: 1;
}

.ws-shortlist-card {
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

.ws-shortlist-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Ensure the whole product card is clickable */
.ws-shortlist-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.ws-shortlist-card {
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

.ws-shortlist-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Ensure that the Delete Shortlist button is displayed properly */
.ws-delete-shortlist {
    background-color: #ff3b3b;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.ws-delete-shortlist:hover {
    background-color: #ff1c1c;
}

/* Ensure the entire card is clickable without interference */
.ws-shortlist-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.ws-shortlist-card {
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

.ws-shortlist-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Ensure that the Delete Shortlist button is displayed properly */
.ws-delete-shortlist {
    background-color: #ff3b3b;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.ws-delete-shortlist:hover {
    background-color: #ff1c1c;
}

/* Ensure the whole product card is clickable */
.ws-shortlist-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.ws-shortlist-card {
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

.ws-shortlist-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Ensure the Delete Shortlist button is displayed properly */
.ws-delete-shortlist {
    background-color: #ff3b3b;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.ws-delete-shortlist:hover {
    background-color: #ff1c1c;
}

/* Ensure the whole product card is clickable */
.ws-shortlist-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.ws-shortlist-card {
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

.ws-shortlist-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Make the entire product card clickable */
.ws-shortlist-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.ws-shortlist-card {
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

.ws-shortlist-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Style the Delete Shortlist button */
.ws-delete-shortlist {
    background-color: #ff3b3b;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.ws-delete-shortlist:hover {
    background-color: #ff1c1c;
}

/* Style for the Share button */
.ws-share-shortlist {
    background-color: #4CAF50;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.ws-share-shortlist:hover {
    background-color: #45a049;
}

/* Style for the Share button */
.ws-share-shortlist {
    background-color: #4CAF50;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.ws-share-shortlist:hover {
    background-color: #45a049;
}

/* Style for the Share button */
.ws-share-shortlist {
    background-color: #4CAF50;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
}

.ws-share-shortlist:hover {
    background-color: #45a049;
}

/* Style for the Delete Shortlist button */
.ws-delete-shortlist {
    background-color: #ff3b3b;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
}

.ws-delete-shortlist:hover {
    background-color: #ff1c1c;
}

/* Style for the Delete Shortlist button */
.ws-delete-shortlist {
    background-color: #ff3b3b;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: block;
    margin-top: 20px; /* Ensure the button is below the products */
}

.ws-delete-shortlist:hover {
    background-color: #ff1c1c;
}

/* Style for the View Product button */
.ws-view-product {
    background-color: #003366;
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    margin-top: 8px;
    text-align: center;
    text-decoration: none;
}

.ws-view-product:hover {
    background-color: #002244;
}

/* Style for the View Product button */
.ws-view-product {
    background-color: #003366;
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    margin-top: 8px;
    text-align: center;
    text-decoration: none;
}

.ws-view-product:hover {
    background-color: #002244;
}

/* Ensure the View Product button is styled and visible below Remove button */
.ws-view-product {
    background-color: #003366;
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    display: inline-block;
    margin-top: 8px;  /* Ensuring proper spacing */
    text-align: center;
    text-decoration: none;
}

.ws-view-product:hover {
    background-color: #002244;
}

/* Make the entire product card clickable and styled */
.ws-shortlist-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.ws-shortlist-card {
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

.ws-shortlist-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Style for the clickable product name */
.ws-product-link {
    text-decoration: none;
    color: inherit;  /* Ensure the color is consistent with other elements */
    font-weight: bold;
}

.ws-product-link:hover {
    text-decoration: underline;  /* Add underline effect on hover for clarity */
}

/* Make the entire product card clickable and styled */
.ws-shortlist-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.ws-shortlist-card {
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

.ws-shortlist-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Ensure the entire product card is clickable and styled properly */
.ws-shortlist-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.ws-shortlist-card {
    transition: box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

.ws-shortlist-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Style for the View Product link */
.ws-product-link {
    color: #003366;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-top: 8px;
}

.ws-product-link:hover {
    text-decoration: underline;
    color: #002244;
}

/* Style for the View Product link below each product name */
.ws-product-link {
    color: #003366;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-top: 8px;
}

.ws-product-link:hover {
    text-decoration: underline;
    color: #002244;
}

/* Style for the View Product link */
.ws-product-link {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-top: 8px;
}

.ws-product-link:hover {
    text-decoration: underline;
    color: #003366;
}

/* Style for the View Product link */
.ws-product-link {
    color: #003366;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-top: 8px;
}

.ws-product-link:hover {
    text-decoration: underline;
    color: #002244;
}

.ws-save-note,
.ws-view-product-button,
.ws-remove-from-shortlist {
    background-color: #003366;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    border: none;
    margin-bottom: 6px;
    width: 100%;
    box-sizing: border-box;
}

.ws-save-note:hover,
.ws-view-product-button:hover,
.ws-remove-from-shortlist:hover {
    background-color: #005599;
}

.ws-product-note {
    height: 150px;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    resize: none;
}

.ws-shortlist-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.ws-delete-shortlist-group,
.ws-share-shortlist-email,
.ws-send-shortlist-gbm {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
}

.ws-delete-shortlist-group:hover,
.ws-share-shortlist-email:hover,
.ws-send-shortlist-gbm:hover {
    background-color: #005177;
}

.ws-delete-shortlist-group, .ws-share-shortlist-email {
    background-color: #003366;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    border: none;
    margin-bottom: 6px;
    width: 100%;
}

.ws-delete-shortlist-group:hover, 
.ws-share-shortlist-email:hover, 
a.ws-delete-shortlist-group:hover, 
a.ws-share-shortlist-email:hover {
    color: #ffffff !important;
}

.ws-view-product-button:hover, 
a.ws-view-product-button:hover {
    color: #ffffff !important;
}

.ws-delete-shortlist-group, 
.ws-share-shortlist-email {
    width: 48%; /* Making the buttons half-width */
    display: inline-block; /* Ensuring they stay aligned in a row */
    margin-right: 2%; /* Adding slight spacing between them */
    text-align: center;
}

.ws-delete-shortlist-group, 
.ws-share-shortlist-email {
    width: 50% !important; /* Ensuring the buttons take half the width */
    float: left; /* Aligning buttons to the left */
    text-align: center;
    box-sizing: border-box; /* Ensuring width includes padding and border */
}

.ws-delete-shortlist-group:hover, 
.ws-share-shortlist-email:hover {
    background-color: #005599 !important;
}

.ws-product-categories {
    font-size: 12px !important;
    color: #666; /* Optional: Adjust text color for better readability */
}


/* Client Notes Styling */
.ws-client-note {
    width: 100%;
    height: 80px;
    border: 1px solid #ccc;
    padding: 8px;
    margin-top: 5px;
    font-size: 14px;
    resize: vertical;
}

.ws-save-client-note {
    display: inline-block;
    margin-top: 5px;
    padding: 6px 12px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.ws-save-client-note:hover {
    background-color: #005177;
}



.ws-save-note, .ws-save-client-note {
    background-color: #003366;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    border: none;
    margin-bottom: 6px;
    width: 100%;
    box-sizing: border-box;
}

.ws-save-note:hover, .ws-save-client-note:hover {
    background-color: #002244; /* Slightly darker on hover */
}



/* Additional styles for ws-shortlist-meta layout */
.ws-shortlist-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.ws-shortlist-meta .meta-row {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}
.ws-shortlist-meta .meta-col {
    padding: 5px;
}
.ws-shortlist-meta .meta-col-half {
    width: 50%;
}
.ws-shortlist-meta .meta-col-full {
    width: 100%;
}

.ws-save-meta {
    background-color: #003366;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    border: none;
    margin-bottom: 6px;
    width: 100%;
}

.ws-shortlists-container > .ws-shortlist-header { 
    margin-bottom: 10px;
}


.ws-view-shortlist-button {
    margin-left: 10px;
    font-size: 14px;
    text-decoration: none;
    color: #0073aa;
    background: #e2ecf7;
    padding: 6px 12px;
    border-radius: 4px;
    display: inline-block;
}



.ws-view-shortlist-button {
    background-color: #003366;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    border: none;
    margin-bottom: 6px;
    width: 100%;
    display: inline-block;
}



/* Flex layout for shortlist header buttons */
.ws-shortlist-header {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.ws-shortlist-header button,
.ws-shortlist-header a.ws-view-shortlist-button {
    flex: 1;
    text-align: center;
    min-height: 45px;
}



.ws-shortlist-header {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.ws-shortlist-header button,
.ws-shortlist-header a {
    flex: 1;
    text-align: center;
    min-height: 45px;
    background-color: #003366;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    text-decoration: none;
    border: none;
    margin-bottom: 6px;
}



.ws-shortlist-header {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.ws-shortlist-header button,
.ws-shortlist-header a {
    flex: 1;
    min-width: 0;
    text-align: center;
    min-height: 45px;
    background-color: #003366;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    text-decoration: none;
    border: none;
    margin-bottom: 6px;
}

/* Hover fix for View Shortlist */
.ws-shortlist-header a.ws-view-shortlist-button:hover {
    background-color: #0073aa;
    color: #ffffff;
}



/* Clean and align all buttons perfectly inside the header */
.ws-shortlist-header {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 15px;
    justify-content: space-between;
}

.ws-shortlist-header button,
.ws-shortlist-header a {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    text-align: center;
    min-height: 45px;
    background-color: #003366;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    text-decoration: none;
    border: none;
    margin: 0;
    box-sizing: border-box;
}

/* Hover fix for View Shortlist remains */
.ws-shortlist-header a.ws-view-shortlist-button:hover {
    background-color: #0073aa;
    color: #ffffff;
}

.hidden {
  display: none !important;
}


.ws-shortlist-header {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.ws-shortlist-header a,
.ws-shortlist-header button {
    flex: 1;
    min-width: 30%;
    text-align: center;
}


/* + Button Style */
.ws-select-product {
    margin-left: 8px;
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 2px 8px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}

.ws-select-product.selected {
    background-color: #4CAF50;
    color: white;
    border-color: #3e8e41;
}

/* Floating Bulk Add Button */
#ws-bulk-add {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transition: background 0.3s ease;
}

#ws-bulk-add:hover {
    background: #45a049;
}


.shortlist-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}



.ws-select-product.selected,
.plus-button.selected {
  background-color: #e30613 !important;
}


#ws-bulk-add {
  background: #e30613 !important;
}

#ws-bulk-add:hover {
  background: #c00511 !important;
}


.ui-dialog {
  width: 400px !important;
}

.ui-dialog label {
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 6px;
}


.ws-modal {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.ws-modal-inner {
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  margin: auto;
}
.ws-button {
  display: inline-block;
  background: #003366;
  color: white;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 5px;
  text-decoration: none;
}

/* Modal overlay */
.ws-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

/* Modal content box */
.ws-modal-inner {
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.ws-modal-inner p {
  margin-bottom: 20px;
  font-size: 16px;
}

.ws-modal-inner .ws-button {
  margin: 0 10px;
}


.ws-shortlist-icon-guest:hover {
  opacity: 1;
}

/* Tooltip on hover */

.ws-shortlist-icon-guest:hover::after {
  opacity: 1;
}

/* Heart Icon Button Overlay */

.heart-icon {
    font-family: Arial, sans-serif;
}

.woocommerce ul.products li.product {
    position: relative;
}


/* Updated styling */

/* Heart Icon Button Overlay */

.heart-icon {
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.woocommerce ul.products li.product {
    position: relative;
}

.ws-shortlist-icon {
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    background-color: #002244 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10 !important;
    cursor: pointer !important;
    font-size: 20px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    transition: transform 0.2s !important;
}

.ws-shortlist-icon {
    top: 15px !important;
}

.ws-shortlist-icon {
  padding: 6px 8px;
  background: #0c2340;
  border-radius: 50%;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

.ws-shortlist-icon-guest{
    margin-top: 25px !important;
    right: 120px !important;
}

/* GBM-style grid layout and card appearance */
.ws-shortlist-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    align-items: stretch;
}

.ws-shortlist-card,
.shortlist-talent,
.ws-product-card {
    flex: 0 0 280px;
    max-width: 280px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    min-height: 100%;
}

.ws-shortlist-card img,
.shortlist-talent img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.ws-shortlist-card textarea,
.shortlist-talent textarea {
    width: 100%;
    margin: 10px 0;
}

.ws-shortlist-card button,
.shortlist-talent button,
.ws-product-card button {
    width: 100%;
    margin-top: 6px;
    border-radius: 6px;
}
