.rtu-yandex-id-action.mud-button-root {
    min-height: 48px;
    border-color: rgba(38, 38, 51, 0.18);
    background: #ffffff;
    color: #262633;
}

.rtu-yandex-id-action.mud-button-root:hover,
.rtu-yandex-id-action.mud-button-root:focus-visible {
    border-color: rgba(38, 38, 51, 0.34);
    background: #f7f7f8;
}

.rtu-yandex-id-action.mud-button-root:disabled {
    background: #ffffff;
    opacity: 0.62;
}

.rtu-yandex-id-mark {
    display: block;
    width: min(138px, 100%);
    height: 32px;
    object-fit: contain;
}

.rtu-yandex-id-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 32px;
    color: var(--rtu-text-secondary, #5b6170);
}
