.twoko-ai-refresh-note {
  box-sizing: border-box;
  margin: 1.25em 0 1.65em;
  padding: 1em 1.1em;
  border: 1px solid #ded8ee;
  border-left: 4px solid #7656a8;
  border-radius: 10px;
  background: #fbf9ff;
  box-shadow: 0 2px 8px rgba(58, 39, 91, 0.05);
}

.twoko-ai-refresh-note--warning {
  border-color: #ead9ad;
  border-left-color: #a96f12;
  background: #fffaf0;
}

.twoko-ai-refresh-note p {
  margin: 0.55em 0;
  line-height: 1.8;
}

.twoko-ai-refresh-note ul {
  margin: 0.7em 0;
  padding-left: 1.4em;
}

.twoko-ai-refresh-note li {
  margin: 0.42em 0;
  line-height: 1.75;
}

.twoko-ai-refresh-note__label {
  display: inline-block;
  margin: 0 !important;
  padding: 0.25em 0.7em;
  border-radius: 999px;
  background: #7656a8;
  color: #fff;
  font-size: 0.78em;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.twoko-ai-refresh-note--warning .twoko-ai-refresh-note__label {
  background: #9b6411;
}

.twoko-ai-refresh-note__sources {
  margin-bottom: 0 !important;
  color: #555;
  font-size: 0.82em;
}

.twoko-ai-refresh-note__sources a {
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

@media (max-width: 700px) {
  .twoko-ai-refresh-note {
    margin: 1.05em 0 1.4em;
    padding: 0.9em 0.9em;
    border-radius: 9px;
  }

  .twoko-ai-refresh-note ul {
    padding-left: 1.25em;
  }

  .twoko-ai-refresh-note li,
  .twoko-ai-refresh-note p {
    line-height: 1.72;
  }
}

.twoko-ai-refresh-note__date {
  margin-top: 0.55em !important;
  color: #555;
  font-size: 0.84em;
}
