.wmrn-audio-share-menu {
  position: absolute;
  z-index: 2147482500;
  width: min(360px, calc(100vw - 20px));
  padding: 14px;
  border: 1px solid #9fb0c1;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(22, 34, 48, 0.25);
  color: #17283a;
  font-family: inherit;
}
.wmrn-audio-share-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.wmrn-audio-share-heading strong {
  font-size: 16px;
  line-height: 1.25;
}
.wmrn-audio-share-close {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #b8c3ce;
  border-radius: 3px;
  background: #f4f7f9;
  color: #243a55;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.wmrn-audio-share-preview {
  display: grid;
  gap: 4px;
  margin: 0 0 12px;
  padding: 10px;
  border-left: 3px solid #7295b7;
  background: #f3f7fa;
}
.wmrn-audio-share-preview span {
  font-weight: 700;
  line-height: 1.35;
}
.wmrn-audio-share-preview small {
  overflow: hidden;
  color: #5a6773;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wmrn-audio-share-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.wmrn-audio-share-option {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid #9dadbc;
  border-radius: 3px;
  background: #fff;
  color: #243a55;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.wmrn-audio-share-option:hover,
.wmrn-audio-share-option:focus-visible {
  border-color: #243a55;
  background: #edf3f7;
  color: #17283a;
  outline: 2px solid transparent;
}
.wmrn-audio-share-option.is-success {
  border-color: #2d7a42;
  background: #eaf7ee;
  color: #1f6533;
}
.wmrn-audio-share-status {
  min-height: 18px;
  margin: 10px 0 0;
  color: #52606d;
  font-size: 12px;
  line-height: 1.4;
}
.wmrn-audio-share-manual-copy {
  width: 100%;
  margin-top: 7px;
  padding: 7px;
  border: 1px solid #9dadbc;
  background: #fff;
  color: #17283a;
  font: inherit;
}
@media (max-width: 520px) {
  .wmrn-audio-share-menu {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px !important;
    top: auto !important;
    width: auto;
  }
  .wmrn-audio-share-options {
    grid-template-columns: 1fr;
  }
}
