.elementor-11143 .elementor-element.elementor-element-57eb948{--display:flex;--gap:55px 55px;--row-gap:55px;--column-gap:55px;--overlay-opacity:0.5;}.elementor-11143 .elementor-element.elementor-element-57eb948::before, .elementor-11143 .elementor-element.elementor-element-57eb948 > .elementor-background-video-container::before, .elementor-11143 .elementor-element.elementor-element-57eb948 > .e-con-inner > .elementor-background-video-container::before, .elementor-11143 .elementor-element.elementor-element-57eb948 > .elementor-background-slideshow::before, .elementor-11143 .elementor-element.elementor-element-57eb948 > .e-con-inner > .elementor-background-slideshow::before, .elementor-11143 .elementor-element.elementor-element-57eb948 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-primary );--background-overlay:'';}.elementor-11143 .elementor-element.elementor-element-57eb948.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-11143 .elementor-element.elementor-element-c0ebd72{background-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-11143 .elementor-element.elementor-element-57eb948{--width:99.261%;}}/* Start custom CSS for text-editor, class: .elementor-element-c0ebd72 */html {
  scroll-behavior: smooth;
}

/* =========================================================
   ELEMENTOR RESET
========================================================= */

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  width: 100%;
  max-width: none;
}

.elementor-widget-html .elementor-widget-container {
  margin: 0;
  padding: 0;
}

/* Elementorコンテナの不要な余白対策 */
.e-con > .e-con-inner {
  max-width: none;
}

body {
  overflow-x: hidden;
}

/* =========================================================
   PAGE ROOT
========================================================= */

.evae-page {
  --evae-bg: #ffffff;
  --evae-text: #111111;
  --evae-muted: #555555;
  --evae-line: #dedede;
  --evae-soft: #f7f7f7;
  --evae-soft-2: #fafafa;
  --evae-dark: #111111;

  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;

  color: var(--evae-text);
  background: var(--evae-bg);

  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;

  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  font-feature-settings: "palt" 1;
  text-rendering: optimizeLegibility;
}

.evae-page,
.evae-page * {
  box-sizing: border-box;
}

.evae-page h1,
.evae-page h2,
.evae-page h3,
.evae-page p,
.evae-page figure,
.evae-page ul {
  margin-top: 0;
}

.evae-page a {
  color: inherit;
  text-decoration: none;
}

.evae-container {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

/* =========================================================
   HERO
   16:9画像をページ全面のキービジュアルとして使用
========================================================= */

.evae-hero {
  position: relative;

  display: flex;
  width: 100%;
  min-height: min(60vw, 920px);
  padding: 104px 0 96px;

  align-items: center;

  overflow: hidden;

  border-bottom: 1px solid var(--evae-line);

  background-color: #ffffff;
  background-image:
    url("https://amuletplus.co.jp/wp-content/uploads/2026/07/cb3d2d84-4a90-421a-ad4a-a9f850c98e0e.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*
  左のコピーを読みやすくしながら、
  右側のARMOR人物を隠しすぎない白グラデーション
*/
.evae-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;

  content: "";
  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.99) 26%,
      rgba(255, 255, 255, 0.92) 38%,
      rgba(255, 255, 255, 0.62) 50%,
      rgba(255, 255, 255, 0.18) 64%,
      rgba(255, 255, 255, 0) 76%
    );
}

.evae-hero .evae-container {
  position: relative;
  z-index: 2;
}

.evae-hero-copy {
  width: min(660px, 56%);
}

