.es-vz-wrap {
  margin: 36px 0;
  color: #17212f;
}

.es-vz-list-shell {
  padding: 26px 28px 30px;
  background: #ffffff;
  border: 1px solid rgba(11, 45, 87, 0.12);
  border-top: 4px solid #b6904e;
  border-radius: 6px;
  box-shadow: 0 18px 34px rgba(8, 34, 72, 0.08);
}

.es-vz-list-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(11, 45, 87, 0.1);
}

.es-vz-list-head-main {
  min-width: 0;
}

.es-vz-list-kicker {
  margin: 0 0 8px;
  color: #b6904e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.es-vz-list-title {
  margin: 0;
  color: #0b2d57;
  font-size: clamp(26px, 2.7vw, 38px);
  line-height: 1.12;
}

.es-vz-list-note {
  max-width: 420px;
  margin: 0;
  color: #516074;
  font-size: 15px;
  line-height: 1.7;
}

.es-vz-table-wrap {
  overflow-x: auto;
  background: #ffffff;
}

.es-vz-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  background: #fff;
}

.es-vz-table thead th {
  background: #0b2d57;
  color: #ffffff;
  text-align: left;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: top;
}

.es-vz-table thead th:last-child {
  border-right: 0;
}

.es-vz-table tbody td {
  padding: 18px 16px;
  border-top: 1px solid rgba(11, 45, 87, 0.1);
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.7;
  color: #1f2a37;
  background: #ffffff;
}

.es-vz-table tbody tr:nth-child(even) td {
  background: #fbfcfe;
}

.es-vz-table tbody tr:hover td {
  background: #f6f8fb;
}

.es-vz-cell {
  color: #2d3748;
}

.es-vz-cell--announcer {
  font-weight: 400;
  color: #0b2d57;
}

.es-vz-cell--subject {
  color: #435267;
  font-weight: 700;
}

.es-vz-col-detail,
.es-vz-detail-cell {
  width: 180px;
  text-align: center;
}

.es-vz-deadline {
  display: inline;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font-weight: 400;
  line-height: inherit;
}

.es-vz-detail-button,
.es-vz-detail-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  padding: 11px 15px;
  border: 1px solid #b6904e !important;
  border-radius: 4px;
  background: #b6904e !important;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.es-vz-detail-button:hover,
.es-vz-detail-button:focus {
  background: #a78345 !important;
  border-color: #a78345 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.es-vz-no-detail {
  color: #7c8797;
}

.es-vz-empty {
  padding: 22px 24px;
  border: 1px solid rgba(11, 45, 87, 0.12);
  border-left: 4px solid #b6904e;
  border-radius: 6px;
  background: #ffffff;
  color: #0b2d57;
  font-weight: 600;
  box-shadow: 0 14px 28px rgba(8, 34, 72, 0.08);
}

.es-vz-detail {
  margin: 38px 0;
  color: #1f2a37;
}

.es-vz-breadcrumbs {
  margin: 0 0 18px;
  color: #667085;
  font-size: 14px;
  line-height: 1.6;
}

.es-vz-breadcrumbs__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.es-vz-breadcrumbs a {
  color: #B87F66;
  text-decoration: none;
}

.es-vz-breadcrumbs a:hover,
.es-vz-breadcrumbs a:focus {
  text-decoration: underline;
}

.es-vz-breadcrumbs__sep {
  color: #98a2b3;
}

.es-vz-breadcrumbs__current {
  color: #344054;
}

.es-vz-detail--es-consulting {
  max-width: 1160px;
}

.es-vz-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.95fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 24px;
}

.es-vz-detail-hero-main {
  position: relative;
  padding: 36px 38px;
  border-top: 4px solid #b6904e;
  border-radius: 6px;
  background: linear-gradient(135deg, #0b2d57 0%, #173a67 100%);
  box-shadow: 0 20px 40px rgba(12, 40, 82, 0.16);
  overflow: hidden;
}

.es-vz-detail-hero-main::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -58px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(182, 144, 78, 0.24) 0%, rgba(182, 144, 78, 0) 72%);
  pointer-events: none;
}

.single-es_vz_detail .es-vz-detail-kicker,
.entry-content .es-vz-detail-kicker {
  margin: 0 0 12px;
  color: #adadad !important;
  font-size: 16px !important;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.es-vz-detail-heading {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.3;
}

.es-vz-detail-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.75;
}

.es-vz-detail-hero-side {
  display: grid;
  gap: 14px;
}

.es-vz-detail-stat {
  padding: 20px 22px;
  border: 1px solid rgba(11, 45, 87, 0.12);
  border-left: 4px solid #0b2d57;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(8, 34, 72, 0.07);
}

