/* Project overrides. Keep style.css (generated UIkit build) untouched. */

/*
 * CTA row (partials/buttons.html): the buttons already span their grid column,
 * so UIkit's 30px side padding only eats inner width — it left ~180px for the
 * label, and "Реєстрація на навчання" needs 179.7px, so it wrapped to two lines.
 * Trim the padding and make the box a real block-level flex container.
 */
.tm-cta {
    display: flex;
    width: 100%;
    min-height: 45px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1.2;
}

.tm-cta .uk-icon {
    flex: none;
}