.step-container{background:#fff;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.05);overflow:hidden;display:flex;flex-wrap:wrap;padding:0;margin:10px 0}.step-item{position:relative;flex:1;padding:0 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-width:200px;background-color:#fff}.step-content{transition:all .3s ease;padding:10px 35px;border-radius:8px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;min-height:100px}.step-item:not(:last-child)::after{content:'';position:absolute;top:50%;right:-15px;width:40px;height:40px;background:#fff;border-top:2px solid #f0f2f5;border-right:2px solid #f0f2f5;transform:translateY(-50%) rotate(45deg);z-index:2}.step-icon{flex-grow:1;display:flex;justify-content:center}.step-title{font-weight:600;color:#333;margin-top:auto;font-size:.95rem}.first-step-title{font-size:1.1rem;text-transform:uppercase;color:#1a3c61;font-weight:700;margin:0}.icon-car{color:#2cb3c9}.icon-doc{color:#999}.icon-check{color:#444}.step-content.active{border:2px solid #ff385c;background-color:#ff385c0f;margin:5px 40px}@media (max-width:768px){.step-container{flex-direction:row;flex-wrap:nowrap;border-radius:10px;padding:6px 0}.step-item{flex:1;min-width:0;padding:4px 2px;align-items:center;flex-direction:column}.step-item:first-child{display:none}.step-content{flex-direction:column;align-items:center;gap:4px;padding:6px 4px;min-height:auto;width:100%}.step-content.active{margin:3px 4px}.step-icon img{width:40px!important}.step-icon{flex-grow:0}.step-item:not(:last-child)::after{display:none}.step-title{margin-top:2px;font-size:.65rem;line-height:1.2}}@media (max-width:768px){.step-container{flex-wrap:wrap}.step-item:first-child{display:flex;flex:0 0 100%;width:100%;justify-content:center;margin-bottom:10px}}
/*# sourceMappingURL=steps.min.css.map */