/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/blocks/excelList/excelList.scss ***!
  \****************************************************************************************************************************************************************************************************/
@keyframes arrow-animation {
  0% {
    transform-origin: 50% 50%;
    transform: scaleX(1) scaleY(1) translateX(0);
    opacity: 1;
  }
  30% {
    transform: scaleX(1.5) scaleY(0.8) translateX(70%);
    opacity: 0;
  }
  31% {
    transform: scaleX(1.5) scaleY(0.8) translateX(70%);
  }
  32% {
    transform: scaleX(1.5) scaleY(0.8) translateX(-90%);
    opacity: 0;
  }
  33% {
    transform: scaleX(1.5) scaleY(0.8) translateX(-90%);
    opacity: 0;
  }
  80% {
    transform-origin: 50% 50%;
    transform: scaleX(1) scaleY(1) translateX(0%);
    opacity: 1;
  }
}
.font-bold {
  font-weight: 700;
}

hr {
  border: none;
  -webkit-border-before: 0.0625rem solid;
          border-block-start: 0.0625rem solid;
}

.excel-list {
  width: 100%;
}
.excel-list__headline, .excel-list__title {
  color: rgb(var(--color-blue));
}
.excel-list__headline {
  margin-bottom: 1.5rem;
}
.excel-list__head tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem;
  text-align: center;
}
.excel-list__head th > * {
  height: 100%;
}
.excel-list__title {
  padding-block: 1.125rem;
  background-color: rgb(var(--color-blue-20));
}
.excel-list__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.excel-list__row:nth-child(odd) .excel-list__name {
  background: rgb(var(--color-blue-10));
}
.excel-list__name {
  padding-block: 0.75rem;
  font-weight: 600;
  color: rgb(var(--color-black-70));
  text-align: center;
}
.excel-list__contact {
  margin-top: 1.5rem;
  color: rgb(var(--color-black-70));
}
.excel-list__contact a {
  color: rgb(var(--color-blue));
  font-weight: 700;
}
@media print, screen and (max-width: 56.31125em) {
  .excel-list__head, .excel-list__row {
    grid-template-columns: 1fr;
  }
  .excel-list__row:nth-child(odd) .excel-list__name {
    background: none;
  }
  .excel-list__row:nth-child(odd) td:nth-child(odd) {
    background: rgb(var(--color-blue-10));
  }
  .excel-list__row:nth-child(even) td:nth-child(even) {
    background: rgb(var(--color-blue-10));
  }
}
