/* _content/SemanticMods.Web/Pages/Search.cshtml.rz.scp.css */
/* Page layout: fixed header + scrollable content */
.search-layout[b-84xoa147z5] {
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.search-header[b-84xoa147z5] {
  flex: 0 0 auto;
  padding: 16px 16px 0 16px;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  position: sticky; /* keeps it visible if page itself scrolls */
  top: 0;
  z-index: 10;
}

.search-tabs[b-84xoa147z5] {
  flex: 0 0 auto;
  padding: 0 16px;
  background: #fff;
  position: sticky;
  top: 0;           /* if header is sticky too, keep both together by keeping page non-scrolling */
  z-index: 9;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* This becomes the only scroll area */
.search-content[b-84xoa147z5] {
  flex: 1 1 auto;
  overflow: auto;
  min-height: 0;
  background: #fafafa;
}

.highlight[b-84xoa147z5] {
    background-color: rgba(255, 0.0, 0.0, 0.25);
}

#tab-debug table[b-84xoa147z5] {
  border-collapse: collapse;
  width: 100%;
}
#tab-debug th[b-84xoa147z5], #tab-debug td[b-84xoa147z5] {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  vertical-align: top;
}

/* Chunk cell: reserve room for the icon, no layout jump */
[hidden][b-84xoa147z5] { display: none !important; }

td.chunk-cell[b-84xoa147z5] { max-width: 70ch; vertical-align: top; }

.chunk-text-wrap[b-84xoa147z5] {
  position: relative;
  padding-right: 26px; /* room for icon */
}

.chunk-text[b-84xoa147z5] {
  white-space: pre-wrap;   /* keep newlines */
  overflow-wrap: anywhere;
  line-height: 1.25;
  margin: 0;
}

/* icon pinned; doesn't affect layout */
.chunk-toggle[b-84xoa147z5]{
  position:absolute;
  top:0;
  right:0;
  border:0;
  background:transparent;
  padding:0 4px;
  cursor:pointer;
  line-height:1;
}

.chunk-toggle:hover[b-84xoa147z5] { color: rgba(0,0,0,0.9); }

.chunk-icon[b-84xoa147z5] {
  display: inline-block;
  width: 18px;
  text-align: center;
  font-size: 16px;
  user-select: none;
}
/* _content/SemanticMods.Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-sqyyzpocaw] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-sqyyzpocaw] {
  color: #0077cc;
}

.btn-primary[b-sqyyzpocaw] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-sqyyzpocaw], .nav-pills .show > .nav-link[b-sqyyzpocaw] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-sqyyzpocaw] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-sqyyzpocaw] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-sqyyzpocaw] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-sqyyzpocaw] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-sqyyzpocaw] {
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
