/* Small, feature-specific styles kept separate from the site's generated Tailwind build. */
.kk-feature-modal {
  z-index: 100001;
  background: rgba(0, 0, 0, .85);
  backdrop-filter: blur(4px);
}

.kk-feature-modal-card {
  max-height: 94vh;
}

.kk-holiday-preference {
  border-color: rgba(126, 34, 206, .72);
  background: rgba(88, 28, 135, .22);
}

#holidayPreferenceTrack,
[data-holiday-track] {
  flex: 0 0 2.75rem;
  width: 2.75rem;
  background: #4b5563;
}

#holidayPreferenceTrack.kk-enabled,
[data-holiday-track].kk-enabled {
  background: #7c3aed;
}

#holidayPreferenceKnob,
[data-holiday-knob] {
  transform: translateX(0);
}

#holidayPreferenceKnob.kk-enabled,
[data-holiday-knob].kk-enabled {
  transform: translateX(1.25rem);
}

.kk-share-channel {
  display: block;
  border: 1px solid #4b5563;
  border-radius: .5rem;
  padding: .75rem .5rem;
  color: #f9fafb;
  text-align: center;
  font-size: .875rem;
  font-weight: 700;
  transition: background-color .15s ease, border-color .15s ease, transform .15s ease;
}

.kk-share-channel:hover {
  transform: translateY(-1px);
}

.kk-share-channel-icon {
  display: block;
  margin-bottom: .25rem;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1;
}

.kk-share-neutral { background: #1f2937; }
.kk-share-neutral:hover { background: #111827; }
.kk-share-blue { border-color: #1e40af; background: rgba(23, 37, 84, .7); color: #dbeafe; }
.kk-share-blue:hover { background: #1e3a8a; }
.kk-share-purple { border-color: #6b21a8; background: rgba(59, 7, 100, .65); color: #f3e8ff; }
.kk-share-purple:hover { background: #581c87; }
.kk-share-green { border-color: #047857; background: rgba(6, 78, 59, .7); color: #d1fae5; }
.kk-share-green:hover { background: #065f46; }
.kk-share-orange { border-color: #c2410c; background: rgba(124, 45, 18, .7); color: #ffedd5; }
.kk-share-orange:hover { background: #9a3412; }
.kk-share-pink { border-color: #be185d; background: rgba(131, 24, 67, .7); color: #fce7f3; }
.kk-share-pink:hover { background: #9d174d; }
.kk-share-red { border-color: #b91c1c; background: rgba(127, 29, 29, .7); color: #fee2e2; }
.kk-share-red:hover { background: #991b1b; }
.kk-share-cyan { border-color: #0e7490; background: rgba(22, 78, 99, .7); color: #cffafe; }
.kk-share-cyan:hover { background: #155e75; }

.kk-holiday-preference > label {
  flex: 0 0 auto;
  min-width: 5.25rem;
  justify-content: flex-end;
}

#holidayPreferenceValue {
  display: inline-block;
  min-width: 1.75rem;
  text-align: left;
}

.kk-editor-title-grid {
  grid-template-columns: 6rem minmax(0, 1fr);
}

.kk-soft-success { background: rgba(2, 44, 34, .72); }
.kk-soft-error { background: rgba(69, 10, 10, .72); }
.kk-soft-amber { background: rgba(69, 26, 3, .5); }
.kk-soft-pink { background: rgba(80, 7, 36, .55); }
.kk-soft-blue { background: rgba(23, 37, 84, .55); }
.kk-soft-purple { background: rgba(59, 7, 100, .5); }

@media (min-width: 768px) {
  .kk-access-create-grid {
    grid-template-columns: minmax(14rem, 1.4fr) minmax(10rem, 1fr) minmax(8rem, .8fr) minmax(8rem, .8fr) auto;
  }
}
