
:root{
    --oet-kt-navy:#202c4a;
    --oet-kt-dark:#111827;
    --oet-kt-orange:#ff4d2e;
    --oet-kt-border:#e8e8e8;
    --oet-kt-muted:#667085;
}
.oet-kt-box{display:flex;gap:18px;padding:24px;margin:28px 0;border:1px solid var(--oet-kt-border);border-radius:10px;background:#fff;box-shadow:0 8px 30px rgba(17,24,39,.06)}
.oet-kt-box-icon{width:52px;height:52px;flex:0 0 52px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,77,46,.10)}
.oet-kt-box-icon svg{width:28px;height:28px;fill:none;stroke:var(--oet-kt-orange);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.oet-kt-box-content{width:100%}
.oet-kt-title{margin:0 0 14px;color:var(--oet-kt-dark);font-size:20px;font-weight:700}
.oet-kt-row{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px solid #f0f0f0;font-size:15px}
.oet-kt-row span{color:var(--oet-kt-muted)}
.oet-kt-row strong{color:var(--oet-kt-dark);text-align:right}
.oet-kt-button,.woocommerce-account .woocommerce-orders-table__cell-order-actions .oet_kargo_takip{display:inline-flex!important;align-items:center;justify-content:center;min-height:44px;margin-top:16px!important;padding:10px 18px!important;border:0!important;border-radius:4px!important;background:var(--oet-kt-orange)!important;color:#fff!important;font-weight:700!important;text-decoration:none!important;transition:.2s ease}
.oet-kt-button:hover,.woocommerce-account .woocommerce-orders-table__cell-order-actions .oet_kargo_takip:hover{background:var(--oet-kt-navy)!important;color:#fff!important}
.oet-kt-box-compact{box-shadow:none;margin:18px 0;padding:18px}
.oet-kt-lookup{max-width:760px;margin:35px auto;padding:34px;border:1px solid var(--oet-kt-border);border-radius:12px;background:#fff;box-shadow:0 12px 40px rgba(17,24,39,.07)}
.oet-kt-lookup-head{text-align:center;margin-bottom:28px}
.oet-kt-kicker{display:inline-block;margin-bottom:8px;color:var(--oet-kt-orange);font-size:12px;font-weight:800;letter-spacing:1.1px}
.oet-kt-lookup-head h2{margin:0 0 9px;color:var(--oet-kt-dark);font-size:30px;line-height:1.2}
.oet-kt-lookup-head p{margin:0;color:var(--oet-kt-muted)}
.oet-kt-form{display:grid;grid-template-columns:1fr 1fr auto;gap:14px;align-items:end}
.oet-kt-field label{display:block;margin-bottom:7px;color:var(--oet-kt-dark);font-size:14px;font-weight:600}
.oet-kt-field input{width:100%;height:48px;padding:0 14px;border:1px solid #d8dbe2;border-radius:5px;background:#fff;color:var(--oet-kt-dark);font-size:15px;outline:none}
.oet-kt-field input:focus{border-color:var(--oet-kt-orange);box-shadow:0 0 0 3px rgba(255,77,46,.10)}
.oet-kt-submit{min-height:48px;padding:0 20px;border:0;border-radius:5px;background:var(--oet-kt-orange);color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:.2s ease}
.oet-kt-submit:hover{background:var(--oet-kt-navy)}
.oet-kt-alert{margin:0 0 20px;padding:14px 16px;border-radius:6px;font-size:14px;line-height:1.55}
.oet-kt-alert-error{background:#fff2f0;color:#a52a1a;border:1px solid #ffd0c8}
.oet-kt-alert-info{background:#f2f6ff;color:#31456d;border:1px solid #dce6ff}
@media(max-width:767px){
    .oet-kt-lookup{margin:20px 0;padding:22px 16px}
    .oet-kt-lookup-head h2{font-size:24px}
    .oet-kt-form{grid-template-columns:1fr}
    .oet-kt-submit{width:100%}
    .oet-kt-box{padding:18px;gap:12px}
    .oet-kt-box-icon{width:44px;height:44px;flex-basis:44px}
    .oet-kt-row{flex-direction:column;gap:3px}
    .oet-kt-row strong{text-align:left}
}
