/* RCAD PRO — Footer v2 — Newspaper style */
.rcad-footer{background:var(--rcad-footer-bg,#1a1a2e);color:#ccc;padding:0}

/* 3-Column section */
.rcad-footer-columns{padding:40px 0 32px;border-bottom:1px solid rgba(255,255,255,.06)}
.rcad-footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:36px}
.rcad-footer-col-title{font-size:14px;font-weight:700;color:#4fc3f7;text-transform:uppercase;letter-spacing:.04em;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid rgba(255,255,255,.08)}

/* Post items in footer */
.rcad-footer-post{display:flex;gap:14px;margin-bottom:18px;align-items:flex-start}
.rcad-footer-thumb{flex-shrink:0;width:80px;height:56px;border-radius:4px;overflow:hidden}
.rcad-footer-thumb img{width:100%;height:100%;object-fit:cover}
.rcad-footer-post-info{flex:1;min-width:0}
.rcad-footer-post-title{display:block;font-size:13px;font-weight:600;color:#ddd;text-decoration:none;line-height:1.4;transition:color .15s;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}
.rcad-footer-post-title:hover{color:#4fc3f7}
.rcad-footer-post-date{font-size:11px;color:#888;margin-top:4px;display:block}

/* Category items */
.rcad-footer-cat{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.05)}
.rcad-footer-cat:last-child{border-bottom:none}
.rcad-footer-cat a{color:#ccc;text-decoration:none;font-size:14px;transition:color .15s}
.rcad-footer-cat a:hover{color:#4fc3f7}
.rcad-footer-cat-count{background:rgba(255,255,255,.08);color:#aaa;font-size:12px;font-weight:600;padding:2px 10px;border-radius:12px}

/* Bottom bar */
.rcad-footer-bottom{padding:16px 0;background:rgba(0,0,0,.2)}
.rcad-footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.rcad-copyright{font-size:13px;color:#777}
.rcad-footer-nav .rcad-footer-menu{list-style:none;margin:0;padding:0;display:flex;gap:20px;flex-wrap:wrap}
.rcad-footer-menu li a{color:#999;text-decoration:none;font-size:13px;transition:color .15s}
.rcad-footer-menu li a:hover{color:#fff}

@media(max-width:768px){
.rcad-footer-grid{grid-template-columns:1fr}
.rcad-footer-bottom-inner{flex-direction:column;text-align:center}
.rcad-footer-nav .rcad-footer-menu{justify-content:center}
}
