[data-cv-send-form-root] {
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #1f2937;
}
[data-cv-send-form-root] label {
  margin-bottom: 0;
  font-weight: inherit;
}
[data-cv-send-form-root] label.block {
  display: block;
  margin-bottom: .25rem;
  font-weight: 500;
}
[data-cv-send-form-root] label.flex {
  display: flex;
  margin-bottom: 0;
  font-weight: 400;
}
[data-cv-send-form-root] label.flex > span {
  font-weight: 400;
  line-height: 1.5;
}
[data-cv-send-form-root] .cv-infobubble {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}
[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-infobubble summary {
  display: inline-flex;
  align-items: center;
}
[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 {
  display: inline-block;
  padding: .5rem 1rem;
  border: 0;
  border-radius: .25rem;
  background-color: #2a2a2a;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: background-color 0.2s ease;
  text-decoration: none;
}
[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;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
[data-cv-send-form-root] .preview-header,
[data-cv-send-form-root] .preview-footer {
  flex: 0 0 auto;
}
[data-cv-send-form-root] .preview-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}
[data-cv-send-form-root] .preview-email-viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[data-cv-send-form-root] .preview-email-stage {
  width: 680px;
  max-width: 100%;
}
[data-cv-send-form-root] .preview-email-frame {
  display: block;
  width: 680px;
  max-width: none;
  border: 0;
  border-radius: 0;
  background: #dfebec;
}
[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;
}
[data-cv-send-form-root] .bg-white { background-color: #fff; }
[data-cv-send-form-root] .text-black { color: #000; }
[data-cv-send-form-root] .text-red-600 { color: #dc2626; }
[data-cv-send-form-root] .text-red-700 { color: #b91c1c; }
[data-cv-send-form-root] .border-gray-200 { border-color: #e5e7eb; }
[data-cv-send-form-root] .mb-1 { margin-bottom: .25rem; }
[data-cv-send-form-root] .mb-4 { margin-bottom: 1rem; }
[data-cv-send-form-root] .mt-3 { margin-top: .75rem; }
[data-cv-send-form-root] .mt-4 { margin-top: 1rem; }
[data-cv-send-form-root] .ml-2 { margin-left: .5rem; }
[data-cv-send-form-root] .p-1 { padding: .25rem; }
[data-cv-send-form-root] .px-2 { padding-left: .5rem; padding-right: .5rem; }
[data-cv-send-form-root] .py-1 { padding-top: .25rem; padding-bottom: .25rem; }
[data-cv-send-form-root] .py-2 { padding-top: .5rem; padding-bottom: .5rem; }
[data-cv-send-form-root] .pl-5 { padding-left: 1.25rem; }
[data-cv-send-form-root] .w-10 { width: 2.5rem; }
[data-cv-send-form-root] .h-10 { height: 2.5rem; }
[data-cv-send-form-root] .w-1\/2 { width: 50%; }
[data-cv-send-form-root] .min-w-\[1\.5rem\] { min-width: 1.5rem; }
[data-cv-send-form-root] .space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: .5rem; }
[data-cv-send-form-root] .space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
[data-cv-send-form-root] .space-x-4 > :not([hidden]) ~ :not([hidden]) { margin-left: 1rem; }
[data-cv-send-form-root] .items-start { align-items: flex-start; }
[data-cv-send-form-root] .flex-col-reverse { flex-direction: column-reverse; }
[data-cv-send-form-root] .text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
[data-cv-send-form-root] .hover\:bg-gray-100:hover { background-color: #f3f4f6; }
[data-cv-send-form-root] #submitBtn {
  display: inline-block;
  padding: .5rem 1.5rem;
  border: 0;
  border-radius: .25rem;
  background: #2a2a2a;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
[data-cv-send-form-root] #submitBtn:hover {
  background: #4a4a4a;
}
[data-cv-send-form-root] .send-form-actions {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
}
[data-cv-send-form-root] .send-form-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
}
@media (max-width: 640px) {
  [data-cv-send-form-root] table[data-mobile-stack="1"] {
    border: 0;
  }
  [data-cv-send-form-root] table[data-mobile-stack="1"] thead {
    display: none;
  }
  [data-cv-send-form-root] table[data-mobile-stack="1"] tbody,
  [data-cv-send-form-root] table[data-mobile-stack="1"] tr,
  [data-cv-send-form-root] table[data-mobile-stack="1"] td {
    display: block;
    width: 100%;
  }
  [data-cv-send-form-root] table[data-mobile-stack="1"] tbody tr {
    margin-bottom: .75rem;
    border: 1px solid #216778;
    border-radius: .5rem;
    background: #ffffff;
    overflow: hidden;
  }
  [data-cv-send-form-root] table[data-mobile-stack="1"] tbody td {
    border: 0 !important;
    border-bottom: 1px solid rgba(33, 103, 120, 0.22) !important;
    padding: .625rem .75rem !important;
  }
  [data-cv-send-form-root] table[data-mobile-stack="1"] tbody td:last-child {
    border-bottom: 0 !important;
  }
  [data-cv-send-form-root] table[data-mobile-stack="1"] tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: .35rem;
    color: #216778;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.35;
  }
  [data-cv-send-form-root] #skills > .flex {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .625rem .75rem;
    align-items: start;
  }
  [data-cv-send-form-root] #skills > .flex > input[name="skill_name"] {
    width: 100%;
    grid-column: 1 / -1;
  }
  [data-cv-send-form-root] #skills > .flex > .flex {
    width: 100%;
    grid-column: 1 / 2;
  }
  [data-cv-send-form-root] #skills > .flex > [data-action="remove-skill"] {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    align-self: center;
  }
  [data-cv-send-form-root] #skills > .flex > .flex input[type="range"] {
    width: 100%;
  }
}
@media (min-width: 640px) {
  [data-cv-send-form-root] .sm\:flex-row { flex-direction: row; }
  [data-cv-send-form-root] .sm\:justify-end { justify-content: flex-end; }
}
@media (min-width: 768px) {
  [data-cv-send-form-root] .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
