/* sdidesistimiento - Front styles */

.sdi-desistimiento-page {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 15px 40px;
}

.sdi-desistimiento-intro {
    margin-bottom: 20px;
}

.sdi-desistimiento-legal {
    margin-bottom: 20px;
    padding: 15px 20px;
    background: #f9f9f9;
    border-left: 4px solid #ccc;
    font-size: 13px;
    color: #666;
}

.sdi-desistimiento-card {
    margin-top: 20px;
}

.sdi-desistimiento-card-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sdi-desistimiento-confirm-check {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 4px;
}

.sdi-desistimiento-confirm-check label.required::after {
    content: ' *';
    color: #c0392b;
}

#sdi-desistimiento-submit {
    min-width: 220px;
}

/* Footer link */
.sdi-desistimiento-footer-link {
    text-align: center;
    margin: 8px 0;
}

.sdi-desistimiento-footer-link a {
    font-size: 13px;
    color: inherit;
    text-decoration: underline;
}

/* Order detail button */
.sdi-desistimiento-order-link {
    margin-top: 15px;
}

/* Confirmation */
.sdi-desistimiento-confirmation-email-note {
    background: #e8f4e8;
    border: 1px solid #b2dfb2;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 13px;
    margin-top: 20px;
}

.sdi-desistimiento-confirmation-actions {
    margin-top: 25px;
}

/* Required label asterisk */
label.required::after {
    content: ' *';
    color: #c0392b;
}

.sdi-desistimiento-order-btn {
    display: inline-flex;
}
.sdi-desistimiento-confirm-check .checkbox {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 7px;
    line-height: 13px;
}

/* Selector de productos */
.sdi-desistimiento-products {
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.sdi-desistimiento-hint {
    margin-bottom: 10px;
}

.sdi-desistimiento-lines {
    margin-bottom: 15px;
}

.sdi-desistimiento-lines th,
.sdi-desistimiento-lines td {
    vertical-align: middle;
}

.sdi-desistimiento-lines .sdi-col-check {
    width: 40px;
    text-align: center;
}

.sdi-desistimiento-lines .sdi-col-qty {
    width: 110px;
}

.sdi-desistimiento-lines .sdi-col-actions {
    width: 90px;
    text-align: right;
}

.sdi-line-label {
    margin: 0;
    font-weight: normal;
    cursor: pointer;
}

.sdi-line-ref {
    display: inline-block;
    margin-left: 8px;
    padding: 1px 6px;
    background: #f2f2f2;
    border-radius: 3px;
    font-size: 12px;
    color: #777;
}

.sdi-desistimiento-search-wrap {
    position: relative;
}

.sdi-desistimiento-search-results {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 260px;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    list-style: none;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.sdi-desistimiento-search-results li {
    padding: 8px 12px;
    font-size: 14px;
}

.sdi-desistimiento-search-results .sdi-search-result {
    cursor: pointer;
}

.sdi-desistimiento-search-results .sdi-search-result:hover {
    background: #f5f5f5;
}

.sdi-desistimiento-search-results .sdi-search-info {
    color: #999;
    font-style: italic;
}

.sdi-desistimiento-add-manual {
    padding: 0;
    vertical-align: baseline;
}