.recent-posts .post-box{background-color:var(--surface-color);flex-direction:column;height:100%;display:flex}.recent-posts .post-img{border-radius:6px;margin-bottom:20px;overflow:hidden}.recent-posts .post-excerpt mb-5{color:color-mix(in srgb, var(--default-color), transparent 20%);flex-grow:1;margin-bottom:15px}.recent-posts .post-actions{margin-top:auto}.recent-posts .read-more-btn,.recent-posts .view-images-btn{border:1px solid var(--accent-color);color:var(--accent-color);cursor:pointer;background:0 0;border-radius:50px;justify-content:center;align-items:center;padding:8px 16px;font-size:14px;font-weight:500;transition:all .3s;display:inline-flex}.recent-posts .read-more-btn{background:var(--accent-color);color:var(--contrast-color)}.recent-posts .read-more-btn:hover{background:color-mix(in srgb, var(--accent-color), black 15%);border-color:color-mix(in srgb, var(--accent-color), black 15%)}.recent-posts .view-images-btn:hover{background:var(--accent-color);color:var(--contrast-color)}.recent-posts .modal-overlay{z-index:9999;background:#000000a6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.recent-posts .modal-content{background:var(--surface-color);color:var(--default-color);border-radius:10px;width:100%;max-width:640px;max-height:85vh;padding:30px;position:relative;overflow-y:auto}.recent-posts .modal-close{color:var(--default-color);cursor:pointer;background:0 0;border:none;font-size:28px;line-height:1;position:absolute;top:12px;right:16px}.recent-posts .modal-img{border-radius:8px;margin-bottom:20px;overflow:hidden}.recent-posts .modal-content h3{color:var(--heading-color);margin-bottom:5px}.recent-posts .modal-author{color:color-mix(in srgb, var(--default-color), transparent 25%);margin-bottom:15px;font-style:italic}.recent-posts .modal-gallery{max-width:760px}.recent-posts .modal-gallery-note{color:color-mix(in srgb, var(--default-color), transparent 30%);margin-bottom:20px;font-size:14px;font-style:italic}.recent-posts .modal-gallery-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.recent-posts .modal-gallery-item{border-radius:6px;overflow:hidden}.recent-posts .modal-gallery-item img{object-fit:cover;width:100%;height:200px}.post-box{pointer-events:auto;padding:13px!important;box-shadow:-7px 7px 13px #00000073!important}.post-img{justify-content:center;align-items:center;height:140px;margin-bottom:15px;padding:14px;display:flex}.post-img img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}@media (width<=576px){.recent-posts .modal-gallery-grid{grid-template-columns:repeat(2,1fr)}}
