.steps-vertical .item-card{background:var(--theme-container-bg);margin:0 0 20px;border-radius:5px;padding:15px 20px;display:grid;gap:0 16px;grid-template-columns:40px 1fr;grid-template-rows:auto 1fr}.steps-vertical .item-card:last-child{margin:0}.steps-vertical .item-card:last-child .num::after{display:none}.steps-vertical .item-card .counter{position:relative}.steps-vertical .item-card .title{font-size:20px}.steps-vertical .item-card .num{background:var(--theme-accent-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px;color:#fff;font-size:1rem;font-weight:600;height:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1.5;text-align:center}.steps-vertical .item-card .num::after{border-left:1px dashed var(--theme-accent-color);content:"";height:calc(100% - 48px);left:50%;position:absolute;top:48px;width:1px}