/* Restrained chapter orientation callouts. */

.callout.callout-tip,
.callout.callout-note {
  margin: 2rem 0;
  padding: 1.15rem 1.35rem;
  border: 1px solid #d8dee8;
  border-left-width: 5px;
  border-radius: 6px;
  background-color: #ffffff !important;
  box-shadow: none;
}

.callout.callout-tip .callout-header,
.callout.callout-note .callout-header {
  background-color: transparent !important;
  border-bottom: 0 !important;
  padding: 0 !important;
  margin-bottom: 0.7rem;
}

.callout.callout-tip .callout-title,
.callout.callout-tip .callout-title-container,
.callout.callout-note .callout-title,
.callout.callout-note .callout-title-container {
  font-weight: 700;
  font-size: 0.98rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.callout.callout-tip .callout-body,
.callout.callout-tip .callout-body-container,
.callout.callout-note .callout-body,
.callout.callout-note .callout-body-container {
  padding: 0 !important;
}

.callout.callout-tip {
  border-left-color: #16a34a;
}

.callout.callout-tip .callout-title,
.callout.callout-tip .callout-title-container {
  color: #166534;
}

.callout.callout-note {
  border-left-color: #0ea5e9;
}

.callout.callout-note .callout-title,
.callout.callout-note .callout-title-container {
  color: #1e40af;
}
