.ffsh-cooldown-scope { position: relative !important; }

.ffsh-cooldown-scope.ffsh-cooldown-active .gform_body,
.ffsh-cooldown-scope.ffsh-cooldown-active .gform_footer,
.ffsh-cooldown-scope.ffsh-cooldown-active form.elementor-form {
  filter: blur(3px);
  pointer-events: none;
  user-select: none;
  opacity: 0.65;
  transition: filter .2s ease, opacity .2s ease;
}

.ffsh-cooldown-overlay {
  position: absolute;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(2px);
  border-radius: 12px;
}

.ffsh-cooldown-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border-radius: 14px;
  padding: 18px 20px;
  text-align: center;
  max-width: 320px;
  width: 100%;
  font-family: inherit;
}

.ffsh-cooldown-title { font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.ffsh-cooldown-time { font-size: 28px; font-weight: 700; line-height: 1.1; letter-spacing: .5px; }
.ffsh-cooldown-sub { font-size: 12px; opacity: .7; margin-top: 6px; }
