/* The site's .orangebutton supplies the approved colours, font and hover style. */
a.tmb-editor-cta {
    display: inline-flex;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
    vertical-align: middle;
    margin: .5rem 0;
    min-height: 44px;
    align-items: center;
    justify-content: center;
}
a.tmb-editor-cta:focus-visible {
    outline: 3px solid #182047;
    outline-offset: 3px;
}
@media (max-width: 600px) {
    a.tmb-editor-cta { width: 100%; }
}
