.coi-download-preset-chip--active {
    border-color: var(--rhg-red-medium, #c41230) !important;
    background-color: var(--rhg-red-lightest, #fdf2f4) !important;
    color: var(--rhg-red-medium, #c41230) !important;
}

.coi-download-preset-chip--disabled {
    opacity: 0.45;
    cursor: not-allowed !important;
}

.coi-download-preset-chip:not(:disabled):hover {
    border-color: var(--rhg-red-medium, #c41230);
}