.es-vz-detail-stat--accent {
  border-left-color: #b6904e;
  background: linear-gradient(180deg, rgba(182, 144, 78, 0.12) 0%, #ffffff 100%);
}

.es-vz-detail-stat-label {
  display: block;
  margin-bottom: 8px;
  color: #667085;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.es-vz-detail-stat-value {
  display: block;
  color: #0b2d57;
  font-size: 18px;
  line-height: 1.5;
}

.es-vz-detail-sections {
  display: grid;
  gap: 22px;
}

.es-vz-detail-panel {
  padding: 28px 30px 30px;
  border: 1px solid rgba(11, 45, 87, 0.1);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(8, 34, 72, 0.08);
}

.es-vz-detail-panel--primary {
  border-top: 4px solid #b6904e;
}

.es-vz-detail-panel--secondary {
  border-top: 4px solid #b6904e;
}

.es-vz-detail-panel-head {
  margin-bottom: 18px;
}

.es-vz-detail-section-kicker {
  margin: 0 0 8px;
  color: #b6904e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.es-vz-detail-panel-head h2 {
  margin: 0;
  color: #0b2d57;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.18;
}

.es-vz-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.es-vz-detail-card {
  padding: 22px 22px 20px;
  border: 1px solid rgba(11, 45, 87, 0.09);
  border-top: 3px solid #dbe2eb;
  border-radius: 6px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.es-vz-detail-card--accent {
  border-color: rgba(182, 144, 78, 0.24);
  border-top-color: #b6904e;
  background: linear-gradient(180deg, rgba(182, 144, 78, 0.08) 0%, #ffffff 100%);
}

.es-vz-detail-card h3 {
  margin: 0 0 10px;
  color: #0b2d57;
  font-size: 15px;
  line-height: 1.4;
}

.es-vz-detail-value {
  color: #334155;
  font-size: 15px;
  line-height: 1.8;
}

.es-vz-detail-value p {
  margin: 0 0 10px;
}

.es-vz-detail-value p:last-child {
  margin-bottom: 0;
}

.es-vz-empty-value {
  color: #7c8797;
}

@media (max-width: 960px) {
  .es-vz-list-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .es-vz-list-note {
    max-width: 100%;
  }

  .es-vz-table-wrap {
    overflow: visible;
  }

  .es-vz-table,
  .es-vz-table thead,
  .es-vz-table tbody,
  .es-vz-table tr,
  .es-vz-table th,
  .es-vz-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .es-vz-table thead {
    display: none;
  }

  .es-vz-table tbody tr {
    margin: 0 0 18px;
    border: 1px solid rgba(11, 45, 87, 0.12);
    border-top: 4px solid #b6904e;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(8, 34, 72, 0.08);
  }

  .es-vz-table tbody tr:nth-child(even) td,
  .es-vz-table tbody tr:hover td {
    background: #ffffff;
  }

  .es-vz-table tbody td {
    padding: 14px 16px;
    border-top: 1px solid rgba(11, 45, 87, 0.08);
    text-align: left;
  }

  .es-vz-table tbody td:first-child {
    border-top: 0;
  }

  .es-vz-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    color: #0b2d57;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .es-vz-detail-cell {
    width: 100%;
    text-align: left;
  }

  .es-vz-detail-button {
    min-width: 0;
  }

  .es-vz-detail-hero {
    grid-template-columns: 1fr;
  }

  .es-vz-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .es-vz-list-shell {
    padding: 20px 18px 22px;
  }

  .es-vz-detail-hero-main,
  .es-vz-detail-panel {
    padding: 22px 18px;
  }

  .es-vz-detail-stat {
    padding: 18px 18px;
  }
}


/* Doplneni od v1.2.x pri zachovani vzhledu 1.1.2 */
.es-vz-archive-note {
  margin: 0 0 22px;
  padding: 18px 20px;
  border: 1px solid rgba(11, 45, 87, 0.12);
  border-left: 4px solid #b6904e;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(182, 144, 78, 0.10) 0%, #ffffff 100%);
  color: #0b2d57;
  box-shadow: 0 14px 28px rgba(8, 34, 72, 0.08);
}

.es-vz-archive-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.35;
}

.es-vz-archive-note span {
  display: block;
  color: #516074;
  line-height: 1.7;
}

.es-vz-contact {
  margin-top: 22px;
  padding: 28px 30px 30px;
  border: 1px solid rgba(11, 45, 87, 0.1);
  border-top: 4px solid #b6904e;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(8, 34, 72, 0.08);
}

.es-vz-contact-head {
  margin-bottom: 18px;
}

.es-vz-contact-head h2 {
  margin: 0;
  color: #0b2d57;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.18;
}

.es-vz-contact-head p:last-child {
  margin: 10px 0 0;
  color: #516074;
  line-height: 1.7;
}

.es-vz-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.es-vz-contact-field--full {
  grid-column: 1 / -1;
}

.es-vz-contact-field label {
  display: block;
  margin-bottom: 8px;
  color: #0b2d57;
}

.es-vz-contact-field input,
.es-vz-contact-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(11, 45, 87, 0.16);
  border-radius: 4px;
  background: #ffffff;
  color: #1f2a37;
  box-sizing: border-box;
  font: inherit;
}

.es-vz-contact-field textarea {
  min-height: 240px;
  resize: vertical;
  line-height: 1.65;
}

