/* Hide Calendly iframe Slidebean logo; show local bar with logo60.png */
:root {
  --etp-calendly-bar-h: 72px;
}

.etp-calendly-brand {
  position: relative;
  min-width: 320px;
  overflow: hidden;
  background: #fff;
}

.sb-decisionmodal .etp-calendly-brand,
.sb-callsmodal .etp-calendly-brand {
  z-index: 1;
}

.etp-calendly-brand-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--etp-calendly-bar-h);
  z-index: 30;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  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: var(--etp-calendly-bar-h) !important;
  padding-top: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  clip-path: inset(var(--etp-calendly-bar-h) 0 0 0);
}

.etp-calendly-brand .calendly-inline-widget iframe {
  margin-top: calc(-1 * var(--etp-calendly-bar-h)) !important;
  height: calc(100% + var(--etp-calendly-bar-h)) !important;
  max-height: none !important;
  pointer-events: auto;
}
