.crt-client-toast {
  background: #ffffff;
  border: 1px solid #dfe5ee;
  border-left: 4px solid #2563eb;
  border-radius: 8px;
  bottom: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .16);
  color: #172033;
  max-width: min(420px, calc(100vw - 24px));
  padding: 16px;
  position: fixed;
  right: 18px;
  z-index: 9999;
}

.crt-client-toast strong,
.crt-client-offer h3 {
  display: block;
  letter-spacing: 0;
  margin: 0 28px 8px 0;
}

.crt-client-toast p {
  margin: 0 0 12px;
}

.crt-client-close {
  background: transparent;
  border: 0;
  color: #637083;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 10px;
}

.crt-client-button {
  background: #2563eb;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  min-height: 36px;
  padding: 8px 12px;
  text-decoration: none;
}

.crt-client-button:hover {
  color: #fff;
  text-decoration: none;
}

.crt-client-offer {
  background: #f6f8fb;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  margin-top: 12px;
  padding: 12px;
}

.crt-client-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.crt-client-link {
  color: #475569;
  font-weight: 700;
}

.crt-client-success {
  color: #166534;
  font-weight: 700;
  margin-top: 10px;
}

@media (max-width: 700px) {
  .crt-client-toast {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }
}

