
.shik-wrapper{
    max-width:1200px;
    margin:30px auto;
    direction:rtl;
    font-family:tahoma;
}

.shik-card{
    background:#fff;
    border-radius:18px;
    padding:30px;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
}

.shik-header h2{
    color:#048f8a;
    margin-bottom:5px;
}

.shik-header p{
    color:#666;
    margin-bottom:25px;
}

.shik-search{
    display:flex;
    gap:15px;
    margin-bottom:25px;
}

.shik-search input{
    flex:1;
    padding:14px;
    border-radius:12px;
    border:1px solid #ddd;
}

.shik-search button{
    background:#048f8a;
    color:#fff;
    border:none;
    border-radius:12px;
    padding:14px 24px;
    cursor:pointer;
}

.shik-table{
    width:100%;
    border-collapse:collapse;
}

.shik-table th{
    background:#048f8a;
    color:#fff;
    padding:12px;
}

.shik-table td{
    border-bottom:1px solid #eee;
    padding:12px;
}

.shik-badge{
    background:#e8faf9;
    color:#048f8a;
    padding:6px 10px;
    border-radius:30px;
    font-size:12px;
}

.shik-link{
    background:#048f8a;
    color:#fff;
    text-decoration:none;
    padding:8px 12px;
    border-radius:8px;
}

.shik-empty{
    padding:20px;
    text-align:center;
}

@media(max-width:768px){

    .shik-search{
        flex-direction:column;
    }

    .shik-table{
        font-size:12px;
    }
}


.shik-radio-group{
    display:flex;
    gap:15px;
    margin-bottom:20px;
    flex-wrap:wrap;
}

.shik-radio-group label{
    background:#f5f5f5;
    padding:10px 16px;
    border-radius:12px;
    cursor:pointer;
    font-size:13px;
}

.shik-products{
    line-height:2;
}

.shik-address{
    max-width:300px;
    line-height:1.9;
}
.shik-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #e6eef5}
.shik-search input{font-size:15px;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.shik-search button{font-weight:bold;background:linear-gradient(45deg,#0ea5a4,#0369a1)}
.shik-order-card{background:#fff;border-radius:16px;padding:18px;margin:15px 0;box-shadow:0 6px 22px rgba(0,0,0,.08);border-right:5px solid #0ea5a4}
.shik-order-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-weight:bold}
.shik-summary{margin:10px 0;color:#444}
.shik-toggle{border:none;background:#eef7ff;padding:10px 14px;border-radius:10px;cursor:pointer;margin-bottom:10px}
.shik-details{background:#fafcff;padding:15px;border-radius:12px}
.shik-product-item{padding:10px;background:#fff;border-radius:10px;margin:8px 0;border:1px solid #edf2f7}

.shik-summary-row{display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:wrap;margin:12px 0}
.shik-details{display:block!important;background:#f8fbff;padding:16px;border-radius:14px;border:1px solid #e8eef5;margin-top:10px}
.shik-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:15px}
.shik-full{grid-column:1/-1}
.shik-products-title{font-weight:bold;margin-bottom:10px;color:#0369a1}
.shik-product-meta{display:flex;justify-content:space-between;gap:10px;margin-top:8px;color:#555;flex-wrap:wrap}
.shik-link{display:inline-flex;align-items:center;gap:6px;font-weight:bold}
.shik-summary .dashicons,.shik-meta-grid .dashicons,.shik-products-title .dashicons{color:#0ea5a4}
@media(max-width:768px){
.shik-order-top,.shik-summary-row{flex-direction:column;align-items:flex-start}
.shik-link{width:100%;justify-content:center}
}
