section#template-single-page-related-post{background-color:var(--cube-off-blue);border-top:1px solid rgba(15,15,77,.1);padding:60px 0 80px}section#template-single-page-related-post h2.rp-title{color:var(--main-blue);font-family:var(--main-font);font-size:20px;font-weight:800;letter-spacing:-.5px;line-height:1.15;margin:0 0 32px}section#template-single-page-related-post .related-posts{display:grid;gap:30px;grid-template-columns:1fr}section#template-single-page-related-post .blog-post{min-width:0}section#template-single-page-related-post .blog-post a.card-container{background-color:#fff;border-radius:14px;display:flex;flex-flow:column;min-height:460px;overflow:hidden;padding:0;position:relative;text-decoration:none;transition:box-shadow .25s ease,transform .25s ease;width:100%}section#template-single-page-related-post .blog-post a.card-container:hover{box-shadow:0 10px 28px rgba(15,15,76,.12);transform:translateY(-3px)}section#template-single-page-related-post .blog-post a.card-container .card-img{width:100%}section#template-single-page-related-post .blog-post a.card-container .card-img img{border-radius:0;display:block;height:200px;margin:0;object-fit:cover;width:100%}section#template-single-page-related-post .blog-post a.card-container .data{display:flex;flex:1;flex-flow:column;gap:12px;padding:24px 24px 76px;position:relative}section#template-single-page-related-post .blog-post a.card-container h5.card-title{color:var(--main-blue);display:-webkit-box;font-family:var(--main-font);font-size:22px;font-weight:700;letter-spacing:-.3px;-webkit-line-clamp:2;line-clamp:2;line-height:1.25;margin:0;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}section#template-single-page-related-post .blog-post a.card-container p.card-description{color:var(--cube-dark-muted);display:-webkit-box;font-family:var(--secondary-font);font-size:15px;font-weight:400;-webkit-line-clamp:3;line-clamp:3;line-height:1.5;margin:0;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}section#template-single-page-related-post .blog-post a.card-container span.card-arrow{align-items:center;background:var(--cube-light-green);border-radius:50%;bottom:22px;color:#fff;display:flex;height:35px;justify-content:center;position:absolute;right:22px;transition:background .2s ease,transform .2s ease;width:35px}section#template-single-page-related-post .blog-post a.card-container:hover span.card-arrow{background:var(--cube-green);transform:translateX(4px)}@media (min-width:768px){section#template-single-page-related-post .related-posts{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){section#template-single-page-related-post .related-posts{grid-template-columns:repeat(3,1fr)}section#template-single-page-related-post h2.rp-title{font-size:38px}}