.shortcut{--rd-shortcut-bgcolor:var(--rd-background-interactive-neutral-default);--rd-shortcut-image-fill:var(--rd-surface-brand-auxiliary);--rd-shortcut-text-color:var(--rd-text-neutral);--rd-shortcut-border-color:var(--rd-border-light);--rd-shortcut-spacing-vertical:var(--rd-spacing-16);--rd-shortcut-spacing-horizontal:var(--rd-spacing-16);--rd-shortcut-padding-inline-end:var(--rd-spacing-16);align-items:flex-end;background-color:var(--rd-shortcut-bgcolor);border:1px solid var(--rd-shortcut-border-color);border-radius:var(--rd-radius-sm);display:flex;flex-wrap:wrap;height:100%;min-height:7.5rem;padding-block:var(--rd-shortcut-spacing-vertical);padding-inline:var(--rd-shortcut-spacing-horizontal) var(--rd-shortcut-padding-inline-end);position:relative}.shortcut[data-element-url]:focus-within,.shortcut[data-element-url]:hover{--rd-shortcut-bgcolor:var(--rd-background-interactive-neutral-hover)}.shortcut[data-element-url]:active{--rd-shortcut-bgcolor:var(--rd-background-interactive-neutral-pressed)}.shortcut__title.title{color:var(--rd-shortcut-text-color);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;white-space:normal}.shortcut__title.title a:focus-visible{outline-offset:calc(var(--rd-spacing-2)*-1)}.shortcut__text{position:relative;z-index:1}.shortcut__arrow,.shortcut__text{color:var(--rd-shortcut-text-color)}.shortcut__arrow{inset-block-end:var(--rd-shortcut-spacing-vertical);inset-inline-end:var(--rd-shortcut-spacing-horizontal);position:absolute}.shortcut__image{align-self:start;color:var(--rd-shortcut-image-fill);width:100%}.shortcut__image :not([fill],[stroke]){fill:currentColor}.shortcut--with-arrow{--rd-shortcut-padding-inline-end:var(--rd-spacing-40)}.element--inverted,.shortcut--inverted{--rd-shortcut-bgcolor:var(--rd-background-interactive-brand-default);--rd-shortcut-text-color:var(--rd-text-neutral-inverted);--rd-shortcut-image-fill:var(--rd-surface-brand-auxiliary-subtle)}.element--inverted[data-element-url]:focus-within,.element--inverted[data-element-url]:hover,.shortcut--inverted[data-element-url]:focus-within,.shortcut--inverted[data-element-url]:hover{--rd-shortcut-bgcolor:var(--rd-background-interactive-brand-hover)}.element--inverted[data-element-url]:active,.shortcut--inverted[data-element-url]:active{--rd-shortcut-bgcolor:var(--rd-background-interactive-brand-pressed)}