.hto-container-7ade8e74 {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.hto-title-7ade8e74 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-top: 0;
    margin-bottom: 50px;
}

.hto-steps-grid-7ade8e74 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.hto-step-item {
    flex: 1;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hto-step-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    margin-top: 0;
    margin-bottom: 12px;
    max-width: 220px;
}

.hto-step-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    margin: 0;
    max-width: 260px;
}

.hto-step-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}

.hto-arrow-svg {
    width: 24px;
    height: 24px;
    display: block;
}

/* Responsive styles */
@media (max-width: 991px) {
    .hto-steps-grid-7ade8e74 {
        gap: 15px;
    }
    .hto-step-title {
        font-size: 16px;
    }
    .hto-step-desc {
        font-size: 13px;
    }
    .hto-step-separator {
        width: 20px;
        height: 20px;
    }
    .hto-arrow-svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 767px) {
    .hto-steps-grid-7ade8e74 {
        flex-direction: column;
        gap: 30px;
    }
    .hto-step-item {
        max-width: 320px;
    }
    .hto-step-separator {
        transform: rotate(90deg);
        margin: 5px 0;
    }
}
