.utgk-notice-action a {
  padding: 7px 15px;
  text-decoration: none;
  font-size: 0.9rem;
  cursor: pointer;
  border-radius: 4px;
}
.utgk-notice-action a:not(:last-child) {
  margin-right: 10px;
}

a.utgk-provide-review {
  background: #faa332;
  display: inline-block;

  color: white;
}

.utgk-plugin-review-notice .notice-text {
  font-size: 0.9rem;
}

.utgk-notice-action {
  margin-top: 8px;
}
.notice.notice-info.utgk-plugin-review-notice {
  border-left-color: #faa332;
  padding: 10px;
}
a.utgk-notice-later {
  border: 1px solid #faa332;
  color: #faa332;
}
a.utgk-notice-dismiss {
  background-color: green;
  color: white;
}
