.tf-v1-widget {
  width: 100%;
  height: 100%;
  position: relative;
}

.tf-v1-widget iframe {
  border: none;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tf-v1-widget-close {
  display: none;
}

.tf-v1-widget-iframe-overlay {
  border: none;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.tf-v1-widget-fullscreen {
  z-index: 10001;
  position: fixed;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.tf-v1-widget-fullscreen .tf-v1-widget-close {
  text-align: center;
  text-transform: none;
  cursor: pointer;
  opacity: .75;
  color: #000;
  z-index: 1;
  background: none;
  border: none;
  border-radius: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: normal;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .25s ease-in-out;
  display: block;
  position: absolute;
  top: 6px;
  right: 8px;
}

.tf-v1-widget-fullscreen .tf-v1-widget-close:hover {
  opacity: 1;
}

@media (min-width: 481px) {
  .tf-v1-widget-fullscreen .tf-v1-widget-close {
    color: #fff !important;
  }
}

.tf-v1-widget-fullscreen iframe {
  border-radius: 0;
}

