.c-form__alt-action-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.or-box {
    display: flex;
    align-items: center; /* Vertically centers elements */
    justify-content: center; /* Centers text horizontally */
    width: 100%;
    margin-top: 10px;
}

.or-box__line {
    flex-grow: 1; /* Makes the line expand */
    height: 1px;
    background-color: #ccc; /* Line color */
}

.or-box__text {
    color: var(--breto-cool-gray);
    font-style: italic;
    padding: 0 10px; /* Spacing around "OR" */
    white-space: nowrap;
}

.c-form__action-button--alt {
    width: 150px;
    margin-top: 10px;
}
