
.kaw-oto-card{
    direction:rtl;
    margin:28px 0;
    border:1px solid #e6e8e8;
    border-radius:18px;
    background:#fff;
    padding:24px;
    box-shadow:0 8px 28px rgba(0,0,0,.05);
}
.kaw-oto-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:20px;
}
.kaw-oto-kicker{
    display:block;
    font-size:13px;
    color:#728080;
    margin-bottom:4px;
}
.kaw-oto-head h2{margin:0;font-size:24px}
.kaw-oto-refresh{
    border-radius:10px!important;
}
.kaw-oto-meta{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-bottom:18px;
}
.kaw-oto-meta>div{
    background:#f7f9f9;
    border:1px solid #edf0f0;
    border-radius:12px;
    padding:14px 16px;
}
.kaw-oto-meta span,.kaw-oto-status span{
    display:block;
    color:#788383;
    font-size:13px;
    margin-bottom:3px;
}
.kaw-oto-status{
    display:flex;
    align-items:flex-start;
    gap:12px;
    background:#f2f8f7;
    border:1px solid #dfeeea;
    border-radius:14px;
    padding:16px;
    margin-bottom:18px;
}
.kaw-oto-status strong{display:block;font-size:19px}
.kaw-oto-status small{display:block;color:#6b7777;margin-top:4px}
.kaw-oto-dot{
    width:12px;height:12px;border-radius:50%;
    background:#1f7a66;margin-top:6px;flex:0 0 12px;
}
.kaw-oto-timeline{
    border-right:2px solid #e3e8e7;
    margin-right:6px;
    padding-right:22px;
}
.kaw-oto-step{
    position:relative;
    padding:0 0 18px;
}
.kaw-oto-step-dot{
    position:absolute;
    right:-29px;
    top:4px;
    width:12px;height:12px;
    border-radius:50%;
    background:#fff;
    border:3px solid #1f7a66;
}
.kaw-oto-step strong{display:block}
.kaw-oto-step small,.kaw-oto-step em{
    display:block;color:#798585;font-style:normal;font-size:13px;margin-top:2px
}
.kaw-oto-error{
    background:#fff5f5;
    border:1px solid #ffd9d9;
    color:#9a2b2b;
    border-radius:12px;
    padding:14px;
}
.kaw-oto-loading{opacity:.55;pointer-events:none}
@media(max-width:700px){
    .kaw-oto-head{align-items:flex-start;flex-direction:column}
    .kaw-oto-meta{grid-template-columns:1fr}
    .kaw-oto-card{padding:18px;border-radius:14px}
}
