.md-alert {
  border-left: 4px solid #7aa8d8;
  border-radius: 6px;
  margin: 1rem 0;
  padding: 0.85rem 1rem;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.md-alert-title {
  display: inline-block;
  font-weight: 700;
}

.md-alert-header {
  align-items: center;
  border-radius: 4px;
  display: flex;
  gap: 0.6rem;
  margin-bottom: 0.45rem;
  padding: 0.2rem 0.5rem;
}

.md-alert-icon {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.85rem;
  font-weight: 700;
  height: 1.4rem;
  justify-content: center;
  width: 1.4rem;
}

.md-alert-note {
  border-left-color: #7aa8d8;
  background: #edf5ff;
  color: #234b70;
}

.md-alert-note .md-alert-header {
  background: #7aa8d8;
  color: #ffffff;
}

.md-alert-note .md-alert-icon {
  background: #ffffff;
  color: #7aa8d8;
}

.md-alert-tip {
  border-left-color: #4d9a68;
  background: #edf9f1;
  color: #28593a;
}

.md-alert-tip .md-alert-header {
  background: #4d9a68;
  color: #ffffff;
}

.md-alert-tip .md-alert-icon {
  background: #ffffff;
  color: #4d9a68;
}

.md-alert-important {
  border-left-color: #d5a029;
  background: #fff6e2;
  color: #7a5700;
}

.md-alert-important .md-alert-header {
  background: #d5a029;
  color: #ffffff;
}

.md-alert-important .md-alert-icon {
  background: #ffffff;
  color: #d5a029;
}

.md-alert-warning {
  border-left-color: #b86b00;
  background: #fff0cf;
  color: #633b00;
}

.md-alert-warning .md-alert-header {
  background: #b86b00;
  color: #ffffff;
}

.md-alert-warning .md-alert-icon {
  background: #ffffff;
  color: #b86b00;
}

.md-alert-error {
  border-left-color: #d92d20;
  background: #fde8e8;
  color: #7f1d1d;
}

.md-alert-error .md-alert-header {
  background: #d92d20;
  color: #ffffff;
}

.md-alert-error .md-alert-icon {
  background: #ffffff;
  color: #d92d20;
}

.md-alert-success {
  border-left-color: #4d9a68;
  background: #edf9f1;
  color: #28593a;
}

.md-alert-success .md-alert-header {
  background: #4d9a68;
  color: #ffffff;
}

.md-alert-success .md-alert-icon {
  background: #ffffff;
  color: #4d9a68;
}

.md-alert > :last-child {
  margin-bottom: 0;
}

@media print {
  .md-alert-note {
    background: #1f4b75;
    color: #ffffff;
  }

  .md-alert-note .md-alert-icon {
    background: #ffffff;
    color: #1f4b75;
  }

  .md-alert-tip {
    background: #1f6b43;
    color: #ffffff;
  }

  .md-alert-tip .md-alert-icon {
    background: #ffffff;
    color: #1f6b43;
  }

  .md-alert-important {
    background: #8a6100;
    color: #ffffff;
  }

  .md-alert-important .md-alert-icon {
    background: #ffffff;
    color: #8a6100;
  }

  .md-alert-warning {
    background: #a85f00;
    color: #ffffff;
  }

  .md-alert-warning .md-alert-icon {
    background: #ffffff;
    color: #a85f00;
  }

  .md-alert-error {
    background: #a61b1b;
    color: #ffffff;
  }

  .md-alert-error .md-alert-icon {
    background: #ffffff;
    color: #a61b1b;
  }

  .md-alert-success {
    background: #1f6b43;
    color: #ffffff;
  }

  .md-alert-success .md-alert-icon {
    background: #ffffff;
    color: #1f6b43;
  }
}

a[rel="prev"],
a[rel="next"] {
  display: none !important;
}

footer {
  display: none !important;
}

.navbar-brand {
  display: none !important;
}
