/*
 * DO NOT EDIT THIS FILE.
 * It's generated automatically by 'yarn build' command.
 * @preserve
 */

.m-card-d {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}

.m-card-d__highlight-body {
  color: var(--color-primary-brand);
}

.m-card-d__body {
  color: var(--color-text);
}

.m-card-d__email {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  color: var(--color-text);
}

.m-card-d__email a {
  text-decoration: none;
  color: inherit;
}

@media (hover: hover) and (pointer: fine) {
  .m-card-d__email a:hover {
    text-decoration: underline;
  }
}

.m-card-d__document {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  color: var(--color-secondary-brand);
}

.m-card-d__document a {
  text-decoration: underline;
  color: inherit;
}

@media (hover: hover) and (pointer: fine) {
  .m-card-d__document a:hover {
    text-decoration: none;
  }
}

.m-card-d__document .a-text {
  font-weight: 900;
}

.m-card-d__icon {
  fill: var(--color-primary-brand);
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}
