.local-public-claim-field {
  position: relative;
}

.local-public-claim-row {
  transition: margin-bottom 160ms ease;
}

.local-public-claim-row.has-local-claim-feedback {
  margin-bottom: 23px;
}

.local-public-claim-feedback {
  align-items: center;
  display: flex;
  font-size: 13.5px;
  font-weight: 500;
  gap: 5px;
  height: 18px;
  left: 2px;
  line-height: normal;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 5px);
  white-space: nowrap;
}

.local-public-claim-feedback[hidden] {
  display: none;
}

.local-public-claim-feedback[data-state="checking"] {
  color: #a8a8a8;
}

.local-public-claim-feedback[data-state="available"] {
  color: rgb(95, 218, 152);
}

.local-public-claim-feedback[data-state="taken"],
.local-public-claim-feedback[data-state="invalid"] {
  color: rgb(255, 127, 127);
}

.local-public-claim-feedback[data-state="unknown"] {
  color: #e2b65e;
}

.local-public-claim-feedback__icon {
  display: flex;
  flex: 0 0 auto;
  font-size: 16px;
}

.local-public-claim-feedback__spinner {
  animation: local-public-claim-spin 700ms linear infinite;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

@keyframes local-public-claim-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Preserve the captured landing field geometry around the brand prefix. */
.GUNS__e5-60788d2a-27a2a622-aa903f43 input {
  padding-left: 83px !important;
}

/* Keep injected dashboard controls aligned with the captured production geometry. */
.local-audio-setting-checkbox {
  align-items: center !important;
}

.local-audio-setting-checkbox .GUNS__37-9c3ca347-1dfc372f-b86cd6fc,
.local-centered-checkbox .GUNS__37-9c3ca347-1dfc372f-b86cd6fc {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 0;
  margin-bottom: 0 !important;
}

.local-audio-setting-checkbox .GUNS__37-9c3ca347-1dfc372f-b86cd6fc svg,
.local-centered-checkbox .GUNS__37-9c3ca347-1dfc372f-b86cd6fc svg {
  display: block;
  flex: 0 0 auto;
  height: 10px;
  width: 14px;
}

/* Keep the Presence selector and its settings action as two complete controls. */
[data-local-discord-presence-controls] {
  align-items: center !important;
  display: flex !important;
  gap: 8px;
  min-width: 0;
  width: 100%;
}

[data-local-discord-presence-controls] > .GUNS__3b-14d46023-9e79b44b-159c4ff0 {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
}

[data-local-discord-presence-controls] > .GUNS__06-0678b792-f8f08e06-7ef0b94f {
  align-items: center;
  background: #1a1a1a !important;
  border: 2px solid #1f1f1f !important;
  border-radius: 12px;
  box-sizing: border-box;
  color: #f0f0f0;
  display: flex;
  flex: 0 0 45px;
  height: 45px;
  justify-content: center;
  min-width: 45px;
  padding: 0;
  transition: .25s;
  width: 45px;
}

[data-local-discord-presence-controls] > .GUNS__06-0678b792-f8f08e06-7ef0b94f:hover {
  background: #1f1f1f !important;
  border-color: #292929 !important;
}

[data-local-discord-presence-controls] > .GUNS__06-0678b792-f8f08e06-7ef0b94f:active {
  transform: translateY(2px);
}

[data-local-discord-presence-controls] > .GUNS__06-0678b792-f8f08e06-7ef0b94f svg {
  display: block;
  font-size: 21px;
  height: 21px;
  width: 21px;
}

[data-local-dashboard-modal="discord-presence-settings"] [data-local-discord-presence-settings-form] {
  max-width: 100%;
  min-width: 0;
}

[data-local-dashboard-modal="discord-presence-settings"] [data-local-discord-presence-settings-save] {
  box-sizing: border-box;
  width: 100%;
}

/* Captured Links card geometry: the handle remains outside the 365px card. */
[data-local-links-panel] .GUNS__99-a854f5b3-b9400217-816f80fc {
  align-items: center;
  background: #161616;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  gap: 2px;
  justify-content: center;
  min-height: 105px;
  padding-left: 2px;
  transition: transform linear;
  width: 100%;
}

[data-local-links-panel] .GUNS__c5-864297b1-d065e90f-b2df1e11 {
  align-items: center;
  color: rgba(161, 62, 207, .61);
  cursor: grab;
  display: flex;
  flex: 0 0 16px;
  height: 100px;
  justify-content: center;
  width: 16px;
}

[data-local-links-panel] .GUNS__c5-864297b1-d065e90f-b2df1e11:active {
  cursor: grabbing;
}

[data-local-links-panel] .GUNS__c5-864297b1-d065e90f-b2df1e11 svg {
  display: block;
  height: 16px;
  width: 16px;
}

[data-local-links-panel] .GUNS__a5-a2139629-432fc4eb-e5e768cb {
  background: #111;
  border: 2px solid #141414;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  gap: 5px;
  min-height: 105px;
  padding: 15px;
  position: relative;
  width: calc(100% - 20px);
}

[data-local-links-panel] .GUNS__66-38aac2f5-4566dbc5-42752d42 {
  color: rgba(161, 62, 207, .61);
  display: flex;
  gap: 2.5px;
  position: absolute;
  right: 12.5px;
  top: 9.5px;
}

[data-local-links-panel] .GUNS__66-38aac2f5-4566dbc5-42752d42 > span {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  height: 25px;
  justify-content: center;
  transition: color .2s ease, transform .2s ease;
  width: 25px;
}

[data-local-links-panel] .GUNS__66-38aac2f5-4566dbc5-42752d42 > span:hover {
  color: #c76af1;
}

[data-local-links-panel] .GUNS__66-38aac2f5-4566dbc5-42752d42 > span:active {
  transform: translateY(2px);
}

[data-local-links-panel] .GUNS__66-38aac2f5-4566dbc5-42752d42 svg {
  height: 21px;
  width: 21px;
}

[data-local-links-panel] .GUNS__a5-a2139629-432fc4eb-e5e768cb > div:last-child {
  min-width: 0;
  width: 100%;
}

[data-local-links-panel] .GUNS__19-5794a21e-7fadb463-42893d8d {
  width: 100%;
}

[data-local-links-panel] .GUNS__19-5794a21e-7fadb463-42893d8d h1 {
  font-size: 16px;
  margin: 0 0 5.5px 3px;
}

[data-local-links-panel] .GUNS__88-ba688a4f-b8cbf521-0548de3d {
  position: static !important;
}

[data-local-links-panel] .GUNS__41-6a2fd3d0-85698ee9-bd30f8c0 {
  border-radius: 4px;
  height: 25px;
  object-fit: cover;
  width: 25px;
}

[data-local-dashboard-modal="social-link"] .GUNS__7d-d8a00264-90d0eaf0-80270b5c {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

[data-local-dashboard-modal="social-link"] .GUNS__7d-d8a00264-90d0eaf0-80270b5c > span:first-child {
  color: #dadada;
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
}

[data-local-dashboard-modal="social-link"] [data-local-remove-social-icon] {
  align-items: center;
  background: rgba(12, 12, 12, .78);
  border-radius: 7px;
  color: #e6e6e6;
  cursor: pointer;
  display: inline-flex;
  height: 27px;
  justify-content: center;
  transition: background .2s ease, transform .2s ease;
  width: 27px;
}

[data-local-dashboard-modal="social-link"] [data-local-remove-social-icon]:hover {
  background: #1b1b1b;
}

[data-local-dashboard-modal="social-link"] [data-local-remove-social-icon]:active {
  transform: translateY(1px);
}

[data-local-dashboard-modal="social-link"] .GUNS__aa-7c4b7c52-9770a26b-aa1b17ba {
  min-height: 100px;
  position: relative;
}

[data-local-dashboard-modal="social-link"] .GUNS__28-84ee9385-a3a3a345-26f279c6 {
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
