#detailPage .reconciliation-pending-notice.yolka-not-reconciled-notice {
  margin: 12px 18px 0;
  padding: 13px 16px;
  border: 1px solid #f0a500;
  border-left: 6px solid #e89000;
  border-radius: 12px;
  background: #fff6d8;
  color: #6b4500;
  box-shadow: 0 5px 16px rgba(146, 100, 0, .10);
}

#detailPage .reconciliation-pending-notice.yolka-not-reconciled-notice b {
  font-size: 15px;
  letter-spacing: .025em;
}

#detailPage .yolka-not-reconciled-body {
  min-height: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #6b4f00;
}

#detailPage .yolka-not-reconciled-body .yolka-not-reconciled-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 3px;
  border: 3px solid #f0a500;
  border-radius: 50%;
  color: #c97700;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

#detailPage .yolka-not-reconciled-body strong {
  color: #7a4e00;
  font-size: 16px;
  letter-spacing: .035em;
}

#detailPage .yolka-not-reconciled-body p {
  margin: 0;
  color: #725c16;
}
