.point-of-interest-card{padding:var(--spacing-md);width:100%;display:flex;flex-wrap:wrap;gap:var(--component-tabs-gap-sm);background-color:var(--colors-backgrounds-primary);border-radius:var(--border-radius-lg)}.point-of-interest-card__title,.point-of-interest-card__description{margin:0!important}.point-of-interest-card h3,.point-of-interest-card p{margin:0;font-size:var(--typography-font-size-sm);line-height:var(--typography-line-height-md);font-weight:var(--typography-font-weight-semibold)}.point-of-interest-card p{font-weight:var(--typography-font-weight-regular)}.point-of-interest-card__close{position:absolute;background:url(/ui/icons/Global/map-close.svg) center no-repeat;width:var(--spacing-xl);height:var(--spacing-xl);background-color:var(--colors-backgrounds-primary);border-radius:50%;right:-16px;top:-16px;box-shadow:0 1px 3px #00000003,0 1px 2px #0000000a;transition:box-shadow .2s ease,border-color .2s ease}.point-of-interest-card__close:after{box-shadow:0 1px 3px #0000001c,0 1px 2px #0003;z-index:-1;content:"";display:block;width:100%;height:100%;top:0;position:absolute;border-radius:50%}.point-of-interest-card__close:focus-visible{box-shadow:var(--colors-borders-quaternary) 0 0 0 2px,var(--colors-backgrounds-primary) 0 0 0 4px,var(--colors-borders-tertiary) 0 0 0 8px}.point-of-interest-card__close:hover{box-shadow:var(--shadow-sm)}
