
h6.card-title {
    font-size: 1rem; /* Bootstrap h6 font size */
    color: var(--bs-body-color, #212529); /* Bootstrap body text color */
    margin-bottom: 0.5rem; /* Space below the title */
}
h5.card-text {
    font-size: 1.1rem; /* Bootstrap h6 font size */
    color: var(--bs-body-color, #212529); /* Bootstrap body text color */
    margin-bottom: 0.5rem; /* Space below the text */
}

/* Explorer breadcrumb home button should look like the link variant */
.explorer-ancestor-breadcrumb-home {
    color: var(--bs-link-color, #0d6efd);
}
.explorer-ancestor-breadcrumb-home:hover,
.explorer-ancestor-breadcrumb-home:focus {
    color: var(--bs-link-hover-color, #0a58ca);
    text-decoration: none;
    outline: none;
}
