.epl-post-listing{display:flex;flex-wrap:wrap;gap:20px}.epl-direction-column .epl-post-listing{flex-direction:column}.epl-direction-column .epl-post-item{width:100%}.epl-direction-row .epl-post-listing{flex-direction:row;gap:20px !important}.epl-direction-row .epl-post-item{flex:0 0 calc(33.3333% - ((24px * 2) / 3));min-width:250px}.epl-horizontal-layout.epl-grid-layout{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(250px, 1fr));gap:20px !important}.epl-direction-row .epl-post-listing:not(.epl-grid-layout){gap:20px !important}.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(1, 1fr)"]{grid-template-columns:1fr}.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(2, 1fr)"]{grid-template-columns:repeat(2,1fr)}.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(3, 1fr)"]{grid-template-columns:repeat(3,1fr)}.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(4, 1fr)"]{grid-template-columns:repeat(4,1fr)}.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(5, 1fr)"]{grid-template-columns:repeat(5,1fr)}.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(6, 1fr)"]{grid-template-columns:repeat(6,1fr)}.epl-horizontal-layout.epl-grid-layout .epl-post-item{flex:none;width:100%;min-width:auto}.epl-post-item{display:flex;gap:15px}.epl-featured-image{flex-shrink:0;border-radius:10px;overflow:hidden;border:1px solid #ececec;line-height:0}.epl-featured-image img{width:100%;height:100%;object-fit:cover}.epl-post-content{flex:1;display:flex;flex-direction:column;gap:10px}.epl-post-content .entry-meta{margin:0}.epl-post-content h3{margin:0;font-size:1.2em}.epl-post-content h3 a{text-decoration:none;color:inherit}.epl-date,.epl-author,.epl-category{font-size:.9em;color:#666}.epl-no-posts{text-align:center;padding:20px;background:#f9f9f9;border-radius:4px}@media (max-width:1024px){.epl-horizontal-layout.epl-grid-layout{grid-template-columns:repeat(auto-fit,minmax(200px, 1fr))}.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(4, 1fr)"],.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(5, 1fr)"],.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(6, 1fr)"]{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.epl-direction-row .epl-post-item{min-width:100%}.epl-horizontal-layout.epl-grid-layout{grid-template-columns:repeat(2,1fr)}.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(3, 1fr)"],.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(4, 1fr)"],.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(5, 1fr)"],.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(6, 1fr)"]{grid-template-columns:repeat(2,1fr)}.epl-post-item{flex-direction:column}.epl-featured-image img{width:100%;height:200px}}@media (max-width:480px){.epl-horizontal-layout.epl-grid-layout{grid-template-columns:1fr}.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(2, 1fr)"],.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(3, 1fr)"],.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(4, 1fr)"],.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(5, 1fr)"],.epl-horizontal-layout.epl-grid-layout[style*="grid-template-columns: repeat(6, 1fr)"]{grid-template-columns:1fr}}.epl-archive-title{text-align:center;margin-bottom:30px}.epl-archive-title h1,.epl-archive-title h2,.epl-archive-title h3{margin:0 0 15px;font-size:2.5em;font-weight:700;line-height:1.2}.epl-archive-description{font-size:1.1em;line-height:1.6;color:#666;margin-bottom:15px;max-width:800px;margin-left:auto;margin-right:auto}.epl-post-count{font-size:1em;color:#888;font-style:italic}@media (max-width:767px){.epl-archive-title h1,.epl-archive-title h2,.epl-archive-title h3{font-size:2em}.epl-archive-description{font-size:1em}}.epl-read-more{display:inline-block;padding:8px 16px;background-color:#007cba;color:#fff;text-decoration:none;border-radius:4px;font-size:.9em;font-weight:500;transition:all .3s ease;margin-top:10px;align-self:flex-start}.epl-read-more:hover{background-color:#005a87;color:#fff;text-decoration:none;transform:translateY(-1px)}.epl-pagination{margin-top:30px;text-align:center}.epl-pagination a,.epl-pagination span{display:inline-block;padding:8px 12px;margin:0 4px;text-decoration:none;border:1px solid #ddd;border-radius:4px;color:#333;background-color:#fff;transition:all .3s ease;min-width:40px;text-align:center}.epl-pagination a:hover{background-color:#007cba;color:#fff;border-color:#007cba;text-decoration:none}.epl-pagination span.current{background-color:#007cba;color:#fff;border-color:#007cba;font-weight:700}.epl-pagination .epl-prev,.epl-pagination .epl-next{padding:8px 16px;min-width:auto}.epl-pagination .epl-load-more{display:inline-block;padding:12px 24px;background-color:#007cba;color:#fff;text-decoration:none;border-radius:4px;font-size:1em;font-weight:500;transition:all .3s ease;border:none;cursor:pointer;min-width:auto}.epl-pagination .epl-load-more:hover{background-color:#005a87;color:#fff;text-decoration:none;transform:translateY(-1px)}.epl-post-item-vertical .epl-featured-image{height:150px;width:180px}.epl-post-item-vertical .epl-featured-image img{height:100%;width:100%;object-fit:cover}.epl-post-item-vertical .epl-post-content{background:#fff;border-radius:0 0 10px 10px}.epl-post-item-vertical{background:#fff;border-radius:10px;overflow:hidden}.epl-post-item-vertical:hover{transform:translateY(-2px)}.epl-horizontal-layout.epl-grid-layout .epl-post-item-vertical{height:100%;display:flex;flex-direction:column}.epl-horizontal-layout.epl-grid-layout .epl-post-item-vertical .epl-post-content{flex:1;display:flex;flex-direction:column}.epl-horizontal-layout.epl-grid-layout .epl-post-item-vertical .epl-post-content h3{flex-grow:1}.epl-post-listing[style*="gap: 0px"],.epl-post-listing[style*="gap: 0em"],.epl-post-listing[style*="gap: 0%"],.epl-horizontal-layout.epl-grid-layout[style*="gap: 0px"],.epl-horizontal-layout.epl-grid-layout[style*="gap: 0em"],.epl-horizontal-layout.epl-grid-layout[style*="gap: 0%"]{gap:0 !important}.epl-post-listing[style*="gap: 5px"],.epl-post-listing[style*="gap: 0.5em"],.epl-horizontal-layout.epl-grid-layout[style*="gap: 5px"],.epl-horizontal-layout.epl-grid-layout[style*="gap: 0.5em"]{gap:5px !important}.epl-post-listing[style*="gap: 10px"],.epl-post-listing[style*="gap: 1em"],.epl-horizontal-layout.epl-grid-layout[style*="gap: 10px"],.epl-horizontal-layout.epl-grid-layout[style*="gap: 1em"]{gap:10px !important}.epl-post-listing[style*="gap: 15px"],.epl-post-listing[style*="gap: 1.5em"],.epl-horizontal-layout.epl-grid-layout[style*="gap: 15px"],.epl-horizontal-layout.epl-grid-layout[style*="gap: 1.5em"]{gap:15px !important}.epl-post-listing[style*="gap: 20px"],.epl-post-listing[style*="gap: 2em"],.epl-horizontal-layout.epl-grid-layout[style*="gap: 20px"],.epl-horizontal-layout.epl-grid-layout[style*="gap: 2em"]{gap:20px !important}.epl-post-listing[style*="gap: 30px"],.epl-post-listing[style*="gap: 3em"],.epl-horizontal-layout.epl-grid-layout[style*="gap: 30px"],.epl-horizontal-layout.epl-grid-layout[style*="gap: 3em"]{gap:30px !important}@media (max-width:767px){.epl-pagination a,.epl-pagination span{padding:6px 10px;margin:0 2px;font-size:.9em}.epl-pagination .epl-prev,.epl-pagination .epl-next{padding:6px 12px}.epl-pagination .epl-load-more{padding:10px 20px;font-size:.9em}}