/** Shopify CDN: Minification failed

Line 114:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:alpha_blog-collections (INDEX:4) */
.alpha-related-articles {
padding-top: var(--alpha-rel-pt, 60px);
padding-bottom: var(--alpha-rel-pb, 60px);
}

.alpha-related-articles__heading {
margin: 0 0 32px 0;
font-size: 28px;
line-height: 1.2;
}

.alpha-related-articles__grid {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}

.alpha-related-articles__item {
margin: 0;
padding: 0;
}

.alpha-related-articles__card {
display: flex;
flex-direction: column;
text-decoration: none;
color: inherit;
height: 100%;
background: #f6f6f6;
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.alpha-related-articles__media {
aspect-ratio: 4 / 3;
overflow: hidden;
background: rgba(0, 0, 0, 0.04);
}

.alpha-related-articles__media img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}

.alpha-related-articles__body {
padding: 24px;
display: flex;
flex-direction: column;
flex: 1;
}

.alpha-related-articles__tag {
display: inline-block;
font-size: 12px;
letter-spacing: 0.08em;
text-transform: uppercase;
opacity: 0.7;
margin-bottom: 8px;
}

.alpha-related-articles__title {
margin: 0 0 10px 0;
font-size: 18px;
line-height: 1.3;
font-weight: 600;
}

.alpha-related-articles__card:hover .alpha-related-articles__title {
text-decoration: underline;
text-underline-offset: 3px;
}

.alpha-related-articles__excerpt {
margin: 0;
font-size: 14px;
line-height: 1.5;
opacity: 0.75;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media screen and (max-width: 749px) {
.alpha-related-articles__grid {
grid-template-columns: 1fr;
gap: 16px;
}

.alpha-related-articles__body {
padding: 18px;
}

.alpha-related-articles__heading {
font-size: 22px;
margin-bottom: 20px;
}
}
}
/* END_SECTION:alpha_blog-collections */