.podlove-panel-banner {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.podlove-panel-banner-left {
  padding: 2rem;
}

.podlove-panel-banner-right {
  padding: 2rem 0rem 2rem 2rem;
}

.podlove-panel-banner-image {
  object-fit: cover;
  display: flex;
  justify-content: left;
  width: 200px;
  height: 200px;
}

.podlove-panel-banner-head {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.podlove-panel-banner-text {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  padding-right: 2rem;
}

.podlove-panel-banner-dismiss {
  position: absolute;
  color: #c3dafe;
  top: 1rem;
  right: 1rem;
  text-decoration: none;
  z-index: 2;
}

.podlove-panel-banner-dismiss::before {
  transition: all 0.1s ease-in-out;
  content: '\f335';
  font: normal 21px dashicons;
}

.podlove-panel-banner-dismiss::hover,
.podlove-panel-banner-dismiss::focus,
.podlove-panel-banner-dismiss::hover::before,
.podlove-panel-banner-dismiss::focus::before {
  color: #434190;
  background: #fff;
}

.podlove-panel-banner-button {
  border-radius: 0.375rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #fff;
  background: #4f46e5;
  text-decoration: none;
}

.podlove-panel-banner-button:hover,
.podlove-panel-banner-button:focus {
  color: #fff;
  background: #4338ca;
}

.podlove-panel-description {
  display: flex;
  align-items: flex-start;
  margin: 20px;
}

.podlove-panel-text {
  display: flex;
  flex-direction: column;
}

.podlove-panel-wrap {
  margin: 10px 20px 0 2px;
  padding-top: 1rem;
}

.podlove-panel {
  position: relative;
  overflow: auto;
  margin: 16px 0;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.3;
  clear: both;
}

.podlove-panel h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
}

.podlove-panel h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.podlove-panel p {
  font-size: inherit;
  line-height: inherit;
}

.podlove-panel-header {
  position: relative;
}

.podlove-panel-header-image {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0 !important;
  overflow: hidden;
}

.podlove-panel-header-image svg {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
}

.podlove-panel-header * {
  position: relative;
  z-index: 1;
}

.podlove-panel-content {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.podlove-panel-header {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  width: 100%;
  padding: 1rem 0 2rem 1rem;
}
