[data-cv-send-form-root] .cv-infobubble summary { list-style: none; }
[data-cv-send-form-root] .cv-infobubble summary::-webkit-details-marker { display: none; }
[data-cv-send-form-root] .cv-bubble {
  position: absolute;
  right: 0;
  margin-top: .5rem;
  width: 18rem;
  max-width: 90vw;
  background: #fff;
  color: #111827;
  border: 1px solid #216778;
  border-radius: .5rem;
  padding: .75rem .875rem;
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 3px 6px rgba(0,0,0,.08);
  z-index: 30;
}
@media (min-width:768px) {
  [data-cv-send-form-root] .cv-bubble { width: 24rem; }
}
[data-cv-send-form-root] .cv-bubble a { color: #216778; text-decoration: underline; }
[data-cv-send-form-root] .cv-bubble b { color: #216778; font-weight: 700; }
[data-cv-send-form-root] .icon-info-svg {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  fill: #ffffff;
}
@media (min-width:768px) {
  [data-cv-send-form-root] .icon-info-svg {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
[data-cv-send-form-root] .btn-dark {
  background-color: #2a2a2a;
  color: #ffffff;
  transition: background-color 0.2s ease;
}
[data-cv-send-form-root] .btn-dark:hover {
  background-color: #4a4a4a;
}
[data-cv-send-form-root] .field-border {
  border-color: rgba(0, 0, 0, 0.2);
}
[data-cv-send-form-root] input.field-border,
[data-cv-send-form-root] textarea.field-border,
[data-cv-send-form-root] select.field-border {
  border-color: #216778;
}
[data-cv-send-form-root] input.field-border:focus,
[data-cv-send-form-root] input.field-border:focus-visible,
[data-cv-send-form-root] textarea.field-border:focus,
[data-cv-send-form-root] textarea.field-border:focus-visible,
[data-cv-send-form-root] select.field-border:focus,
[data-cv-send-form-root] select.field-border:focus-visible {
  outline: none;
  border-color: #216778;
  box-shadow: 0 0 0 2px rgba(33, 103, 120, 0.35);
}
[data-cv-send-form-root] table.field-border,
[data-cv-send-form-root] th.field-border,
[data-cv-send-form-root] td.field-border {
  border-color: #216778;
}
[data-cv-send-form-root] .table-head-bg {
  background-color: #6a8d95;
  color: white;
}
[data-cv-send-form-root] .text-cv-blue {
  color: #216778;
}
[data-cv-send-form-root] input[type="range"][name="skill_level"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 9999px;
  background: linear-gradient(
    to right,
    #6a8d95 0%,
    #6a8d95 var(--cv-slider-pct, 55.56%),
    #d1d5db var(--cv-slider-pct, 55.56%),
    #d1d5db 100%
  );
  outline: none;
  cursor: pointer;
}
[data-cv-send-form-root] input[type="range"][name="skill_level"]::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent;
  border-radius: 9999px;
}
[data-cv-send-form-root] input[type="range"][name="skill_level"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  margin-top: -5px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #2a2a2a;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}
[data-cv-send-form-root] input[type="range"][name="skill_level"]::-moz-range-track {
  height: 6px;
  background: #d1d5db;
  border-radius: 9999px;
}
[data-cv-send-form-root] input[type="range"][name="skill_level"]::-moz-range-progress {
  height: 6px;
  background: #6a8d95;
  border-radius: 9999px;
}
[data-cv-send-form-root] input[type="range"][name="skill_level"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #2a2a2a;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}
[data-cv-send-form-root] input[type="range"][name="skill_level"]:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(33, 103, 120, 0.25);
}
[data-cv-send-form-root] input[type="range"][name="skill_level"]:focus-visible::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(33, 103, 120, 0.25);
}
[data-cv-send-form-root] input[type="range"][name="skill_level"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(33, 103, 120, 0.35);
}
[data-cv-send-form-root] input[type="range"][name="skill_level"]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(33, 103, 120, 0.35);
}
[data-cv-send-form-root] .preview-backdrop {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.72);
  z-index: 1250;
}
[data-cv-send-form-root] .preview-backdrop.hidden {
  display: none;
}
[data-cv-send-form-root] .preview-panel {
  width: min(860px, 96vw);
  max-height: 90vh;
  overflow: auto;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
[data-cv-send-form-root] .preview-muted {
  color: #4b5563;
  font-size: 0.92rem;
}
[data-cv-send-form-root] input[readonly],
[data-cv-send-form-root] textarea[readonly] {
  background: #ffffff;
  color: #1f2937;
  -webkit-text-fill-color: #1f2937;
  opacity: 1;
  cursor: text;
}
