.opening-hours-symbols {
  display: flex;
  flex-direction: row;
  column-gap: 0.4rem;
  margin-right: 1rem;
}
.studio-open {
  display: none;
}
.studio-closed {
  display: none;
}
.press-filter-buttons-wrapper .press-filter-buttons {
  display: flex;
  flex-direction: row;
  column-gap: 0.4rem;
  cursor: pointer;
}
.press-filter-buttons {
  appearance: none;
  background: none;
  border: none;
  color: #767676;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 700;
}
.press-filter-buttons.active {
  color: white;
}
.copy-url svg {
  margin-left: 0.25rem;
  width: 0;
  height: 0;
  transition-duration: 0.2s;
}
.copy-url.url-copied svg {
  display: flex;
  width: 1rem;
  height: 1rem;
}
.copy-url:hover path {
  fill: #ffffff;
}
