@layer components {
  .breadcrumb {
    padding: 20px 0 0;
    background-color: #fff;
    border-block-start: 1px solid #ececec;
  }
  @media (max-width: 640px) {
    .breadcrumb {
      margin: 2px 0 0 -6px;
      padding: 7px 0 9px;
      border-block-end: 1px solid #ececec;
    }
  }
  .breadcrumb__list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #747474;
    font-family: var(--font-ja, "Noto Sans JP", sans-serif);
    font-size: 11px;
    letter-spacing: 0.22px;
    gap: 13px;
    list-style: none;
  }
  @media (max-width: 640px) {
    .breadcrumb__list {
      font-size: 10px;
      gap: 7px;
    }
  }
  .breadcrumb__item {
    display: flex;
    align-items: center;
    color: #747474;
    font-weight: 400;
    line-height: 1.5;
  }
  .breadcrumb__item:not(:last-child)::after {
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='10' viewBox='0 0 5 10' fill='none'%3E%3Cpath d='M0.311705 5.36347e-08C0.232631 5.45393e-08 0.15171 0.033567 0.0910258 0.0987265C-0.0303421 0.229045 -0.0303421 0.442294 0.0910258 0.572613L4.24513 5.03307L0.15171 9.42837C0.0303417 9.55869 0.0303417 9.77194 0.15171 9.90226C0.273078 10.0326 0.471681 10.0326 0.593049 9.90226L4.90897 5.27002C5.03034 5.1397 5.03034 4.92645 4.90897 4.79613L0.534204 0.0987265C0.471681 0.0315925 0.392617 5.27091e-08 0.311705 5.36347e-08Z' fill='%23747474'/%3E%3C/svg%3E") no-repeat center/100% 100%;
    content: "";
    margin-inline-start: 14px;
    inline-size: 5px;
    block-size: 10px;
  }
  @media (max-width: 640px) {
    .breadcrumb__item:not(:last-child)::after {
      margin-inline-start: 7px;
      block-size: 7px;
    }
  }
  .breadcrumb__item a {
    color: inherit;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
    transition: opacity var(--transition-duration-base) ease;
  }
  .breadcrumb__item a:hover {
    opacity: 0.7;
  }
  .breadcrumb__item span {
    color: inherit;
  }
}
.rolex-page {
  padding: 60px 0 120px;
  background-color: #fff;
}
.rolex-page .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 640px) {
  .rolex-page .container {
    padding: 0 20px;
  }
}
.rolex-page .page-title {
  margin-bottom: 60px;
  color: #000;
  font-family: var(--font-ja);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 640px) {
  .rolex-page .page-title {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}
.rolex-page p {
  margin-bottom: 2em;
  line-height: 1.8;
}
.rolex-page .table-container {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .rolex-page .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-inline: -20px;
    padding-inline: 20px;
  }
}
.rolex-page table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  font-size: 0.95rem;
}
@media (max-width: 640px) {
  .rolex-page table {
    min-width: 600px;
    /* Force scroll on small screens */
  }
}
.rolex-page table th,
.rolex-page table td {
  padding: 15px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 640px) {
  .rolex-page table th,
  .rolex-page table td {
    padding: 10px;
    font-size: 0.85rem;
  }
}
.rolex-page table th {
  background-color: #f9f9f9;
  font-weight: bold;
  white-space: nowrap;
}
.rolex-page table {
  /* Striping */
}
.rolex-page table tr[class~=evenRow] {
  background-color: #fcfcfc;
}
.rolex-page table tr[class~=evenRow] th {
  background-color: #f9f9f9;
  /* Ensure header stays darker/same */
}
.rolex-page table .short {
  width: 15%;
}
.rolex-page table .bold {
  font-weight: bold;
}
.rolex-page table .red {
  color: #b30000;
}/*# sourceMappingURL=rolex-serial-number-list.css.map */