.msds-back-button-wrap {
    display: flex;
    width: 100%;
}

.msds-back-button {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.2;
    transition-property: color, background-color, border-color, box-shadow, transform;
    transition-timing-function: ease;
}

.msds-back-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    line-height: 1;
}

.msds-back-button-icon i,
.msds-back-button-icon svg {
    display: block;
    fill: currentColor;
}

.msds-back-button-text {
    display: inline-block;
}

.msds-back-button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
