 .post-nav-wraper { display: flex; flex-direction: column; padding:20px; border: 4px solid #fff; transition: all 0.5s ease; border-radius: 8px; } .post-nav-wraper.prev:hover { border:solid 4px #00000000; border-left: solid 4px #46B2BE; box-shadow: #00000075 4px 4px 22px; } .post-nav-wraper.prev:hover .post-nav-caption { color: #46B2BE; } .post-nav-wraper.prev:hover .post-nav-title{ text-decoration: underline; } .post-nav-wraper.next:hover { border:solid 4px #00000000; border-right: solid 4px #46B2BE; box-shadow: #00000075 4px 4px 22px; } .post-nav-wraper.next:hover .post-nav-title{ text-decoration: underline; } .post-nav-wraper.next:hover .post-nav-caption { color: #46B2BE; } span.post-nav-caption { transition: all 0.5s ease; font-size: 20px; font-weight: 700; color: #B4B5B6; } span.post-nav-title { transition: all 0.5s ease; font-size: 28px; line-height: 36px; color: #2A2D2E; } .post-nav-wraper:hover { border: solid 4px #46B2BE; } @media (max-width: 413px) { .post-nav-wraper.prev { border-left: solid 4px #46B2BE; box-shadow: #00000075 4px 4px 22px; } .post-nav-wraper.next { border-right: solid 4px #46B2BE; box-shadow: #00000075 4px 4px 22px; } span.post-nav-title { transition: all 0.5s ease; font-size: 28px; line-height: 36px; color: #2A2D2E; font-weight:300; text-decoration: underline; } }  .brxe-breadcrumbs .item[aria-current="page"] { display: inline-block; max-width: 88ch; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: bottom; } @media (max-width: 767px) { .indus-slide .splide__arrow--prev svg { position: relative; left: 8px !important; top: 2px !important; } }   .bricks-search-results-wrapper, .bricks-search-results, .bricks-ajax-search-loading, span.bricks-search-loading { display: none !important; visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; }  form[role="search"], .bricks-search-form { position: relative !important; overflow: visible !important; }  .aurigo-custom-autosuggest { position: absolute !important; top: 100% !important; left: 0 !important; width: 100% !important; background: #ffffff; border: 1px solid #ddd; box-shadow: 0 5px 15px rgba(0,0,0,0.1); z-index: 99999; list-style: none !important; margin: 0 !important; padding: 0 !important; display: none; } .aurigo-custom-autosuggest li { padding: 12px 15px; border-bottom: 1px solid #eee; cursor: pointer; font-size: 14px; color: #333; background: #fff; display: flex; align-items: center; gap: 10px; } .aurigo-custom-autosuggest li:hover { background-color: #f7f7f7; }