/* Custom styles for Yapei Community Online */
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background-color: #f8f9fa;
}
.navbar-brand {
    font-weight: 600;
    letter-spacing: 1px;
}
.card-title i {
    margin-right: 8px;
}
.card-img-top {
    height: 240px;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background: #f8f9fa;
}
.btn-outline-primary {
    transition: background 0.2s, color 0.2s;
}
.btn-outline-primary:hover {
    background: #0d6efd;
    color: #fff;
}
footer a {
    transition: color 0.2s;
}
footer a:hover {
    color: #ffc107;
}
