.wp-block-button .wp-block-button__link.is-style-outline, .wp-block-button.is-style-outline > .wp-block-button__link {
  border: 2px solid #9c917e;
}

.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color), .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: #9c917e;
}

.has-primary-color {
  color: #9c917e;
}

ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  text-align: center;
  font-size: 16px;
}

.wp-block-rss__item-publish-date {
  color: #9c917e;
}

div.wp-block-rss__item-title {
  font-size: 14px;
  font-weight: bold;
}