.vsac-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px;
  border: 1px solid #c9d8ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 31, 76, 0.18);
  color: #001f4c;
}

.vsac-banner[hidden],
.vsac-settings-button[hidden] {
  display: none !important;
}

.vsac-banner__copy {
  max-width: 760px;
}

.vsac-banner__copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.vsac-banner__copy p {
  margin: 0;
  color: #526787;
  line-height: 1.55;
}

.vsac-banner__copy a {
  color: #0059d6;
  font-weight: 700;
}

.vsac-banner__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.vsac-button,
.vsac-settings-button {
  min-height: 44px;
  border: 1px solid #075dcc;
  border-radius: 4px;
  background: #075dcc;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.vsac-button {
  padding: 0 18px;
}

.vsac-button--secondary {
  background: #fff;
  color: #064ba6;
}

.vsac-settings-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99990;
  min-height: 38px;
  padding: 0 14px;
  border-color: #c9d8ee;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 31, 76, 0.12);
  color: #064ba6;
  font-size: 0.82rem;
}

@media (max-width: 720px) {
  .vsac-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: block;
    padding: 20px;
  }

  .vsac-banner__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .vsac-button {
    width: 100%;
  }
}
