/* _content/Project_Keu/Pages/Pertanyaan.cshtml.rz.scp.css */
/* Container to align page sections with the footer width */
.page-container[b-skjrha0mg0] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px; /* keep some horizontal breathing room on small screens */
}

/* Optional: make search box stretch to full width of the container */
.page-container .search-box[b-skjrha0mg0] {
    display: flex;
    gap: 8px;
}

/* When the search box is replaced by the create button, align it to the
   right side of the container and keep spacing consistent with previous layout. */
.question-search-wrap .search-replacement[b-skjrha0mg0] {
    display: flex;
    justify-content: flex-end;
    padding: 8px 0 18px;
}

.question-search-wrap .search-replacement .btn-buat-pertanyaan[b-skjrha0mg0] {
    /* make button slightly larger in the search area to match original visual weight */
    padding: 12px 22px;
}

/* Make header content align like footer (centered container) */
.question-header[b-skjrha0mg0] {
    padding: 18px 0;
}

.question-header .header-inner[b-skjrha0mg0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.question-logo[b-skjrha0mg0] {
    width: 160px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .question-header .header-inner[b-skjrha0mg0] {
        gap: 12px;
        align-items: center;
    }
    .btn-buat-pertanyaan[b-skjrha0mg0] {
        padding: 8px 12px;
        font-size: 0.95rem;
    }
}
/* _content/Project_Keu/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-pwf0cnkzdb] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

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

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

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

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

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

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

.footer[b-pwf0cnkzdb] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
