.card-title {
    margin-bottom: var(--vz-card-title-spacer-y);
    color:#00BFFF;
}

/* More specific selector for card title links */
.card-header .card-title > a {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #00BFFF !important;
    text-decoration: none !important;
}

/* Hover state */
.card-header .card-title > a:hover {
    text-decoration: underline !important;
}

/* Keep the existing .card-title style */
.card-title {
    margin-bottom: var(--vz-card-title-spacer-y);
    color: #00BFFF !important;
}