.ctsfw-share-menu {
  --ctsfw-share-accent: #001846;
  --ctsfw-share-hover: #7b1824;
  --ctsfw-share-text-size: 18px;
  --ctsfw-share-icon-size: 20px;
  --ctsfw-share-text-size-mobile: var(--ctsfw-share-text-size);
  --ctsfw-share-icon-size-mobile: var(--ctsfw-share-icon-size);
  color: var(--ctsfw-share-accent);
  clear: both;
  margin: 3rem auto;
  max-width: 42rem;
  padding: 0.5rem 0;
  text-align: center;
}
.ctsfw-share-menu::after {
  background: currentColor;
  content: "";
  display: block;
  height: 2px;
  margin: 0.9rem auto 0;
  max-width: 9rem;
  opacity: 0.95;
}
.ctsfw-share-menu--no-bottom-line::after {
  display: none;
}
.ctsfw-share-menu--no-top-line .ctsfw-share-menu__rule {
  display: none;
}
.ctsfw-share-menu__rule {
  background: currentColor;
  height: 2px;
  margin: 0 auto 0.9rem;
  max-width: 9rem;
  opacity: 0.95;
}
.ctsfw-share-menu__label {
  color: currentColor;
  font-size: var(--ctsfw-share-text-size);
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin: 0 0 0.55rem;
  text-transform: uppercase;
}
.ctsfw-share-menu__actions {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  justify-content: center;
}
.ctsfw-share-menu__button,
.ctsfw-share-modal__social,
.ctsfw-share-modal__copy-button,
.ctsfw-share-modal__close {
  color: var(--ctsfw-share-accent);
  transition: color 160ms ease, opacity 160ms ease, border-color 160ms ease;
}
.ctsfw-share-menu__button {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font: inherit;
  font-size: inherit;
  gap: 0.25rem;
  min-height: 2.25rem;
  min-width: 2.25rem;
  padding: 0.25rem 0.35rem;
  text-decoration: none;
}
.ctsfw-share-menu__button:hover,
.ctsfw-share-menu__button:focus-visible,
.ctsfw-share-modal__social:hover,
.ctsfw-share-modal__social:focus-visible,
.ctsfw-share-modal__copy-button:hover,
.ctsfw-share-modal__copy-button:focus-visible,
.ctsfw-share-modal__close:hover,
.ctsfw-share-modal__close:focus-visible {
  color: var(--ctsfw-share-hover);
  border-color: var(--ctsfw-share-hover);
}
.ctsfw-share-menu__button span {
  display: block;
  font-size: var(--ctsfw-share-text-size);
  letter-spacing: 0.03em;
  line-height: 1;
}
.ctsfw-share-menu__svg {
  display: block;
  flex: 0 0 var(--ctsfw-share-icon-size);
  fill: currentColor;
  height: var(--ctsfw-share-icon-size);
  min-height: var(--ctsfw-share-icon-size);
  min-width: var(--ctsfw-share-icon-size);
  width: var(--ctsfw-share-icon-size);
}
.ctsfw-share-menu__svg path {
  fill: currentColor;
}
.ctsfw-share-menu__button:hover .ctsfw-share-menu__svg,
.ctsfw-share-menu__button:focus-visible .ctsfw-share-menu__svg,
.ctsfw-share-modal__social:hover .ctsfw-share-menu__svg,
.ctsfw-share-modal__social:focus-visible .ctsfw-share-menu__svg,
.ctsfw-share-modal__copy-button:hover .ctsfw-share-menu__svg,
.ctsfw-share-modal__copy-button:focus-visible .ctsfw-share-menu__svg,
.ctsfw-share-modal__close:hover .ctsfw-share-menu__svg,
.ctsfw-share-modal__close:focus-visible .ctsfw-share-menu__svg {
  color: var(--ctsfw-share-hover);
  fill: currentColor;
}
.ctsfw-share-modal[hidden] { display: none !important; }
.ctsfw-share-modal {
  --ctsfw-share-accent: #001846;
  --ctsfw-share-hover: #7b1824;
  --ctsfw-share-text-size: 18px;
  --ctsfw-share-icon-size: 20px;
  --ctsfw-share-text-size-mobile: var(--ctsfw-share-text-size);
  --ctsfw-share-icon-size-mobile: var(--ctsfw-share-icon-size);
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}
.ctsfw-share-modal__overlay {
  background: rgba(0, 24, 70, 0.72);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ctsfw-share-modal__dialog {
  background: #fff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  box-sizing: border-box;
  max-width: 32rem;
  padding: 1.5rem;
  position: relative;
  width: min(100%, 32rem);
}
.ctsfw-share-modal__close {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: inherit;
  padding: 0.25rem;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}
.ctsfw-share-modal__title {
  color: #001846;
  font-size: var(--ctsfw-share-text-size);
  font-weight: 400;
  line-height: 1.2;
  margin: 0 2rem 0.35rem 0;
}
.ctsfw-share-modal__description {
  color: #4b5563;
  font-size: var(--ctsfw-share-text-size);
  margin: 0 0 1rem;
}
.ctsfw-share-modal__grid {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 1rem;
}
.ctsfw-share-modal__social {
  align-items: center;
  border: 1px solid #d1d5db;
  display: inline-flex;
  flex-direction: column;
  font-size: inherit;
  gap: 0.25rem;
  justify-content: center;
  min-height: 4rem;
  padding: 0.5rem 0.25rem;
  text-decoration: none;
}
.ctsfw-share-modal__social span {
  display: block;
  font-size: var(--ctsfw-share-text-size);
  line-height: 1;
}
.ctsfw-share-modal__copy-row {
  display: flex;
  gap: 0.5rem;
}
.ctsfw-share-modal__copy-input {
  border: 1px solid #d1d5db;
  box-sizing: border-box;
  flex: 1 1 auto;
  font-size: var(--ctsfw-share-text-size);
  min-width: 0;
  padding: 0.55rem;
}
.ctsfw-share-modal__copy-button {
  align-items: center;
  background: #fff;
  border: 1px solid currentColor;
  cursor: pointer;
  display: inline-flex;
  font-size: inherit;
  gap: 0.35rem;
  padding: 0.55rem 0.7rem;
}
.ctsfw-share-modal__copy-button span {
  display: block;
  font-size: var(--ctsfw-share-text-size);
  line-height: 1;
}
.ctsfw-share-modal__status {
  color: #4b5563;
  font-size: var(--ctsfw-share-text-size);
  margin: 0.6rem 0 0;
  min-height: 1em;
}
@media (max-width: 640px) {
  .ctsfw-share-menu {
    --ctsfw-share-text-size: var(--ctsfw-share-text-size-mobile);
    --ctsfw-share-icon-size: var(--ctsfw-share-icon-size-mobile);
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
  .ctsfw-share-modal {
    --ctsfw-share-text-size: var(--ctsfw-share-text-size-mobile);
    --ctsfw-share-icon-size: var(--ctsfw-share-icon-size-mobile);
  }
  .ctsfw-share-menu__actions { gap: 0.45rem; }
  .ctsfw-share-menu__button { padding: 0.2rem 0.25rem; }
  .ctsfw-share-modal__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ctsfw-share-modal__dialog { padding: 1.25rem; }
}
@media print {
  .ctsfw-share-menu,
  .ctsfw-share-modal,
  .ctsfw-share-menu-fallback { display: none !important; }
}
