﻿.cf-dropdown {
    border-radius: 1.25rem;
    padding: 0.8rem 0;
}

.cf-dropdown-item {
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

    .cf-dropdown-item:active {
        color: var(--text-contrast-color);
        text-decoration: none;
        background-color: var(--primary-color);
    }