.hotspot-profile-manager { overflow: visible; }
.hotspot-profile-toolbar { display: flex; align-items: center; gap: 18px; justify-content: space-between; margin-bottom: 18px; }
.hotspot-profile-toolbar > label:first-of-type { margin-right: auto; }
.hotspot-profile-toolbar label { display: flex; align-items: center; gap: 7px; font-weight: 700; }
.hotspot-profile-toolbar input, .hotspot-profile-toolbar select { min-height: 42px; border: 1px solid #c8d8dd; border-radius: 4px; padding: 8px 12px; background: #fff; }
.hotspot-profile-manage { position: relative; z-index: 5; }
.hotspot-profile-manage > div { position: absolute; top: calc(100% + 3px); left: 0; min-width: 250px; background: #fff; border: 1px solid #c9d5d9; box-shadow: 0 12px 28px rgba(21, 47, 55, .16); }
.hotspot-profile-manage > div button { display: block; width: 100%; padding: 14px 18px; text-align: left; border: 0; border-bottom: 1px solid #e3eaed; background: #fff; font-weight: 700; color: #263e46; cursor: pointer; }
.hotspot-profile-manage > div button:hover { background: #eef8f8; }
.hotspot-profile-table { min-width: 1450px; }
.hotspot-profile-table td b { display: block; color: #253d45; }
.hotspot-profile-editor { max-width: 980px; margin: 0; padding: 28px; }
.hotspot-profile-editor form > .field, .hotspot-profile-two { margin-bottom: 22px; }
.hotspot-profile-editor .field > label, .hotspot-profile-editor legend { display: block; margin-bottom: 8px; font-weight: 800; color: #294047; }
.hotspot-profile-editor em { color: #09a96f; font-style: normal; }
.hotspot-profile-editor input:not([type="radio"]), .hotspot-profile-editor select { width: 100%; min-height: 50px; border: 1px solid #c9d9de; border-radius: 3px; padding: 10px 14px; background: #fff; color: #263e46; font: inherit; }
.hotspot-profile-editor small { display: block; margin-top: 7px; color: #74898f; font-weight: 600; text-transform: uppercase; font-size: 11px; }
.hotspot-profile-two { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.hotspot-profile-two fieldset, .hotspot-profile-type { border: 0; padding: 0; margin: 0; }
.hotspot-profile-two fieldset label, .hotspot-profile-type label { display: inline-flex; align-items: center; gap: 7px; margin-right: 18px; }
.hotspot-profile-type { margin: 3px 0 22px; }
.hotspot-profile-limits { padding: 20px; margin-bottom: 22px; border: 1px solid #bee0e3; border-left: 4px solid #14b7b0; background: #f5fbfb; }
.hotspot-profile-limits[hidden] { display: none !important; }
.hotspot-profile-actions { display: flex; gap: 9px; padding-top: 20px; border-top: 1px solid #e2eaed; }
.hotspot-profile-editor .form-error { margin: 12px 0; padding: 12px; border-radius: 4px; background: #fff0f0; color: #a62a2a; font-weight: 700; }
.hotspot-profile-editor .form-warning { color: #a46b00; }
@media (max-width: 760px) {
  .hotspot-profile-toolbar { align-items: stretch; flex-direction: column; }
  .hotspot-profile-toolbar > label:first-of-type { margin-right: 0; }
  .hotspot-profile-two { grid-template-columns: 1fr; gap: 14px; }
  .hotspot-profile-editor { padding: 18px; }
}
