/***************************************************************************************************************
    Dear Dev Pros,

    Only add non-renderable SASS in this file (no CSS selectors), otherwise any CSS will be rendered
    into any file that includes this one (spoiler alert: most files include this file)
****************************************************************************************************************/
.feature-link-wrapper { width: 100%; border: 2px solid #7fd3ff; border-radius: 30px; }

.feature-link-wrapper .feature-link { position: relative; width: 100%; padding: 15px; }

.feature-link-wrapper .feature-link::after { display: block; padding-top: 100%; content: ''; }

.feature-link-wrapper .feature-link:hover { text-decoration: none; }

.feature-link-wrapper .icon { width: 120px; max-width: 100%; height: auto; }

.feature-link-wrapper .feature-title { font-family: 'Varela Round', sans-serif; font-weight: 700; color: #00a7ff; }

.feature-link-wrapper:hover { background-color: #bfe9ff; text-decoration: none; }
/*# sourceMappingURL=elementfeaturelinks.css.map */