.es-vz-contact-field input:focus,
.es-vz-contact-field textarea:focus {
  outline: none;
  border-color: #0b2d57;
  box-shadow: 0 0 0 3px rgba(11, 45, 87, 0.08);
}

.es-vz-contact-captcha {
  margin-top: 18px;
}

.es-vz-contact-submit {
  margin-top: 20px;
}

.es-vz-submit-button,
.es-vz-submit-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  padding: 11px 15px;
  border: 1px solid #b6904e !important;
  border-radius: 4px;
  background: #b6904e !important;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.es-vz-submit-button:hover,
.es-vz-submit-button:focus {
  background: #a78345 !important;
  border-color: #a78345 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.es-vz-form-notice {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(11, 45, 87, 0.12);
  border-left: 4px solid #0b2d57;
  border-radius: 6px;
  background: #f6f8fb;
  color: #0b2d57;
  line-height: 1.65;
}

.es-vz-form-notice ul {
  margin: 8px 0 0 18px;
}

.es-vz-form-notice--error {
  border-left-color: #b14b3d;
  background: #fcf5f3;
  color: #8f3227;
}

.es-vz-form-notice--success {
  border-left-color: #2f6b40;
  background: #edf7ef;
  color: #234e2f;
}

@media (max-width: 960px) {
  .es-vz-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .es-vz-contact {
    padding: 22px 18px;
  }
}


.es-vz-detail-status-badge {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 4px solid #b6904e;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.es-vz-archive-note {
  border-left-width: 5px;
}

.es-vz-contact-captcha--v3 {
  padding: 12px 14px;
  border: 1px solid rgba(11, 45, 87, 0.12);
  border-left: 4px solid #b6904e;
  border-radius: 4px;
  background: #fbfcfe;
  color: #435267;
  font-size: 14px;
  line-height: 1.6;
}


/* v1.2.6 archivni stitek a formularova validace */
.es-vz-detail > .es-vz-archive-note {
  margin: 0 0 18px;
}

.es-vz-archive-note {
  padding: 12px 16px;
  border: 1px solid rgba(166, 43, 43, 0.20);
  border-left: 5px solid #c0392b;
  border-radius: 5px;
  background: linear-gradient(180deg, #fff5f1 0%, #fffaf8 100%);
  color: #7f1d1d;
  box-shadow: 0 10px 20px rgba(143, 50, 39, 0.08);
}

.es-vz-archive-note strong {
  display: block;
  margin: 0;
  color: #a1261f;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.es-vz-archive-note span {
  display: block;
  margin-top: 4px;
  color: #7a3b35;
  font-size: 13px;
  line-height: 1.5;
}

.es-vz-contact-field {
  position: relative;
}

.es-vz-field-tooltip {
  display: none;
  margin-top: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(177, 75, 61, 0.18);
  border-radius: 4px;
  background: #fff5f3;
  color: #8f3227;
  font-size: 13px;
  line-height: 1.45;
}

.es-vz-field-tooltip.is-visible {
  display: block;
}

.es-vz-contact-field--invalid input,
.es-vz-contact-field--invalid textarea {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.10);
}

.es-vz-contact-field--invalid input:focus,
.es-vz-contact-field--invalid textarea:focus {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.14);
}


.single-es_vz_detail .es-vz-detail-hero {
  padding: 4rem 0 !important;
}

body.single-es_vz_detail .entry-title,
body.single-es_vz_detail h1.entry-title,
body.single-es_vz_detail .post-title,
body.single-es_vz_detail .page-title,
body.single-es_vz_detail .entry-header .entry-meta,
body.single-es_vz_detail .entry-meta .posted-on,
body.single-es_vz_detail .entry-meta .byline,
body.single-es_vz_detail .posted-on,
body.single-es_vz_detail .entry-date,
body.single-es_vz_detail .post-date,
body.single-es_vz_detail .meta-date,
body.single-es_vz_detail .article-date,
body.single-es_vz_detail time.published,
body.single-es_vz_detail time.updated,
body.single-es_vz_detail .post-meta .date,
body.single-es_vz_detail .entry-meta .date {
  display: none !important;
}


.single-es_vz_detail .es-vz-detail-heading {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  font-family: inherit !important;
  line-height: 1.3 !important;
}

.single-es_vz_detail .es-vz-detail-heading::before,
.single-es_vz_detail .es-vz-detail-heading:before {
  content: none !important;
  display: none !important;
}

.single-es_vz_detail .es-vz-detail-hero-main::after,
.single-es_vz_detail .es-vz-detail-hero-main:after {
  content: none !important;
  display: none !important;
}


.es-vz-table .es-vz-detail-button,
.es-vz-table .es-vz-detail-button:hover,
.es-vz-table .es-vz-detail-button:focus,
.es-vz-contact-submit .es-vz-submit-button,
.es-vz-contact-submit .es-vz-submit-button:hover,
.es-vz-contact-submit .es-vz-submit-button:focus {
  text-decoration: none !important;
}
