:root {
  --mkik-font-body: "Source Sans 3", "Source Sans Pro", "Open Sans", "Segoe UI", Arial, sans-serif;
  --mkik-font-nav: "Roboto Condensed", "Open Sans", "Segoe UI", Arial, sans-serif;
  --mkik-font-title: "Playfair Display", Georgia, "Times New Roman", serif;
}

html,
body {
  height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #eef1f3;
  font-family: var(--mkik-font-body);
}

.site-content {
  flex: 1 0 auto;
  background: #fff;
}

.footer-mkik {
  margin-top: auto;
}

.mkik-header {
  background: #eef1f3;
  border-bottom: 1px solid #e1e4e8;
}

.header-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
}

.logo-img {
  height: 72px;
  width: auto;
  display: block;
}

@media (max-width: 1199.98px) {
  .logo-img {
    height: 64px;
  }
}

.mkik-nav {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: auto;
  margin-right: 16px;
  font-family: var(--mkik-font-nav);
}

.mkik-nav a {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .01em;
  color: #0b1320;
  text-decoration: none;
  line-height: 1.1;
  padding: 5px 12px;
  border-right: 1px solid #cfd8dc;
  font-size: .84rem;
}

.mkik-nav a:last-child {
  border-right: none;
}

.mkik-nav a:hover {
  text-decoration: underline;
}

.mkik-tools {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mkik-ico {
  height: 20px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.mkik-login {
  font-weight: 700;
  text-decoration: none;
}

.mkik-headline {
  background: #fff;
}

.mkik-title {
  font-family: var(--mkik-font-nav);
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.mkik-date {
  color: #6b7280;
  margin-top: .25rem;
}

.mkik-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background: #f2f3f5;
  margin-right: 8px;
}

.mkik-social a:hover {
  background: #e7e9ed;
}

.mkik-sep {
  height: 4px;
  background: #e5e7eb;
  border: 0;
  margin: 18px 0 22px;
}

.mkik-tiles .mkik-tile {
  display: block;
  padding: 18px 20px;
  color: #fff;
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, .35);
  transition: opacity .15s, transform .05s;
  font-family: var(--mkik-font-nav);
  font-weight: 700;
  letter-spacing: .02em;
}

.mkik-tiles .mkik-tile:first-child {
  border-top: none;
}

.mkik-tiles .mkik-tile:hover {
  opacity: .94;
  transform: translateY(-1px);
}

.mkik-tile--1 {
  background: #7a3b83;
}

.mkik-tile--2 {
  background: #95519e;
}

.mkik-tile--3 {
  background: #e07a87;
}

.mkik-tile--4 {
  background: #ea9aa4;
}

.mkik-tile--5 {
  background: #E58A95;
}

.mkik-tiles-align {
  margin-left: calc(.5 * var(--bs-gutter-x, 1.5rem));
}

.mkik-main {
  margin-top: 12px;
}

.footer-mkik {
  background: #2f775a;
  color: #fff;
  padding: 32px 0;
}

.footer-mkik a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.footer-mkik a:hover {
  text-decoration: underline;
}

.footer-mkik .brand {
  font-weight: 700;
  letter-spacing: .02em;
}

.footer-mkik .copy {
  margin-top: 6px;
  font-weight: 600;
}

.footer-links a {
  display: block;
  margin: 4px 0;
  text-align: right;
}

.footer-contact {
  margin-top: 12px;
  text-transform: none;
}

.footer-contact-label {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-contact-text {
  display: block;
  margin-top: 4px;
  font-weight: 600;
}

.footer-contact-text a {
  text-transform: none;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

.footer-contact-text a:hover {
  text-decoration: underline;
}

.footer-logo {
  height: 46px;
  width: auto;
  display: block;
  margin-bottom: .5rem;
}

.pagination {
  gap: 8px;
}

.pagination .page-item .page-link {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  color: #374151;
  font-weight: 600;
  min-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

.pagination .page-item.active .page-link {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

.pagination .page-item:not(.active) .page-link:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

.pagination .page-item.disabled .page-link {
  background: #f9fafb;
  border-color: #e5e7eb;
  color: #9ca3af;
}

.accordion-item {
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  overflow: hidden;
}

.accordion-button {
  font-weight: 600;
  color: #1f2937;
  background: #fff;
  padding: 1rem 1.25rem;
}

.accordion-button:not(.collapsed) {
  background: #f9fafb;
  color: #0d6efd;
  box-shadow: none;
}

.accordion-button:focus {
  border-color: #e5e7eb;
  box-shadow: none;
}

.accordion-button::after {
  background-size: 1.1rem;
}

.accordion-body {
  padding: 1.25rem;
  line-height: 1.6;
}

.form-check.has-error .form-check-input {
  border-color: #dc3545;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, .25);
}

.form-check.has-error .form-check-label {
  color: #dc3545;
}
