.oh-logistics-summary {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(206, 100, 61, .06);
    border: 1px solid rgba(206, 100, 61, .12);
}

.oh-logistics-summary-dot {
    width: 8px;
    height: 8px;
    margin-top: 6px;
    border-radius: 50%;
    background: #CE643D;
    flex-shrink: 0;
}

.oh-logistics-summary-main {
    flex: 1;
    min-width: 0;
}

.oh-logistics-summary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
    color: #6e6e6e;
    font-size: 12px;
}

.oh-logistics-summary-status {
    color: #CE643D;
    font-weight: 500;
    white-space: nowrap;
}

.oh-logistics-summary-text {
    color: #1D1D1F;
    font-size: 13px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oh-summary-return-address {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(206, 100, 61, .12);
}

.oh-summary-return-title {
    color: #6e6e6e;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}

.oh-summary-return-address-text {
    padding: 10px 12px;
    border: 1px solid rgba(206, 100, 61, .16);
    border-radius: 6px;
    background: #fff;
    color: #1D1D1F;
    font-size: 13px;
    line-height: 1.6;
    white-space: normal;
}

.oh-summary-return-note {
    margin-top: 8px;
    color: #6e6e6e;
    font-size: 12px;
    line-height: 1.6;
}

.oh-summary-return-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.oh-logistics-panel,
.oh-return-progress {
    margin-top: 18px;
    overflow: hidden;
    padding: 0;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e9e2dc;
}

.oh-return-progress {
    margin-bottom: 16px;
    padding: 16px;
    background: rgba(0, 0, 0, .025);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .06);
}

.oh-logistics-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 24px 22px;
    background: linear-gradient(90deg, #fff7f2 0%, #fff 72%);
    border-bottom: 1px solid #efe7e1;
}

.oh-logistics-head-main {
    min-width: 0;
    flex: 1;
}

.oh-logistics-title {
    margin-top: 12px;
    color: #1D1D1F;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.oh-logistics-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 999px;
    background: #fff0e8;
    color: #CE643D;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.oh-logistics-badge.is-delivered {
    background: #f0fdf4;
    color: #16a34a;
}

.oh-logistics-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.oh-logistics-meta-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
    color: #8a817c;
    font-size: 13px;
}

.oh-logistics-number-icon {
    width: 17px;
    height: 17px;
    color: #b66b48;
    flex-shrink: 0;
}

.oh-logistics-copy {
    border: none;
    background: transparent;
    padding: 0;
    color: #CE643D;
    cursor: pointer;
    font-size: 13px;
}

.oh-logistics-updated {
    color: #8a817c;
}

.oh-logistics-company {
    width: 72px;
    text-align: center;
    flex-shrink: 0;
}

.oh-logistics-company-logo {
    width: 48px;
    height: 48px;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #121428;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.oh-logistics-company-name {
    color: #6e6e6e;
    font-size: 13px;
    line-height: 1.3;
}

.oh-logistics-section-title {
    margin-bottom: 20px;
    color: #8a817c;
    font-size: 13px;
}

.oh-logistics-trace-list {
    display: flex;
    flex-direction: column;
    padding: 24px 28px 6px;
}

.oh-logistics-trace-item {
    display: flex;
    gap: 18px;
    position: relative;
    padding-bottom: 24px;
}

.oh-logistics-panel:not(.is-expanded) .oh-logistics-trace-item.is-extra {
    display: none;
}

.oh-logistics-trace-item:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 22px;
    bottom: 0;
    width: 2px;
    background: #eadfd8;
}

.oh-logistics-trace-dot {
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border-radius: 50%;
    border: 2px solid #d9a083;
    background: #fff;
    box-shadow: inset 0 0 0 5px #CE643D;
    flex-shrink: 0;
    z-index: 1;
}

.oh-logistics-trace-item:not(.is-latest) .oh-logistics-trace-dot {
    width: 18px;
    height: 18px;
    margin-left: 2px;
    margin-top: 3px;
    box-shadow: inset 0 0 0 4px #CE643D;
}

.oh-logistics-trace-body {
    flex: 1;
    min-width: 0;
}

.oh-logistics-trace-text {
    color: #6d625d;
    font-size: 15px;
    line-height: 1.55;
}

.oh-logistics-trace-item.is-latest .oh-logistics-trace-text {
    color: #2b2522;
    font-size: 16px;
    font-weight: 700;
}

.oh-logistics-trace-meta {
    color: #b66b48;
    font-size: 13px;
    margin-top: 6px;
}

.oh-logistics-trace-item:not(.is-latest) .oh-logistics-trace-meta {
    color: #8a817c;
}

.oh-logistics-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 16px 20px;
    border-top: 1px solid #efe7e1;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: #fff;
    color: #6e625c;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.oh-logistics-footer-text {
    line-height: 20px;
}

.oh-logistics-footer-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 20px;
    line-height: 1;
    transition: transform .2s ease;
}

.oh-logistics-footer-arrow svg {
    display: block;
    width: 10px;
    height: 7px;
}

.oh-logistics-panel.is-expanded .oh-logistics-footer-arrow {
    transform: rotate(180deg);
}

.oh-logistics-empty {
    margin: 24px 28px;
    color: #6e6e6e;
    font-size: 14px;
    padding: 16px;
    background: #fafafa;
    border-radius: 8px;
}

.oh-logistics-refresh {
    margin-top: 12px;
    padding: 6px 14px;
    border: 1px solid #CE643D;
    border-radius: 999px;
    background: #fff;
    color: #CE643D;
    cursor: pointer;
    font-size: 13px;
}

.oh-logistics-refresh:disabled {
    cursor: not-allowed;
    opacity: .6;
}

.oh-logistics-refresh-message {
    margin-top: 8px;
    color: #CE643D;
    font-size: 13px;
}

.oh-return-progress-steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-top: 14px;
}

.oh-return-progress-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #9ca3af;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.oh-return-progress-step:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 6px;
    right: 50%;
    width: 100%;
    height: 1px;
    background: #e5e7eb;
}

.oh-return-progress-step.is-done:not(:first-child)::before {
    background: #CE643D;
}

.oh-return-progress-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e5e7eb;
    z-index: 1;
}

.oh-return-progress-step.is-done {
    color: #1D1D1F;
    font-weight: 500;
}

.oh-return-progress-step.is-done .oh-return-progress-dot {
    background: #CE643D;
}
