/* =========================
   Global helpers
   ========================= */

.page-title {
    display: none;
}

.kud-button,
.kud-add-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border: 0;
    border-radius: 12px;
    background: #6c55f5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(108, 85, 245, 0.22);
}

.kud-button:hover,
.kud-add-button:hover {
    background: #5944df;
    color: #ffffff;
    text-decoration: none;
}

.kud-notice {
    margin-bottom: 18px;
    padding: 14px 18px;
    border: 1px solid #dfe7f3;
    border-radius: 14px;
    background: #f7faff;
    color: #52647a;
}

.kud-muted {
    color: #7a8899;
}