/* Hides an element from the screen but lets screen readers access it */
.create-feed fieldset {
  border: 0;
  padding: 0; }

.create-feed .title-xs {
  padding: 32px 0 4px 0; }

.create-feed .visibility-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); }

.create-feed .create-feed-section {
  padding-bottom: 4px; }

.create-feed .create-feed-new {
  font-weight: bold; }

.create-feed .create-feed-helptext {
  margin-bottom: 8px;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }

.create-feed .create-feed-globe {
  margin-right: 2px; }
