/**
 * Custom Categories Display - Frontend base styles.
 * Dynamic styles are injected by the plugin from admin settings.
 */

.ccd-wrapper {
    margin: 0 0 1.5em 0;
}

.ccd-heading {
    line-height: 1.3;
}

.ccd-categories {
    line-height: 1.4;
}

.ccd-cat-item {
    white-space: nowrap;
    cursor: pointer;
}

.ccd-cat-item:focus {
    outline: 1px dotted currentColor;
}
