.cw-format-bridge {
  position: relative;
  z-index: 5;
  margin-top: -26px;
  margin-bottom: 12px;
}

.cw-format-bridge-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  border: 1px solid #ffffffd9;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffffd9, #f5edffde 52%, #edfaffdf);
  box-shadow: 0 18px 54px #4e286b20;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.cw-format-bridge-link:hover {
  transform: translateY(-2px);
  border-color: #8b65ff57;
  box-shadow: 0 24px 64px #4e286b2b;
}

.cw-format-bridge-copy {
  min-width: 0;
}

.cw-format-bridge-copy b {
  display: block;
  margin-bottom: 4px;
  color: #35234f;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  letter-spacing: -.025em;
}

.cw-format-bridge-copy small {
  display: block;
  color: #675878;
  font-size: .94rem;
  line-height: 1.45;
}

.cw-format-bridge-action {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #8b65ff, #ff7bbd 58%, #ffbd7b);
  box-shadow: 0 10px 26px #8b65ff35;
  font-weight: 1000;
  white-space: nowrap;
}

.cw-format-bridge-action i {
  font-size: 1.15em;
  font-style: normal;
}

@media (max-width: 700px), (pointer: coarse) {
  .cw-format-bridge {
    margin-top: -10px;
    margin-bottom: 4px;
  }

  .cw-format-bridge-link {
    display: grid;
    gap: 14px;
    padding: 17px;
    border-radius: 20px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: none;
  }

  .cw-format-bridge-link:hover {
    transform: none;
  }

  .cw-format-bridge-action {
    justify-content: center;
    width: 100%;
  }
}