.evae-eyebrow {
  display: inline-flex;
  gap: 12px;
  align-items: center;

  margin: 0 0 24px;

  color: #333333;

  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.evae-eyebrow::before {
  display: inline-block;

  width: 34px;
  height: 1px;

  background: #111111;

  content: "";
}

.evae-title {
  max-width: 650px;
  margin: 0 0 28px;

  color: #111111;

  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 850;
  line-height: 1.01;
  letter-spacing: -0.055em;
}

.evae-title span {
  display: block;
}

.evae-lead {
  max-width: 570px;
  margin: 0;

  color: #333333;

  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.82;
}


.evae-hero-target {
  max-width: 590px;
  margin: 22px 0 0;

  color: #222222;

  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.evae-action-note {
  max-width: 640px;
  margin: 16px 0 0;

  color: #666666;

  font-size: 13px;
  line-height: 1.75;
}

/* =========================================================
   BUTTONS
========================================================= */

.evae-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 34px;
}

.evae-button {
  display: inline-flex;
  min-height: 50px;
  padding: 13px 22px;

  align-items: center;
  justify-content: center;

  border: 1px solid #111111;
  border-radius: 999px;

  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;

  cursor: pointer;

  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.evae-button:hover {
  transform: translateY(-2px);
}

.evae-button.primary {
  color: #ffffff;
  border-color: #111111;
  background: #111111;
}

.evae-button.primary:hover {
  color: #ffffff;
  background: #000000;

  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.12);
}

.evae-button.secondary {
  color: #111111;
  background: rgba(255, 255, 255, 0.92);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.evae-button.secondary:hover {
  color: #111111;
  background: #f2f2f2;
}

/* =========================================================
   TABLE OF CONTENTS
========================================================= */

.evae-toc {
  position: sticky;
  top: 0;
  z-index: 50;

  border-bottom: 1px solid var(--evae-line);

  background: rgba(255, 255, 255, 0.96);

  box-shadow:
    0 5px 18px rgba(0, 0, 0, 0.025);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.evae-toc-inner {
  display: flex;
  gap: 6px;
  padding: 11px 0;

  overflow-x: auto;

  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.evae-toc-inner::-webkit-scrollbar {
  display: none;
}

.evae-toc-title {
  flex: 0 0 auto;

  padding: 8px 10px 8px 0;

  color: #111111;

  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.evae-toc a {
  flex: 0 0 auto;

  padding: 7px 10px;

  border: 1px solid transparent;
  border-radius: 999px;

  color: #555555;

  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;

  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.evae-toc a:hover {
  color: #ffffff;
  border-color: #111111;
  background: #111111;
}

/* =========================================================
   COMMON SECTIONS
========================================================= */

.evae-section {
  padding: 100px 0;

  border-bottom: 1px solid var(--evae-line);

  background: #ffffff;

  scroll-margin-top: 88px;
}

.evae-section.soft {
  background: var(--evae-soft-2);
}

.evae-section-head {
  max-width: 900px;
  margin-bottom: 42px;
}

.evae-kicker {
  margin-bottom: 14px;

  color: #555555;

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.evae-heading {
  max-width: 980px;
  margin: 0 0 20px;

  color: #111111;

  font-size: clamp(31px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.17;
  letter-spacing: -0.04em;
}

.evae-text {
  max-width: 860px;
  margin: 0;

  color: #444444;

  font-size: 17px;
  line-height: 1.9;
}

/* =========================================================
   GRIDS
========================================================= */

.evae-grid-2,
.evae-grid-3 {
  display: grid;
  gap: 22px;
  margin-top: 38px;
}

.evae-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evae-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* =========================================================
   CARDS
========================================================= */

.evae-card {
  min-height: 100%;
  padding: 28px;

  border: 1px solid var(--evae-line);
  border-radius: 22px;

  background: #ffffff;

  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.025);

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.evae-card:hover {
  transform: translateY(-3px);

  border-color: #bfbfbf;

  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.045);
}

.evae-card-number {
  margin-bottom: 15px;

  color: #777777;

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.evae-card h3 {
  margin: 0 0 12px;

  color: #111111;

  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.evae-card p {
  margin: 0;

  color: #4a4a4a;

  font-size: 15.5px;
  line-height: 1.8;
}

/* =========================================================
   LISTS
========================================================= */

.evae-list {
  display: grid;
  gap: 15px;

  margin-top: 30px;
}

.evae-list-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;

  align-items: start;

  color: #333333;

  font-size: 16px;
  line-height: 1.75;
}

.evae-check {
  display: inline-flex;

  width: 28px;
  height: 28px;
  margin-top: 2px;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  color: #ffffff;
  background: #111111;

  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

/* =========================================================
   CALLOUT
========================================================= */

.evae-callout {
  margin-top: 38px;
  padding: 26px 28px;

  border-left: 3px solid #111111;
  border-radius: 0 18px 18px 0;

  color: #111111;
  background: #f7f7f7;

  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}

/* =========================================================
   CONTENT IMAGES
========================================================= */

.evae-figure {
  max-width: 1060px;
  margin: 54px auto 0;

  text-align: center;
}

.evae-figure img {
  display: block;

  width: 100%;
  height: auto;

  border: 1px solid #dddddd;
  border-radius: 24px;

  background: #ffffff;

  box-shadow:
    0 12px 34px rgba(0, 0, 0, 0.035);
}

.evae-figure figcaption {
  max-width: 840px;
  margin: 17px auto 0;

  color: #666666;

  font-size: 13px;
  line-height: 1.75;
}

/* =========================================================
   PROCESS
========================================================= */

.evae-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;

  margin-top: 42px;

  overflow: hidden;

  border: 1px solid #d7d7d7;
  border-radius: 24px;

  background: #d7d7d7;
}

.evae-process-step {
  padding: 28px 24px;
  background: #ffffff;
}

.evae-process-step strong {
  display: block;
  margin-bottom: 15px;

  color: #111111;

  font-size: 34px;
  line-height: 1;
}

.evae-process-step h3 {
  margin: 0 0 8px;

  color: #111111;

  font-size: 17px;
  line-height: 1.4;
}

.evae-process-step p {
  margin: 0;

  color: #555555;

  font-size: 14px;
  line-height: 1.7;
}

/* =========================================================
   PROGRAM PHASES
========================================================= */

.evae-phase {
  margin-top: 26px;
  padding: 34px;

  border: 1px solid var(--evae-line);
  border-radius: 24px;

  background: #ffffff;

  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.025);
}

.evae-phase-head {
  display: flex;
  gap: 24px;

  align-items: flex-start;
  justify-content: space-between;

  margin-bottom: 24px;
}

.evae-phase-number {
  margin-bottom: 5px;

  color: #555555;

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.evae-phase h3 {
  margin: 0;

  color: #111111;

  font-size: 27px;
  line-height: 1.35;
}

.evae-phase-meta {
  color: #666666;

  font-size: 14px;
  line-height: 1.7;
  text-align: right;
}

/* =========================================================
   USE CASES
========================================================= */

.evae-usecase {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 26px;

  margin-top: 28px;

  align-items: stretch;
}

.evae-usecase-label {
  padding: 29px;

  border-radius: 22px;

  color: #ffffff;
  background: #111111;
}

.evae-usecase-label h3 {
  margin: 0 0 12px;

  color: #ffffff;

  font-size: 23px;
  line-height: 1.3;
}

.evae-usecase-label p {
  margin: 0;

  color: rgba(255, 255, 255, 0.76);

  font-size: 15px;
  line-height: 1.75;
}

.evae-table {
  overflow: hidden;

  border: 1px solid var(--evae-line);
  border-radius: 22px;

  background: #ffffff;
}

.evae-table-row {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;

  border-bottom: 1px solid var(--evae-line);
}

.evae-table-row:last-child {
  border-bottom: none;
}

.evae-table-cell {
  padding: 18px 20px;

  color: #3d3d3d;

  font-size: 15px;
  line-height: 1.7;
}

.evae-table-cell:first-child {
  border-right: 1px solid var(--evae-line);

  color: #111111;
  background: #f7f7f7;

  font-weight: 800;
}


/* =========================================================
   SUBSECTIONS
========================================================= */

.evae-subsection-head {
  margin-top: 72px;
  margin-bottom: 28px;
}

/* =========================================================
   COMPARISON TABLE
========================================================= */

.evae-comparison-table {
  margin-top: 38px;
}

.evae-comparison-table .evae-table-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evae-comparison-table .evae-table-cell:first-child {
  border-right: 1px solid var(--evae-line);
  background: #f7f7f7;
}

.evae-comparison-table .evae-table-cell:last-child {
  background: #ffffff;
}

.evae-comparison-table .evae-table-head .evae-table-cell {
  color: #ffffff;
  background: #111111;
  font-weight: 800;
}

.evae-comparison-table .evae-table-head .evae-table-cell:first-child {
  border-right-color: #333333;
  background: #111111;
}

/* =========================================================
   REGISTER NUMBER
========================================================= */

.evae-register-item {
  grid-template-columns: 28px minmax(0, 1fr);
  width: 100%;
}

.evae-register-content {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;

  min-width: 0;
  align-items: baseline;
}

.evae-register-label {
  flex: 0 0 auto;
  white-space: nowrap;
}

.evae-register-number {
  display: inline-block;
  max-width: 100%;

  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;

  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

/* Credibility cards: content height only */
#credibility .evae-card {
  min-height: auto;
}

/* =========================================================
   FAQ
========================================================= */

.evae-faq {
  margin-top: 36px;
}

.evae-faq details {
  border-top: 1px solid var(--evae-line);
}

.evae-faq details:last-child {
  border-bottom: 1px solid var(--evae-line);
}

.evae-faq summary {
  position: relative;

  padding: 23px 42px 23px 0;

  color: #111111;

  cursor: pointer;

  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;

  list-style: none;
}

.evae-faq summary::-webkit-details-marker {
  display: none;
}

.evae-faq summary::after {
  position: absolute;
  top: 17px;
  right: 4px;

  color: #111111;

  content: "+";

  font-size: 25px;
  font-weight: 400;
}

.evae-faq details[open] summary::after {
  content: "−";
}

.evae-faq-answer {
  max-width: 900px;
  padding: 0 0 25px;

  color: #555555;

  font-size: 15px;
  line-height: 1.85;
}

/* =========================================================
   FINAL CTA
========================================================= */

.evae-cta {
  padding: 110px 0;

  text-align: center;

  background: #ffffff;
}

.evae-cta-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 56px 38px;

  border: 1px solid var(--evae-line);
  border-radius: 30px;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7f7f7 100%
    );

  box-shadow:
    0 14px 38px rgba(0, 0, 0, 0.035);
}

.evae-cta h2 {
  margin: 0 0 18px;

  color: #111111;

  font-size: clamp(32px, 4vw, 50px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.04em;
}

.evae-cta p {
  max-width: 720px;
  margin: 0 auto;

  color: #444444;

  font-size: 17px;
  line-height: 1.85;
}

.evae-cta .evae-actions {
  justify-content: center;
}


.evae-cta .evae-action-note {
  margin: 16px auto 0;
  color: #666666;
  font-size: 13px;
}

.evae-footer-note {
  margin-top: 25px;

  color: #777777;

  font-size: 12px;
  line-height: 1.7;
}

/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1100px) {
  .evae-hero {
    min-height: 700px;
    padding: 90px 0 82px;

    background-position: 58% center;
  }

  .evae-hero::before {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.99) 32%,
        rgba(255, 255, 255, 0.83) 49%,
        rgba(255, 255, 255, 0.34) 66%,
        rgba(255, 255, 255, 0) 82%
      );
  }

  .evae-hero-copy {
    width: 57%;
  }

  .evae-title {
    font-size: clamp(43px, 5.8vw, 64px);
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {
  .evae-hero {
    min-height: 680px;
    padding: 78px 0 70px;

    background-position: 62% center;
  }

  .evae-hero::before {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.99) 42%,
        rgba(255, 255, 255, 0.8) 62%,
        rgba(255, 255, 255, 0.2) 86%
      );
  }

  .evae-hero-copy {
    width: 68%;
  }

  .evae-hero-target {
    max-width: 540px;
  }

  .evae-title {
    font-size: clamp(41px, 7vw, 60px);
  }

  .evae-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evae-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evae-usecase {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 720px) {
  .evae-container {
    width: min(100% - 28px, 1180px);
  }

  .evae-hero {
    min-height: auto;
    padding: 66px 0 400px;

    align-items: flex-start;

    background-position: 70% bottom;
    background-size: auto 61%;
  }

  .evae-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 45%,
        rgba(255, 255, 255, 0.94) 57%,
        rgba(255, 255, 255, 0.36) 74%,
        rgba(255, 255, 255, 0) 90%
      );
  }

  .evae-hero-copy {
    width: 100%;
  }

  .evae-title {
    max-width: 100%;

    font-size: clamp(38px, 11vw, 52px);
    line-height: 1.03;
  }

  .evae-lead {
    max-width: 100%;

    font-size: 16px;
  }


  .evae-hero-target {
    max-width: 100%;
    margin-top: 18px;
    font-size: 14px;
  }

  .evae-action-note {
    max-width: 100%;
    font-size: 12.5px;
  }

  .evae-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .evae-button {
    width: 100%;
  }

  .evae-section {
    padding: 74px 0;
  }

  .evae-heading {
    font-size: clamp(29px, 8vw, 40px);
  }

  .evae-grid-2,
  .evae-grid-3 {
    grid-template-columns: 1fr;
  }

  .evae-process {
    grid-template-columns: 1fr;
  }

  .evae-phase {
    padding: 24px;
  }

  .evae-phase-head {
    display: block;
  }

  .evae-phase-meta {
    margin-top: 14px;
    text-align: left;
  }

  .evae-table-row {
    grid-template-columns: 1fr;
  }

  .evae-table-cell:first-child {
    border-right: none;
    border-bottom: 1px solid var(--evae-line);
  }


  .evae-comparison-table .evae-table-row {
    grid-template-columns: 1fr;
  }

  .evae-comparison-table .evae-table-cell:first-child {
    border-right: none;
    border-bottom: 1px solid var(--evae-line);
  }

  .evae-comparison-table .evae-table-head .evae-table-cell:last-child {
    display: none;
  }

  .evae-comparison-table .evae-table-head .evae-table-cell:first-child::after {
    content: " ／ EVΛƎ ARMOR導入後";
  }

  .evae-subsection-head {
    margin-top: 54px;
  }

  .evae-register-content {
    display: block;
  }

  .evae-register-number {
    display: block;
    margin-top: 5px;
    font-size: 15px;
  }

  .evae-card,
  .evae-usecase-label {
    padding: 23px;
  }

  .evae-figure {
    margin-top: 38px;
  }

  .evae-figure img {
    border-radius: 18px;
  }

  .evae-cta {
    padding: 78px 0;
  }

  .evae-cta-box {
    padding: 40px 22px;
    border-radius: 24px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {
  .evae-container {
    width: min(100% - 22px, 1180px);
  }

  .evae-hero {
    padding: 54px 0 390px;

    background-position: 69% bottom;
    background-size: auto 55%;
  }

  .evae-eyebrow {
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .evae-title {
    font-size: clamp(35px, 10.5vw, 46px);
  }

  .evae-section {
    padding: 62px 0;
  }

  .evae-card,
  .evae-phase,
  .evae-usecase-label {
    padding: 20px;
    border-radius: 18px;
  }

  .evae-figure img {
    border-radius: 15px;
  }

  .evae-callout {
    padding: 22px;

    font-size: 16px;
  }
}
/* =========================================================
   EU TRANSPARENCY REGISTER NUMBER
========================================================= */

.evae-register-item {
  grid-template-columns: 28px minmax(0, 1fr);
  width: 100%;
}

.evae-register-content {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  min-width: 0;
  align-items: baseline;
}

.evae-register-label {
  flex: 0 0 auto;
  white-space: nowrap;
}

.evae-register-number {
  display: inline-block;
  max-width: 100%;

  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;

  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

@media (max-width: 480px) {
  .evae-register-content {
    display: block;
  }

  .evae-register-number {
    display: block;
    margin-top: 5px;
    font-size: 15px;
  }
}/* End custom CSS */