.custom-cookie-style a {
    color: #212529 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    padding-bottom: 1px !important;
    transition: all 0.3s ease;
}
.custom-cookie-style a::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 6px;
    display: inline-block;
}

[data-bs-theme="dark"] .custom-cookie-style a,
.dark-mode .custom-cookie-style a {
    color: #ffffff !important;
}

[data-bs-theme="dark"] .custom-cookie-style a:hover,
.dark-mode .custom-cookie-style a:hover {
    color: #e9ecef !important;
}