/*Font Declaration
-------------------------------------------------- */
@font-face {
  font-family: 'RocheSans-Regular';
  src: url('../fonts/rochesans-regular.woff2') format('woff2'), url('../fonts/rochesans-regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'RocheSans-Medium';
  src: url('../fonts/rochesans-medium.woff2') format('woff2'), url('../fonts/rochesans-medium.woff') format('woff');
  font-display: swap;
}
/*Global declaration
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0 auto;
  font-family: 'RocheSans-Regular','Arial','Arial Narrow';
  font-size: 16px;
  line-height: 1.5;
  color: var(--acBlueText);
  letter-spacing: 1%;
}
.bg-main {
  background: linear-gradient(180deg, #e3e3e3 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 1440px 400px;
  border-radius: 30px 30px 0 0;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 16px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: 400;
  line-height: 1.1;
  font-family: 'RocheSans-Medium','Arial','Arial Narrow';
  margin-bottom: 12px;
  color: #2a2a2a;
}
.container-fluid {
  margin: auto;
  max-width: 1440px;
  padding: 0;
}
.header-above {
  background-color: #1a818d;
  padding: 5px 20px;
  border-radius: 25px 25px 0 0;
  max-height: 30px;
  display: flex;
  justify-content: right;
  column-gap: 20px;
  position: relative;
  z-index: 101;
  color: #ffffff;
  font-size: 12px;
}
.text-right {
  text-align: right;
  display: flex;
}
.arrow-upward {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(4deg) brightness(104%) contrast(101%);
  max-width: 18px;
}
.header {
  position: sticky;
  top: -1px;
  z-index: 99;
  margin-bottom: 0;
  background-color: #f8f8f8;
}
/*Menu blur issue*/
.menu-blur {
  overflow: hidden;
  height: 69px;
  position: absolute;
  width: 100%;
}
.menu-blur:after {
  content: '';
  position: absolute;
  top: -17px;
  right: 0;
  width: 100%;
  height: 200px;
  backdrop-filter: blur(10px);
  transform: rotate(181deg);
}
.menu-blur:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  height: 200px;
  right: -10px;
  backdrop-filter: blur(10px);
  transform: rotate(169deg);
}
.ac-logo {
  background: #fff;
  border-radius: 0 0 145px 0;
  padding: 20px;
}
.ac-logo img {
  width: 190px;
  height: auto;
}
.header-main {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 64px;
  background: var(--white);
  justify-content: space-between;
  box-sizing: border-box;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
  padding: 0 20px 0 0;
  z-index: 9;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.app-hero {
  text-align: center;
  max-width: 400px;
  margin: auto;
  padding-top: 40px;
}
.text-center {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.margin-bottom {
  margin-bottom: 64px;
}
.custom-select {
  max-width: 302px;
  position: relative;
  margin: auto;
  margin-bottom: 64px;
}
.downloads-text h4 {
  font-size: 22px;
  color: #0b393e;
  margin-bottom: 0;
}
.downloads-text p {
  color: #0b393e;
  font-size: 14px;
}
.downloads-file span.file-description a {
  color: #0b393e;
  font-size: 14px;
}
select {
  appearance: none;
  /*  safari  */
  -webkit-appearance: none;
  /*  other styles for aesthetics */
  width: 100%;
  font-size: 1rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}
.custom-select::after {
  content: '';
  position: absolute;
  right: 1rem;
  pointer-events: none;
  width: 14px;
  height: 10px;
  top: 40%;
  background-image: url('../images/chevron.svg');
}
.footer {
  font-size: 12px;
  padding: 20px;
}
.footer .left-text {
  padding-bottom: 20px;
}
.roche-logo {
  padding: 10px;
}
.file-icon {
  width: 32px;
}
.blocks-downloads {
  height: 100%;
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
  column-gap: 20px;
}
.blocks-downloads div:nth-child(2) {
  margin-top: 15px;
}
.manuals-downloads {
  display: block;
  background-color: #f8f8f8;
  border-radius: 30px;
  padding: 40px;
  column-gap: 30px;
  width: -webkit-fill-available;
}
.manuals-downloads div:nth-child(2) {
  width: 100%;
  align-self: center;
}
.download-text,
.download-file {
  align-self: center;
}
.downloads-text,
.downloads-file {
  flex: 1;
}
.downloads-file img {
  /* padding-top: 8px; */
}
.downloads-file li {
  list-style-type: none;
}
.downloads-file li div {
  display: flex;
  padding: 5px 0;
  text-decoration: none;
  align-items: center;
}
.app-hero.text-center p.eyebrow {
  font-size: 16px;
  margin-bottom: 16px;
}
.downloads-file li div h6,
.downloads-file li div strong {
  margin-bottom: 0;
  align-self: center;
  width: -webkit-fill-available;
  color: #28282c;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
  max-width: 95%;
}
.downloads-file li div:hover {
  text-decoration: none;
}
.downloads-file li div h6,
.downloads-file li div strong {
  margin-bottom: 0;
  align-self: center;
  width: -webkit-fill-available;
  color: #28282c;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
}
.downloads-text {
  align-self: center;
}
.file-description {
  width: 100%;
  margin-left: 12px;
}
.file-size {
  font-size: 12px;
  color: #727272;
  margin-bottom: 0;
}
.app-hero.text-center h1 {
  margin-bottom: 32px;
}
.table {
  padding: 0 15px;
  margin-bottom: 32px;
}
.table table {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.table table td {
  padding-bottom: 16px;
}
.file-description * {
  text-decoration: none;
  color: #28282c;
}
.app-hero.text-center p {
  max-width: 480px;
  margin: auto;
  margin-bottom: 20px;
}
.filter.custom-select select.filter-handle {
  border: 1px solid #727272;
  border-radius: 10px;
  padding: 12px 16px;
  color: #0b393e;
  font-family: 'RocheSans-Regular','Arial','Arial Narrow';
}
.table .filter-table-data {
  max-width: 702px;
  margin: 0 auto;
}
.table .manuals-downloads {
  border-radius: 16px;
  column-gap: 70px;
  padding: var(--space-4) var(--space-4);
}
.downloads-file .file-description .file-size a {
  text-decoration: none;
  color: #727272;
  font-size: 12px;
}
.downloads-file li div > a {
  padding-left: 16px;
}
nwrap.accu-chek-wrapper {
  display: contents;
  white-space: nowrap;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
  h1,
  .h1 {
    font-size: 44px;
    line-height: 1;
  }
  h2,
  .h2 {
    font-size: 38px;
    line-height: 1;
  }
  h3,
  .h3 {
    font-size: 32px;
    line-height: 1;
  }
  h4,
  .h4 {
    font-size: 24px;
    line-height: 1;
  }
  h5,
  .h5 {
    font-size: 20px;
    line-height: 1;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 {
    margin-bottom: 24px;
  }
  .header-above {
    justify-content: end;
    padding: 5px 20px;
  }
  .ac-logo {
    background: #fff;
    border-radius: 0 0 145px 0;
    padding: 20px 38px 20px 60px;
  }
  .roche-logo a {
    padding: 20px 38px 20px 60px;
  }
  .hero-area {
    display: flex;
    text-align: left;
  }
  .container {
    max-width: 720px;
    width: 100%;
    margin: auto;
  }
  .left-text,
  .right-hero {
    flex: 1;
  }
  .hero-area .container {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .hero-area {
    padding: 64px 0;
  }
  .footer {
    display: flex;
    padding: 30px 64px;
  }
  .footer .left-text {
    padding-right: 17%;
  }
  .roche-logo {
    padding: 0px;
  }
  @media (min-width: 768px) {
    .app-hero {
      max-width: 600px;
      padding-top: 80px;
    }
  }
  .blocks-downloads {
    display: flex;
  }
  .blocks-downloads div:nth-child(2) {
    width: 100%;
  }
  .manuals-downloads {
    display: block;
  }
  .downloads-text {
    text-align: left;
  }
  .blocks-downloads div:nth-child(2) {
    margin: 0;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 64px;
  }
  h2,
  .h2 {
    font-size: 50px;
  }
  h3,
  .h3 {
    font-size: 40px;
  }
  h4,
  .h4 {
    font-size: 28px;
  }
  h5,
  .h5 {
    font-size: 22px;
  }
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .header-above {
    justify-content: end;
    padding: 5px 60px;
  }
  .container {
    max-width: 1096px;
  }
  .blocks-downloads div:nth-child(2) {
    width: 40%;
  }
  .manuals-downloads {
    display: flex;
  }
  .downloads-text {
    text-align: left;
    flex-basis: 40%;
  }
  .downloads-file {
    flex-basis: 60%;
  }
  .downloads-file li {
    border-top: none;
  }
  .blocks-downloads .manuals-downloads .downloads-file {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ac-logo img {
    width: 150px;
  }
  .roche-logo img {
    width: 60px;
  }
  .header-main {
    background: #fff;
  }
  .ac-logo {
    width: 100%;
    text-align: center;
  }
}
@media (max-width:1199px) {
  .downloads-text {
    margin-bottom: 20px;
  }
  .downloads-file li div h6,
  .downloads-file li div strong {
    line-height: 1.25;
  }
}
.downloads-file li {
  font-family: 'RocheSans-Regular', 'Arial', 'Arial Narrow';
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #0b393e;
  line-height: 150%;
  letter-spacing: 0.14px;
}
.downloads-file li .file-size {
  font-family: 'RocheSans-Regular', 'Arial', 'Arial Narrow';
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  color: #727272;
  word-wrap: break-word;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .custom-select {
    margin-bottom: 32px;
  }
}

:root {
  --card-bg: #F6F7F6;
  /* soft gray (matches screenshot) */
  --text: #0E2A2A;
  /* deep teal for text */
  --muted: #5C6F6F;
  /* secondary text */
  --brand: #0E6B62;
  /* primary teal */
  --border: #E2E5E3;
  --shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  --radius-xl: 16px;
  --radius-md: 10px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --focus: 2px solid #0E6B62;
}

/* Base */
* {
  box-sizing: border-box;
}

/* Accordion container */
.accordion {
  max-width: 720px;
}

.accordion__item {
  background: var(--card-bg);
  border-radius: var(--radius-xl);
  /* box-shadow: var(--shadow); */
  overflow: hidden;
  /* rounds the summary top corners */
}

/* Summary header */
.accordion__summary {
  display: grid;
  grid-template-columns: 1fr auto;
  /* title | caret */
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-5) var(--space-5);
  cursor: pointer;
  list-style: none;
  /* hides default disclosure triangle */
}

.accordion__summary::-webkit-details-marker {
  display: none;
}

.accordion__title, .file-description .h6 {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  color: var(--acBlue-Text, #0B393E);
  font-family: 'RocheSans-Medium';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.14px;
}

.avatar {
  display: inline-flex;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #DDF2EE;
  /* subtle tint around icon */
  justify-content: center;
  align-items: center;
}

.avatar svg {
  width: 20px;
  height: 20px;
  fill: var(--brand);
}

.avatar__dot {
  fill: #7EC7BA;
}

.accordion__caret svg {
  width: 24px;
  height: 24px;
  color: var(--text);
  transition: transform 160ms ease;
}

/* Rotate caret when open */
details[open] .accordion__caret svg {
  transform: rotate(180deg);
}

/* Content */
.accordion__content {
  padding: 0 20px 10px 67px;
}

.accordion__hint {
  color: var(--Neutral-Grey-03, #727272);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.12px;
  margin: 0 0 var(--space-4);
}

/* Resource list */
.resource-list {
  display: grid;
  gap: var(--space-3);
  margin: 0;
  padding: 0;
  list-style: none;
}

.resource-item {
  display: grid;
  grid-template-columns: 1fr auto;
  /* meta | actions */
  align-items: center;
  padding: var(--space-2) 0;
  /* border-bottom: 1px solid var(--border); */
}

.resource-item:last-child {
  border-bottom: none;
}

.resource-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--space-2);
  color: var(--muted);
  line-height: 1.5;
}

.resource-version {
  font-weight: 700;
  color: var(--text);
}

.resource-version--latest {
  color: var(--acBlue-Text, #0B393E);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.14px;
  font-family: 'RocheSans-Medium';
}

.resource-sep {
  color: var(--muted);
  padding: 0 var(--space-1);
}

.resource-actions {
  display: inline-flex;
  gap: var(--space-3);
}

/* Icon buttons */
.icon-btn {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: var(--radius-md);
  align-items: center;
  justify-content: center;
  color: var(--brand);
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.icon-btn svg {
  width: 20px;
  height: 20px;
}

.icon-btn:hover {
  background: rgba(14, 107, 98, 0.08);
}

.icon-btn:active {
  transform: translateY(1px);
}

/* Focus visible for keyboard users */
.accordion__summary:focus-visible,
.icon-btn:focus-visible {
  outline: var(--focus);
  outline-offset: 2px;
  border-radius: var(--radius-md);
}

/* Motion preference */
@media (prefers-reduced-motion: reduce) {

  .accordion__caret svg,
  .icon-btn {
    transition: none;
  }
}

/* Responsive tweaks */
@media (max-width: 560px) {
  .accordion__summary {
    padding: var(--space-4) var(--space-4);
  }

  .accordion__content {
    padding: 0 var(--space-4) var(--space-4);
  }

  .resource-item {
    /* stack actions below on small screens */
    gap: var(--space-2);
  }

  .resource-actions {
    justify-self: start;
  }
  .resource-meta{
    display: block;
  }
}

