.alexco-atcc-switcher {
  position: fixed;
  right: 18px;
  bottom: 90px;
  z-index: 99999;
  width: 280px;
  max-width: calc(100vw - 36px);
  font-family: inherit;
}

.alexco-atcc-switcher--admin {
  bottom: 24px;
}

.alexco-atcc-toggle {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(135deg, #0f8a45, #c89b2f);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  font-weight: 700;
}


.alexco-atcc-toggle-label {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  white-space: nowrap;
}

.alexco-atcc-toggle-title {
  display: inline-flex;
  align-items: center;
}

.alexco-atcc-toggle-current {
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.alexco-atcc-panel {
  margin-top: 12px;
  background: #ffffff;
  color: #1f2937;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  padding: 16px;
  border: 1px solid rgba(15, 138, 69, 0.12);
}

.alexco-atcc-field + .alexco-atcc-field {
  margin-top: 12px;
}

.alexco-atcc-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
}

.alexco-atcc-field select {
  width: 100%;
  min-height: 40px;
}

.alexco-atcc-actions {
  margin-top: 14px;
}

.alexco-atcc-actions .button {
  width: 100%;
  justify-content: center;
}

.alexco-atcc-meta {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #6b7280;
}

body.wp-admin .alexco-atcc-switcher {
  right: 22px;
}

@media (max-width: 782px) {
  .alexco-atcc-switcher {
    right: 12px;
    left: 12px;
    width: auto;
    max-width: none;
  }

  .alexco-atcc-switcher--admin {
    bottom: 12px;
  }

  .alexco-atcc-toggle-label {
    gap: 8px;
  }

  .alexco-atcc-toggle-current {
    max-width: 120px;
  }
}
