﻿.cluk-element-hover:hover {
    color: var(--mud-palette-dark-text) !important;
    --mud-ripple-color: var(--mud-palette-dark-text) !important;
    background-color: var(--mud-palette-primary-hover) !important;
    cursor: pointer;
}

/* BELONG TO HOME.RAZOR */
.cluk-form-nav-heading {
    font-weight: 700 !important;
    font-size: 16px !important;
    padding-bottom: 8px !important;
    color: var(--mud-palette-primary) !important;
}

.cluk-form-nav-select-item {
    padding-left: 26px !important;
}

.footer {
    margin-top: 32px;
}

/* TODO: temporary stopgap until app heading sizes are aligned to the DS scale */
h2,
.mud-typography-h2 {
    font-size: var(--text-2xl);
}

h3,
.mud-typography-h3 {
    font-size: var(--text-xl);
}

h4,
.mud-typography-h4 {
    font-size: var(--text-lg);
}