/* Кнопки первого экрана страницы «Как снять мерки». */
.evo-measurements__hero-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
}

.evo-measurements__hero-buttons .evolatex-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin: 0;
    padding: 14px 20px;
    text-align: center;
    line-height: 1.4;
}

.evo-measurements__hero-buttons .evo-measurements__start-button {
    border: 1px solid #c90042;
    background: transparent;
    color: #c90042;
    text-decoration: none;
}

.evo-measurements__hero-buttons .evo-measurements__start-button:hover {
    background: #c90042;
    color: #fff;
}

.evo-measurements__hero-buttons a:focus-visible {
    outline: 2px solid #c90042;
    outline-offset: 4px;
}

@media (max-width: 600px) {
    .evo-measurements__hero-buttons {
        flex-direction: column;
    }

    .evo-measurements__hero-buttons .evolatex-button {
        width: 100%;
    }
}
