.postRelated{display:flex;justify-content:center;padding-block:2.5rem;padding-inline:var(--lateral-width);position:relative;z-index:1}.postRelated__container{display:grid;gap:var(--spacing-lg);margin-inline:auto;width:min(100%,var(--container-width))}.postRelated__content{display:grid;gap:var(--spacing-md)}.postRelated__title{color:var(--text-color);font-size:var(--h3-font-size);font-weight:700;line-height:1.2;margin:0}.postRelated__text{font-size:var(--body-font-size);margin:0}.postRelated__carousel{min-width:0;position:relative}.postRelated__carousel:hover .postRelated__nav{inset-inline:-2rem;opacity:1;visibility:visible}@media (width <= 767px){.postRelated__carousel:hover .postRelated__nav{inset-inline:-1rem}}@media (width <= 575px){.postRelated__carousel:hover .postRelated__nav{inset-inline:0}}.postRelated__nav{align-items:center;display:flex;gap:var(--spacing-sm);height:0;justify-content:space-between;position:absolute;top:50%;inset-inline:3rem;opacity:0;transition:.5s var(--ease-in-out-back);visibility:hidden;z-index:2}@media (width <= 575px){.postRelated__nav{height:auto;justify-content:center;margin-top:1.5rem;position:relative;top:0;inset-inline:0;opacity:1;visibility:visible}}.postRelated__list{margin:-1rem;mask-image:linear-gradient(90deg,transparent 0,#000 .5rem,#000 calc(100% - .5rem),transparent);overflow:hidden;padding:1rem;position:relative;width:calc(100% + 2rem);z-index:1}@media (width <= 767px){.postRelated__list{margin-inline:calc(var(--lateral-width)*-1);mask-image:none;padding-inline:var(--lateral-width);width:calc(100% + var(--lateral-width)*2)}}.postRelated__post{align-self:stretch;background:var(--bg-color);background:var(--primary-tint-900);background-position:0 100%;background-size:100% 300%;border-radius:var(--radius-md);box-shadow:var(--elevate-1);display:flex;flex-direction:column;height:auto;overflow:hidden;transition:.25s;width:100%}.postRelated__post:hover{background-size:100% 100%}.postRelated__post:hover .news-carousel__post-image img{scale:1.1}.postRelated__post-image{aspect-ratio:1.81/1;height:auto;margin:0;overflow:hidden;position:relative;width:100%}.postRelated__post-image img{height:100%!important;inset:0;object-fit:cover;position:absolute;transition:.25s;width:100%}.postRelated__post-content{display:flex;flex:1;flex-direction:column;gap:.75rem;justify-content:start;padding:1.5rem 1.125rem}.postRelated__post-tags{align-items:start;display:flex;gap:.5rem}.postRelated__post-tags-list{align-items:center;display:flex;flex:1;flex-wrap:wrap;gap:.5rem}.postRelated__post-tags-list>a{color:var(--primary-color);font-size:var(--body-small-font-size);font-weight:700;line-height:1.4}.postRelated__post-tags-list>a:hover{color:hsl(from var(--primary-color) h s calc(l + 15));font-weight:700}.postRelated__post-tags .dropdown__button{align-items:center;background:unset;border:unset;border-radius:var(--radius-xs,.25rem);color:var(--primary-color);display:flex;font-size:var(--body-small-font-size);font-weight:700;justify-content:center;line-height:1.4;outline:unset;text-align:center;transition:.25s}.postRelated__post-tags .dropdown__button:hover{background:hsl(from var(--primary-color) h s l/.2)}.postRelated__post-tags .dropdown__menu{background:#fff;border-radius:var(--radius-sm,.5rem);box-shadow:var(--elevate-1);margin:0;margin-block:100%;overflow:hidden;padding:0;position:absolute;right:0;transition:all .3s;width:160px;interpolate-size:allow-keywords;height:0;z-index:2}.postRelated__post-tags .dropdown__menu.show{height:auto}.postRelated__post-tags .dropdown__menu-wrapper{max-height:160px;overflow:auto}.postRelated__post-tags .dropdown__menu ul{display:grid;margin:0;padding:0}.postRelated__post-tags .dropdown__menu ul>li{border-bottom:1px solid var(--primary-tint-800-color);display:flex;width:100%}.postRelated__post-tags .dropdown__menu ul>li:last-child{border-bottom:none}.postRelated__post-tags .dropdown__menu ul>li>a{color:var(--text-color,#000);cursor:pointer;display:flex;font-size:.875rem;font-weight:700;padding:.625em 1em;width:100%}.postRelated__post-tags .dropdown__menu ul>li>a:hover{background:hsl(from var(--primary-color) h s l/.1);color:var(--primary-color,gray)}.postRelated__post-title{color:var(--text-color);display:-webkit-box;font-size:var(--h6-font-size);font-weight:700;-webkit-line-clamp:3;line-height:1.3;margin:0;-webkit-box-orient:vertical;overflow:hidden}.postRelated__post-title>a,.postRelated__post-title>a:hover{color:inherit;font-size:inherit;font-weight:inherit}.postRelated__post-footer{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;justify-content:start;margin-top:auto;padding-top:var(--spacing-lg)}.postRelated__post-date{align-items:center;display:flex;flex:100%;font-size:.75rem;gap:.5rem}.postRelated__post-date-text{font-size:inherit;font-weight:700;line-height:1.25;text-transform:capitalize}.postRelated__post-date iconify-icon{font-size:1.5em}.postRelated__post-author{align-items:center;display:flex;flex:100%;gap:1rem}.postRelated__post-author-avatar{border-radius:50%;height:2.5rem;object-fit:cover;width:2.5rem}.postRelated__post-author-name{font-size:.875rem;line-height:1.25}.postRelated__post-author-name a{color:var(--text-color,#000)!important;font-weight:300!important}.postRelated__post-author-name span{font-weight:600}.postRelated__post-author-name:has(span) a:after{content:","}.postRelated__post-button{flex:100%}.postRelated__pagination{display:grid;line-height:0;place-content:center;position:relative;width:100%;z-index:2}@media (width <= 575px){.postRelated__pagination{display:none}}.postRelated__pagination-dots{align-items:center;display:flex;gap:.5rem;justify-content:center}.postRelated__pagination-dots .swiper-pagination-bullet{background:var(--primary-color,#000);border:none;border-radius:.25rem;cursor:pointer;display:block;flex:0 0 0.5rem;height:.5rem;margin:0!important;opacity:.25;outline:none;padding:0;transition:.3s;width:.5rem}.postRelated__pagination-dots .swiper-pagination-bullet-active{background:var(--primary-color,#000);flex:0 0 1.5rem;opacity:1;width:1.5rem}
156:3	⚠  Lexical error on line 1: Unrecognized text.

  Erroneous area:
1: l + 15
^..^ [postcss-calc]