/* Mega Holz Retourenportal - Frontend CSS */

.mhr-portal,
.mhr-status-page,
.mhr-account-returns,
.mhr-status-search {
    max-width: 800px;
    margin: 0 auto;
}

.mhr-portal h2,
.mhr-status-page h2 {
    border-bottom: 2px solid #2c3e50;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.mhr-item-row td {
    vertical-align: top;
}

.mhr-item-row.mhr-selected td {
    background: #f0f8ff;
}

.mhr-return-button {
    background: #2c3e50 !important;
    color: #fff !important;
    border-color: #2c3e50 !important;
}

.mhr-return-button:hover {
    background: #34495e !important;
    border-color: #34495e !important;
}

#mhr-submit-return-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.mhr-loading {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #2c3e50;
    border-radius: 50%;
    animation: mhr-spin 0.8s linear infinite;
    vertical-align: middle;
    margin-right: 6px;
}

@keyframes mhr-spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 600px) {
    .mhr-items-table thead { display: none; }
    .mhr-items-table tr { display: block; margin-bottom: 16px; border: 1px solid #ddd; border-radius: 4px; padding: 10px; }
    .mhr-items-table td { display: block; padding: 4px 0; border: none; }
}
