
.ueeshop-box-table tbody tr:nth-child(even){background:linear-gradient(to right,#f7f7f7,#fff);}
.ueeshop-box-table tbody tr:nth-child(odd){background:linear-gradient(to right,#fff,#f9f9f9);}
.ueeshop-box-table tbody tr:hover{background:linear-gradient(to right,#d0e7ff,#e0f0ff);transition:background 0.3s;}
.ueeshop-box-table td,.ueeshop-box-table th{padding:20px 15px;line-height:1.9;}
@media screen and (max-width:768px){
.ueeshop-table-container{display:none;}
.ueeshop-mobile-cards{display:block;}
.ueeshop-card-group{margin-bottom:20px;}
.ueeshop-card-header{background:#D9F0E0;padding:15px;cursor:pointer;font-size:20px;color:#2D854E;font-weight:bold;border-radius:8px;}
.ueeshop-card-items{display:none;margin-top:10px;}
.ueeshop-card-item{background:#fff;padding:12px 15px;margin-bottom:12px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,0.05);font-size:16px;line-height:1.6;}
.ueeshop-card-item div span.label{color:#2D854E;font-weight:600;margin-right:8px;}
}
@media screen and (min-width:769px){.ueeshop-mobile-cards{display:none !important;}}
