.yez-auftrag-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:25px 30px;margin:0 15px;min-width:340px;display:flex;flex-direction:column;box-shadow:0 4px 12px rgba(13,27,42,.04);transition:all .3s ease;font-family:inherit}.yez-auftrag-card:hover{transform:translateY(-5px);border-color:var(--yez-orange);background:#fff;box-shadow:0 15px 30px rgba(13,27,42,.08)}.yez-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.yez-status-dot{width:8px;height:8px;background:#10b981;border-radius:50%;display:inline-block;margin-right:8px;box-shadow:0 0 8px rgba(16,185,129,.4)}.yez-status-text{font-size:11px;font-weight:800;color:#10b981;text-transform:uppercase;letter-spacing:1px}.yez-time{font-size:12px;color:#94a3b8;font-weight:600}.yez-auftrag-type{font-size:19px;font-weight:800;color:var(--yez-navy);margin:0 0 4px;line-height:1.2;text-transform:uppercase}.yez-location{font-size:14px;color:#475569;margin-bottom:15px;display:flex;align-items:center;font-weight:600}.yez-value-box{border-top:1px solid #e2e8f0;padding-top:12px;display:flex;justify-content:space-between;align-items:baseline}.yez-value-label{font-size:10px;color:#94a3b8;text-transform:uppercase;font-weight:800}.yez-value-amount{font-size:17px;font-weight:900;color:var(--yez-orange)}@media (max-width:768px){.yez-auftrag-card{min-width:290px;padding:20px}}