@media screen and (orientation: portrait) {
    .calculator-component-inner-container {
        flex-direction: column;
    }

    .svg-figure-container {
        min-width: calc(100% - 32px);
        max-width: calc(100% - 32px);
    }

    .figure-button {
        width: calc(100% - 8px);
    }
}
