.search-container {
    position: relative;
    display: inline-block;
}

.search-icon {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
}

.search-form {
    display: none;
    position: absolute;
    top: 0.2rem;
    right: 0;
}

.search-form input {
    padding: 6px 10px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}


#header .search-container {
    display: flex;
    align-items: center;
}

#header .search-form {
    display: none;
    margin-left: 0.5rem;
}

#header .search-form input {
    padding: 5px 8px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}




/* Verberg zoek-icoon + zoekveld wanneer mobiele navigatie actief is */
.mobile-nav-active #header .search-container {
    display: none !important;
}




.link-no-userselect {
    // Disable text selection for Safari Live Text
    -webkit-user-select: none !important;
    cursor: pointer;
}

.pre {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}

.table-header {
    background-color: #f0f0f0;
}

.emphasize {
    font-weight: bold;
}
.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 1000;
  text-decoration: none;
}

.skip-link:focus {
  left: 10px;
  top: 10px;
  width: auto;
  height: auto;
}

.tagline {
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
}

.service-alert {
    padding: 10px 0;
}

.service-alert-message {
    color: #c62828;
}

.service-alert-message i {
    margin-right: 4px;
}

.service-alert-link {
    margin-left: 6px;
    font-weight: 500;
}

.service-alert {
    background-color: #fff3cd;
    border-bottom: 1px solid #ffda6a;
    color: #664d03;
}

.service-alert .container-xl {
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-alert a {
    padding: 10px 12px;

    color: inherit;
    text-decoration: none;
    text-align: center;
}

.service-alert a:hover,
.service-alert a:focus {
    background-color: #ffecb5;
    color: #4d3a02;
}

.service-alert i {
    margin-right: 6px;
}

.service-alert-link {
    display: inline;
    margin-left: 0;
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .service-alert a {
        padding: 9px 8px;
        font-size: 0.9rem;
    }

    .service-alert-link {
        display: block;
        margin: 2px 0 0;
    }
}