/* Shared page-title / appname heading used across all atlas layouts.
   Mirrors the look of the maps home page (sourced from
   bootstrap.modified.css and calcite-site.css). */
.page-title {
    padding: 0.25rem 1rem 0;
}

.appname {
    font-variant: small-caps;
    font-size: 1.4em !important;
    color: #3a6e8f;
    line-height: 1.6;
    background-color: white;
    font-weight: 500;
    margin: 0;
}

.page-title .appname {
    margin-bottom: 0;
    background-color: transparent !important;
}

.page-title hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    opacity: 1;
    color: inherit;
    background-color: transparent;
    margin: 0.15rem 0 0 0 !important;
}

.calcite-mode-dark .page-title {
    color: #e0e0e0 !important;
}

.calcite-mode-dark .page-title .appname,
.calcite-mode-dark .page-title h1 {
    color: #e0e0e0 !important;
}

.calcite-mode-dark .page-title hr {
    border-color: #555 !important;
}
