/* Hide Calendly iframe Slidebean logo; show local bar with logo60.png */
.etp-calendly-brand {
  position: relative;
  min-width: 320px;
  overflow: hidden;
}

.etp-calendly-brand-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  z-index: 20;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  pointer-events: none;
}

.etp-calendly-brand-bar a {
  pointer-events: auto;
  display: flex;
  align-items: center;
}

.etp-calendly-brand-bar img {
  display: block;
  width: 60px;
  height: 34px;
  object-fit: contain;
}

.etp-calendly-brand .calendly-inline-widget {
  margin-top: 56px !important;
  padding-top: 0 !important;
  overflow: hidden !important;
  position: relative !important;
}

.etp-calendly-brand .calendly-inline-widget iframe {
  margin-top: -56px !important;
  height: calc(100% + 56px) !important;
  max-height: none !important;
}
