.vpn-hd-message {
  border-radius: 0.375rem;
  padding: 0.75rem 1rem;
  border: 1px solid #dee2e6;
}

.vpn-hd-msg-customer {
  background: #f8f9fa;
  border-left: 4px solid #0d6efd;
}

.vpn-hd-msg-support {
  background: #e8f5e9;
  border-left: 4px solid #198754;
}

.vpn-hd-msg-head {
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
}

.vpn-hd-msg-body {
  white-space: pre-wrap;
  word-break: break-word;
}

.vpn-hd-att-thumb {
  display: inline-block;
  max-width: 120px;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  overflow: hidden;
}

.vpn-hd-att-thumb img {
  max-width: 100%;
  height: auto;
  display: block;
}

.vpn-hd-paste-preview-item {
  position: relative;
  max-width: 100px;
}

.vpn-hd-paste-preview-item img {
  max-width: 100px;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.vpn-hd-paste-preview-item .btn-remove {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 12px;
  line-height: 1;
  border-radius: 50%;
}

.vpn-hd-account-select + .select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  min-height: 38px;
  border-color: #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

/* Honeypot — hidden from users, visible to naive bots */
.vpn-hd-hp {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Login page guest CTA */
.vpn-hd-guest-cta {
  border-top: 1px dashed #ced4da;
  padding-top: 1.25rem;
}

.vpn-hd-guest-cta-inner {
  background: #fff8e6;
  border: 2px solid #f0ad4e;
  border-radius: 0.5rem;
  padding: 1rem 1.1rem;
  text-align: center;
}

.vpn-hd-guest-cta-title {
  font-weight: 700;
  font-size: 1.05rem;
  color: #7a4e00;
}

.vpn-hd-guest-cta-text {
  font-size: 0.9rem;
  color: #5c4500;
  margin-bottom: 0;
}
