.native-pip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  padding: 2px;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.native-pip-btn:hover,
.native-pip-btn:focus-visible,
.native-pip-btn.is-active {
  background: rgba(255, 255, 255, 0.18);
  outline: none;
}

.native-pip-btn svg {
  display: block;
  width: 25px;
  height: 25px;
  pointer-events: none;
}

.native-pip-toast {
  position: absolute;
  z-index: 80;
  left: 50%;
  bottom: 58px;
  max-width: calc(100% - 32px);
  padding: 8px 13px;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.72);
  border-radius: 8px;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 480px) {
  .native-pip-btn {
    width: 27px;
    height: 27px;
    margin: 0;
  }

  .native-pip-btn svg {
    width: 23px;
    height: 23px;
  }
}
