.link-box {
  background-color: #F9F6F2;
  border-radius: 17px;
  min-height: 160px;
}

.link-box-image {
  min-width: 247px;
  min-height: 100%;
  background-color: var(--primary-sand);
  border-radius: 17px 0 0 17px;
}

.link-box-image img {
  max-width: 104px;
  height: 92px;
  border-radius: 14px;
}

.link-box-content a.link-wrapper:not(.multipleLinks):after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
}

.link-wrapper { 
  text-decoration: none;
}
.link-wrapper .link-box-link-text {word-break: break-word;}
.link-box:focus-within {
    outline: 1px dashed;
}

.link-wrapper:focus-visible {
    outline: none !important;
}

.link-box-content {
  top: 0;
  left: 28px;
}
.module-link-box [data-help-item]:nth-child(n+5){
display:none;
}
@media only screen and (max-width: 767px) { 
	.link-box-image {
  	min-width: 139px;
	min-height: 146px;
	flex-shrink: 0;
  }
}