@import url('./views/job/all/all-jobs-view.css');
@import url('./views/list-view.css');
@import url('./hover/hover.css');

a[highlight] {
    font-weight: bold;
    text-decoration: underline;
}

vaadin-app-layout {
  --vaadin-app-layout-transition: none;
}

vaadin-app-layout::part(navbar) {
  border-bottom: 1px solid var(--lumo-contrast-10pct);
  min-height: unset;
}

h1,h2,h3,h4,h5,h6 { margin-top: 1.25em; }
h1 { margin-bottom: 0.75em; }
h2, h3, h4 { margin-bottom: 0.5em; }
h5 { margin-bottom: 0.25em; }

vaadin-details-summary::part(content)  {
    white-space: normal;
}

vaadin-details-summary {
    align-items: start;
}

vaadin-tab[theme~="primary-tab"] {
    background-color: var(--lumo-contrast-5pct);
    color: var(--lumo-primary-text-color);
    border-radius: 3px;
    margin-bottom: 3px;
}

