#pinecast-add-podcast {
  margin-top: 10px;
}
.pinecast-feed-template {
  display: none;
}
.pinecast-feed {
  background: #fff;
}
.pinecast-feed .pinecast-feed-header {
  display: flex;
  flex-grow: 1;
  height: 30px;
  cursor: pointer;
  font-size: 14px;
  padding: 12px 7px 12px 12px;
  line-height: 30px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}
.pinecast-feed .pinecast-feed-header .title {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
}
.pinecast-feed .pinecast-feed-header .title .placeholder {
  color: #999;
}
.pinecast-feed .pinecast-feed-header .delete {
  appearance: none;
  background: transparent;
  border: 0;
  color: #a00;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-right: 1em;
  margin-top: 5px;
  vertical-align: middle;
  visibility: hidden;
}
.pinecast-feed .pinecast-feed-header .delete:hover {
  color: #dc3232;
}
.pinecast-feed .pinecast-feed-header .handlediv {
  width: 36px;
  display: block;
  justify-self: flex-end;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.pinecast-feed .pinecast-feed-header .handlediv:before {
  content: '\f141';
  display: inline-block;
  font: normal 20px/1 dashicons;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  padding: 0;
  right: 0;
  vertical-align: middle;
}
.pinecast-feed .pinecast-feed-header:hover .delete {
  visibility: visible;
}
.pinecast-feed .pinecast-feed-body {
  display: none;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
}
.pinecast-feed .pinecast-feed-body .row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.pinecast-feed .pinecast-feed-body .row .label {
  border-color: #e5e5e5;
  border-width: 0 1px 1px 0;
  border-style: solid;
  padding: 15px 10px;
  font-weight: bold;
  background: #f9f9f9;
  width: 200px;
}
.pinecast-feed .pinecast-feed-body .row .field {
  padding: 15px 10px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
.pinecast-feed .pinecast-feed-body .row .field input,
.pinecast-feed .pinecast-feed-body .row .field textarea,
.pinecast-feed .pinecast-feed-body .row .field select {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
}
.pinecast-feed .pinecast-feed-body .row .field input[type='radio'],
.pinecast-feed .pinecast-feed-body .row .field input[type='checkbox'] {
  width: auto !important;
}
.pinecast-feed .pinecast-feed-body .row:last-of-type .label,
.pinecast-feed .pinecast-feed-body .row:last-of-type .field {
  border-bottom: none;
}
.pinecast-feed .pinecast-feed-body .row .description {
  color: #788;
  font-size: 12px;
  font-weight: normal;
}
.pinecast-feed .pinecast-feed-body .row.actions {
  background: red !important;
}
.pinecast-feed .pinecast-feed-body .row.actions .button .dashicons {
  line-height: 27px;
  height: 27px;
}
.pinecast-feed.open .pinecast-feed-body {
  display: block;
}
.pinecast-feed.open .handlediv:before {
  content: '\f140';
}
.spinner {
  float: none;
}
