.export-status-header {
    position: relative;
    margin-right: 8px;
}

.export-status-trigger .export-status-label {
    margin-left: 4px;
    font-weight: 600;
}

.export-status-panel {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 1200;
    width: 300px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #d9dee7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.export-status-panel--active {
    right: 100%;
    margin-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.export-status-panel-compact-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 0.9rem;
}

.export-status-panel-compact-title {
    font-weight: 700;
    color: #1f2937;
}

.export-status-panel-compact-count {
    font-weight: 600;
    color: #4b5563;
    white-space: nowrap;
}

.export-status-panel .export-status-progress {
    width: 100%;
    margin: 0;
}

.export-status-panel .export-status-progress .rz-progressbar {
    margin: 0;
    min-height: 0;
}

.export-status-panel-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.export-status-panel-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
    font-size: 0.92rem;
}

.export-status-panel-hint {
    margin-top: 6px;
    font-size: 0.85rem;
    color: #5f6b7a;
    line-height: 1.35;
}

.export-status-panel-error {
    margin-top: 8px;
    color: #c0392b;
    font-size: 0.85rem;
    line-height: 1.4;
}

.export-status-panel-actions {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.export-status-close-btn {
    font-weight: 600 !important;
    min-width: 72px;
}

/* Aktif export paneli açıkken toast'ları aşağı kaydır */
body.export-status-panel-open .rz-notifications {
    top: 7.5rem !important;
}

.carpark-export-limits-hint {
    font-size: 11px;
    color: #6c757d;
    text-align: right;
    max-width: 460px;
    line-height: 1.45;
}

.carpark-export-limit-alert {
    margin-top: 4px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.45;
}

.carpark-export-limit-alert--warning {
    background: #fff8e6;
    border: 1px solid #f0d58a;
    color: #7a5b00;
}

.carpark-export-limit-alert--danger {
    background: #fdeeee;
    border: 1px solid #f0b4b4;
    color: #8a1f1f;
}
