.spaces-iframe-wrapper {
  position: relative;
  width: 100%;
  margin: 1em 0;
}

.spaces-iframe-wrapper iframe {
  border: none;
  width: 100%;
  min-height: 500px;
  background: #fff;
}

.spaces-iframe-tabs {
  margin: 1em 0;
}

.spaces-iframe-tabs-nav {
  display: flex;
  gap: 0.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}

.spaces-iframe-tab-button {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #f5f5f5;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  margin-bottom: -1px;
}

.spaces-iframe-tab-button[aria-selected="true"] {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.spaces-iframe-tab-content {
  position: relative;
  width: 100%;
}

.spaces-iframe-tab-content iframe {
  border: none;
  width: 100%;
  min-height: 500px;
  background: #fff;
}
