@charset "UTF-8";
.post-list-item > a { background-color: white; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 8px; overflow: hidden; }
.post-list-item .inner { padding: 55px 45px 90px 45px; }
.post-list-item .inner .categories { opacity: 1; font-weight: var(--font-weight-medium); }
.post-list-item .inner .categories .tag { color: var(--quaternary); padding-right: 0.5em; }
.post-list-item .inner .entry-content { color: #8D8D8D; }
.post-list-item .action { background: none; padding: unset; border: none; position: relative; text-transform: uppercase; display: inline-block; color: var(--quaternary); transition: ease-in-out color 0.3s; text-decoration: none; text-transform: uppercase; font-size: 0.875em; font-weight: bold; font-family: var(--font-one); background: none; padding: 0; border: none; padding-bottom: 5px; position: absolute; font-weight: 600; left: 45px; bottom: 50px; height: 35px; }
.post-list-item .action:before { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; height: 2px; background-image: linear-gradient(270deg, #113B72 12%, #36A0CE 89%); }
.post-list-item .action:after { content: ""; font-family: "Font Awesome 5 Free"; font-weight: 900; line-height: 1; /* Better Font Rendering =========== */ font-smoothing: antialiased; margin-left: 90px; font-size: 0.9em; color: var(--primary); }
.post-list-item .action:hover { background: none; color: var(--primary); text-decoration: none; }
.post-list-item .action:hover { border: none; }

.post-posts .post-list-item .inner .entry-content { display: none; }
.post-posts .post-list-item .inner .meta { display: none; }
