.em-block-custom-card{--custom-card-border-color:#c7c7c7;--custom-card-border-radius:2px;--custom-card-font-size-title:1.125rem;--custom-card-font-size-description:1rem;--custom-card-color-title:var(--color-heading);--custom-card-color-description:var(--color-text);--custom-card-aspect-ratio-media:16/9;position:relative;display:flex;flex-flow:column nowrap;flex-grow:1;width:100%;max-width:var(--align-narrow);border-radius:var(--custom-card-border-radius);overflow:hidden;}.em-block-custom-card:not(.has-background){border:1px solid var(--custom-card-border-color);overflow:visible;}.em-block-custom-card:not(.has-background) .em-block-custom-card__media{margin-inline:-1px;margin-top:-1px;border-top-left-radius:var(--custom-card-border-radius);border-top-right-radius:var(--custom-card-border-radius);}.em-block-custom-card__link{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;z-index:10;cursor:pointer;outline-offset:-4px;}.em-block-custom-card__link:hover ~ .em-block-custom-card__content .em-block-custom-card__icon{transform:translateX(.25rem);}.em-block-custom-card__content{color:#000;display:flex;flex-flow:column nowrap;flex-grow:1;gap:1.5rem;padding:1.5rem;}.em-block-custom-card__content > *{margin:0;}.em-block-custom-card__title{color:var(--custom-card-color-title);word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:var(--custom-card-font-size-title);}.em-block-custom-card__description{color:var(--custom-card-color-description);font-size:var(--custom-card-font-size-description);flex-grow:1;}.em-block-custom-card__description a{position:relative;z-index:100;}.em-block-custom-card__media{position:relative;overflow:hidden;aspect-ratio:var(--custom-card-aspect-ratio-media);}.em-block-custom-card__media img{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;line-height:0;}.em-block-custom-card__icon{position:relative;width:1.5rem;height:1.5rem;background-repeat:no-repeat;background-position:bottom;transition:all .25s cubic-bezier(.19,1,.22,1);}.em-block-custom-card__icon--url{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"%23000\" fill-rule=\"evenodd\" d=\"M3.86 10.8h15v2h-15v-2Z\" clip-rule=\"evenodd\"/><path fill=\"%23000\" fill-rule=\"evenodd\" d=\"m11.86 3.38 8.42 8.41-8.42 8.42-1.41-1.42 7-7-7-7 1.41-1.4Z\" clip-rule=\"evenodd\"/></svg>");}.em-block-custom-card__icon--url.nitro-lazy{background-image:none !important;}.em-block-custom-card__icon--download{rotate:90deg;}.em-block-custom-card__icon--external{rotate:-45deg;}.has-dark-background-color .em-block-custom-card__icon--url{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"%23FFF\" fill-rule=\"evenodd\" d=\"M3.86 10.8h15v2h-15v-2Z\" clip-rule=\"evenodd\"/><path fill=\"%23FFF\" fill-rule=\"evenodd\" d=\"m11.86 3.38 8.42 8.41-8.42 8.42-1.41-1.42 7-7-7-7 1.41-1.4Z\" clip-rule=\"evenodd\"/></svg>");}.has-dark-background-color .em-block-custom-card__icon--url.nitro-lazy{background-image:none !important;}