.darduse-wishlist-loop-button {
    position: relative;
    z-index: 5;
}

.darduse-wishlist-btn-icon,
.darduse-wishlist-btn-text {
    cursor: pointer;
}

.darduse-wishlist-single-button {
    margin: 1em 0;
}

.darduse-gift-fields {
    margin: 1.5em 0;
    padding: 1em;
    border: 1px solid #ddd;
}

/* Modal básico */
.darduse-wl-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.darduse-wl-modal {
    background: #fff;
    max-width: 480px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    overflow: hidden;
}

.darduse-wl-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75em 1em;
    border-bottom: 1px solid #eee;
    background: #f7f7f7;
}

.darduse-wl-modal-title {
    font-weight: bold;
}

.darduse-wl-modal-close {
    border: 1px solid #e00;
    background: #fdd;
    color: #e00;
    cursor: pointer;
    padding: 0.25em 0.5em;
    border-radius: 3px;
}

.darduse-wl-modal-body {
    padding: 1em;
}

.darduse-wl-modal-footer {
    padding: 0.5em 1em 1em 1em;
}

.darduse-wl-product-name {
    font-weight: bold;
    margin-top: 0;
}

.darduse-wl-new-list-form {
    display: flex;
    gap: 0.5em;
    margin-top: 0.5em;
}

.darduse-wl-input-name {
    flex: 1;
}

.darduse-wl-tabs {
    margin-top: 1em;
    margin-bottom: 0.5em;
    display: flex;
    gap: 0.5em;
}

.darduse-wl-tab-button {
    border: 1px solid #ccc;
    background: #f7f7f7;
    padding: 0.35em 0.75em;
    cursor: pointer;
    border-radius: 3px;
}

.darduse-wl-tab-button.active {
    background: #fff;
    border-bottom-color: #fff;
    font-weight: bold;
}

.darduse-wl-tabs-content {
    border: 1px solid #ccc;
    padding: 0.75em;
    border-radius: 3px;
}

.darduse-wl-tab-panel {
    display: none;
}

.darduse-wl-tab-panel.active {
    display: block;
}

.darduse-wl-select-existing {
    width: 100%;
    margin-bottom: 0.5em;
}

.darduse-wl-in-wishlist {
    font-weight: bold;
}
