html {
  font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.daera-servicemenu {
    margin-bottom: 0px!important;
}

.daera-servicename {
    font-size: 26px !important;
}

.daera-list-row-override dt, .daera-list-row-override dd {
    display: block;
    width: 100%;
}


.govuk-notification-banner__content > * {
    max-width: 100%!important;
}

.dashboard-heading {
    margin-bottom: 0;
}

.float-right {
    float: right;
    margin-left: auto;
}

/* Override DDS grid-template-columns for summaries filter dashboard */
@media screen and (min-width: 48em) and (max-width: 64em) {
    #summaries-filter-dashboard {
        grid-template-columns: 1fr !important;
    }
}