/*
Theme Name: UtmeTips Pro Theme v3
Author: ChatGPT
Version: 3.0
Description: Professional header, improved posts, educative homepage
*/
body{font-family:Arial;margin:0;padding-bottom:70px;background:#f5f7fb}
.container{max-width:900px;margin:auto;padding:15px}
.card{background:#fff;padding:15px;margin-bottom:15px;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.08);transition:.3s}
.card:hover{transform:translateY(-3px)}
h2{color:#0a2a66}
a{text-decoration:none}

.top-header{background:#0a2a66;color:#fff;padding:12px 15px;display:flex;justify-content:space-between;align-items:center}
.top-header h1{font-size:18px;margin:0}
.top-header a{color:#fff;margin-left:10px}
.search-bar{padding:10px;background:#fff}
.search-bar input{width:100%;padding:10px}

.bottom-nav{position:fixed;bottom:0;width:100%;background:#0a2a66;display:flex;justify-content:space-around;padding:12px 0}
.bottom-nav a{color:#fff;font-size:18px}
