/* Shieldy tools final layout/audit layer. Loaded after legacy tool styles. */
[data-module-panel="sh-other"] .shieldy-other-grid {
  display: grid;
  gap: 18px;
}
[data-module-panel="sh-other"] .flexible-feature-card {
  overflow: hidden;
  border: 1px solid var(--border-color, #d8dee4);
  box-shadow: none;
}
[data-module-panel="sh-other"] .shieldy-tool-card-title,
[data-module-panel="sh-other"] .shieldy-poll-heading,
[data-module-panel="sh-other"] .flexible-feature-card > .card-title {
  align-items: flex-start;
  gap: 18px;
  padding: 20px 22px;
}
[data-module-panel="sh-other"] .shieldy-tool-card-title > div,
[data-module-panel="sh-other"] .shieldy-poll-heading > div,
[data-module-panel="sh-other"] .flexible-feature-card > .card-title > div {
  min-width: 0;
}
[data-module-panel="sh-other"] .feature-settings-body {
  padding: 22px;
  border-top: 1px solid var(--border-color, #d8dee4);
}
[data-module-panel="sh-other"] .shieldy-reaction-summary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
[data-module-panel="sh-other"] .shieldy-reaction-range-grid .field {
  min-width: 0;
}
[data-module-panel="sh-other"] .shieldy-reaction-range-grid input[type="number"] {
  width: 100%;
  max-width: none;
}
[data-module-panel="sh-other"] .shieldy-banner-control-v476 {
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
}
[data-module-panel="sh-other"] input.is-internal-media,
.ticket-center-v452 input.is-internal-media,
.reaction-role-builder input.is-internal-media {
  color: var(--muted-color, #57606a);
  font-style: italic;
  background: rgba(45, 164, 78, .07);
  border-color: rgba(45, 164, 78, .35);
  text-overflow: ellipsis;
}
[data-module-panel="sh-other"] .shieldy-poll-layout,
[data-module-panel="sh-other"] .shieldy-random-reaction-layout,
[data-module-panel="sh-other"] .shieldy-message-timer-layout {
  align-items: start;
}
[data-module-panel="sh-other"] .shieldy-poll-preview,
[data-module-panel="sh-other"] .shieldy-random-reaction-preview,
[data-module-panel="sh-other"] .shieldy-message-timer-preview {
  position: sticky;
  top: 92px;
  max-width: 100%;
}
[data-module-panel="sh-other"] .shieldy-voice-fields-v517 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 900px) {
  [data-module-panel="sh-other"] .shieldy-reaction-summary-grid,
  [data-module-panel="sh-other"] .shieldy-voice-fields-v517 {
    grid-template-columns: 1fr;
  }
  [data-module-panel="sh-other"] .shieldy-banner-control-v476 {
    grid-template-columns: 1fr 1fr;
  }
  [data-module-panel="sh-other"] .shieldy-banner-control-v476 > input:first-child {
    grid-column: 1 / -1;
  }
  [data-module-panel="sh-other"] .shieldy-poll-preview,
  [data-module-panel="sh-other"] .shieldy-random-reaction-preview,
  [data-module-panel="sh-other"] .shieldy-message-timer-preview {
    position: static;
  }
}
