﻿/* Hide the "Details" link/button in Termly's preference center */
[data-testid="details-link"] {
    display: none !important;
}

/* Hide the cookie count badge next to each category name */
[class*="termly-styles-cookieCount"] {
    display: none !important;
}

.termly-display-preferences {
    color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

    .termly-display-preferences:hover {
        color: #cccccc;
        text-decoration: underline;
    }
