.container-feed-width {
  max-width: 1000px;
}

.custom-feed-container span {
  font-family: var(--font-helvetica) !important;
  font-weight: 500;
}
.custom-feed-container .feed-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.custom-feed-container .feed-content input {
  border-radius: 0;
  width: 100%;
  padding: 7px;
  border-width: 1px;
  border: 1px solid #aaa;
}
.custom-feed-container .feed-content input:focus, .custom-feed-container .feed-content input[type=text]:focus {
  border-color: gray;
}
.custom-feed-container .feed-content input:focus-visible, .custom-feed-container .feed-content input[type=text]:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.custom-feed-container .feed-content select {
  padding: 7px;
  width: 100%;
  border: 1px solid #aaa;
}

.category-feed .select2, .tag-feed .select2 {
  width: 100% !important;
  border-radius: 0;
}
.category-feed .select2 ul, .tag-feed .select2 ul {
  padding-left: 0 !important;
}
.category-feed .select2-container--default .select2-selection--multiple, .tag-feed .select2-container--default .select2-selection--multiple {
  padding-bottom: 7px;
}
.category-feed .select2-container--default .select2-selection--multiple .select2-selection__choice, .tag-feed .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding-left: 0px;
}
.category-feed .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove, .tag-feed .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: relative;
}

.select2-results ul li {
  font-size: 14px;
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-radius: 0px;
}

.feed-content .select2-container--default.select2-container .select2-selection--multiple {
  border-radius: 0px !important;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-size: 12px;
}

.feed-button {
  display: flex;
  justify-content: center;
}
.feed-button button {
  font-family: var(--font-helvetica) !important;
  border: 1px solid #aaa;
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2em;
  padding: 1em 2em;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s, color 0.3s;
}
.feed-button button:hover {
  font-size: 12px;
  background-color: black !important;
  color: white;
}/*# sourceMappingURL=feed.css.map */