.hc-request-btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    background: #222;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}

.hc-request-btn-disabled {
    opacity: 0.7;
}

/* Modal */
.hc-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.hc-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

.hc-modal-inner {
    position: relative;
    max-width: 520px;
    margin: 150px auto; /* pedido: 150px desde arriba */
    background: #fff;
    border-radius: 16px;
    padding: 24px 24px 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.hc-modal-close {
    border: none;
    background: transparent;
    font-size: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.hc-field {
    margin-bottom: 14px;
}

.hc-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.hc-field input,
.hc-field textarea,
.hc-field select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.hc-submit {
    display: inline-block;
    padding: 9px 16px;
    border-radius: 999px;
    border: none;
    background: #222;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.hc-feedback {
    margin-top: 10px;
    font-size: 13px;
}

.hc-feedback.hc-success {
    color: #1e8840;
}

.hc-feedback.hc-error {
    color: #c0392b;
}

/* Dashboards */
.hc-dashboard {
    margin: 20px 0;
}

.hc-product-block {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background: #fafafa;
}

.hc-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.hc-table th,
.hc-table td {
    border: 1px solid #e5e5e5;
    padding: 8px;
    font-size: 14px;
    vertical-align: top;
}

.hc-table th {
    background: #f0f0f0;
    font-weight: 600;
}

.hc-status {
    font-weight: 600;
}

.hc-btn-status {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    margin: 2px 0;
    background: #222;
    color: #fff;
}

.hc-btn-secondary {
    background: #eee;
    color: #333;
}

/* Reseñas */
.hc-btn-review {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 12px;
    border: 1px solid #222;
    background: #fff;
    color: #222;
    font-size: 12px;
    margin-top: 6px;
    cursor: pointer;
}

.hc-review-form-wrapper {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #ddd;
}

.hc-review-form .hc-submit {
    margin-top: 6px;
}

.hc-user-rating {
    font-size: 12px;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .hc-table,
    .hc-table thead,
    .hc-table tbody,
    .hc-table th,
    .hc-table td,
    .hc-table tr {
        display: block;
    }

    .hc-table tr {
        margin-bottom: 10px;
    }

    .hc-table th {
        display: none;
    }

    .hc-table td {
        border: none;
        border-bottom: 1px solid #eee;
    }
}
