.post-item{background-color:var(--bg-primary);border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,.05);cursor:pointer;display:block;overflow:hidden;transition:all .3s ease}.post-item:hover{transform:translateY(-5px)}.post-item .image__item{height:auto;object-fit:cover;transition:all .5s ease;width:100%}.post-item:hover .image__item{transform:scale(1.1)}.post-item .content{padding:20px}.post-item .tag{background-color:var(--bg-secondary);border-radius:20px;color:var(--text-tertiary);display:inline-block;font-size:.8em;margin-bottom:10px;padding:5px 10px}.post-item .tag+.tag{margin-left:.5rem}.post-item .title{color:var(--text-primary);font-size:1.5em;font-weight:700;margin-bottom:10px}.post-item .description{color:var(--text-primary);font-size:1em}.blog-page{background:var(--main-secondary-default)}.blog-page-title{margin:2.5rem 0;text-align:center}.grid-container{display:grid;grid-gap:20px}.load-more-row{margin:2.5rem 0}.load-more-total{margin-top:1rem}.btn-load{background:var(--bg-primary);padding:1.5rem 5rem}@media (min-width:768px){.grid-container{grid-auto-rows:minmax(400px,auto);grid-template-columns:repeat(3,1fr)}.grid-item:first-child,.grid-item:nth-child(4),.grid-item:nth-child(6){grid-column:span 2}}.blog-post{background:var(--main-secondary-default)}.post-breadcrumbs{margin:1rem 0}.post-container{background-color:var(--bg-primary);border-radius:15px;margin-bottom:30px;overflow:hidden}.post-image{height:400px;width:100%}.post-image .image__item{height:100%;object-fit:cover;width:100%}.post-content{padding:30px}.post-title{font-size:2.5em;font-weight:700;margin-bottom:15px}.post-meta{margin-bottom:20px}.post-tag{background-color:var(--bg-tertiary);border-radius:20px;display:inline-block;font-size:.8em;margin-right:10px;padding:5px 10px}.post-date,.post-tag{color:var(--text-tertiary)}.post-date{font-size:.9em}.post-description{color:var(--text-tertiary);font-size:1.2em;margin-bottom:30px}.post-text{font-size:1.1em;line-height:1.6;margin-bottom:30px;max-width:640px}.recommendation-title{font-size:1.8em;font-weight:700}.recommendations{display:flex;flex-direction:column;gap:1.25rem}.back-button{color:var(--text-tertiary);display:inline-block;font-size:.9em;padding:10px 0;text-decoration:none;transition:color .3s ease}.back-button:hover{color:var(--text-primary)}.back-button svg{height:16px;margin-right:5px;vertical-align:middle;width:16px}.back-button-top{margin-bottom:20px}.back-button-bottom{margin-top:30px}.post-info{color:var(--text-tertiary);font-size:.9em;margin-bottom:20px}.post-author,.post-info{align-items:center;display:flex}.post-author{margin-right:20px}.post-author svg{margin-right:10px}.post-author a{color:var(--text-primary);font-weight:700;text-decoration:none}.post-author a:hover{text-decoration:underline}.post-text img{max-width:100%}