@charset "utf-8";

.ods-m-anchor { display: inline-flex; align-items: center; gap: var(--space-padding-M, 10px); text-decoration: none; cursor: pointer; color: var(--color-neutral-90); font-family: var(--font-family2); font-size: var(--font-paragraph-text4-size); font-style: normal; font-weight: var(--font-weight-normal); line-height: var(--font-paragraph-text4-lineHeight); }

.ods-m-anchor:hover, .ods-m-anchor:focus { text-decoration: underline; }

.ods-m-anchor:focus, .ods-m-anchor:active { outline: none; }

.ods-m-anchor__icon { width: 24px; height: 24px; flex-shrink: 0; pointer-events: none; }

.ods-m-anchor__text { white-space: nowrap; }
