.sbc-post-item {
    padding: 10px;
    box-sizing: border-box;
}

.sbc-post-card {
    transition: 0.3s ease;
    height: 100%;
}

.sbc-post-card:hover {
    transform: translateY(-4px);
}

.sbc-post-thumb img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.sbc-post-content {
    padding-top: 15px;
}

.sbc-post-date {
    font-size: 13px;
    color: #777;
    margin-bottom: 8px;
}

.sbc-post-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.sbc-post-title a {
    text-decoration: none;
    color: #222;
}

.sbc-post-title a:hover {
    color: #0073aa;
}

.sbc-post-excerpt {
    margin-bottom: 15px;
}

.sbc-post-btn {
    display: inline-block;
    padding: 10px 18px;
    text-decoration: none;
    background: #0073aa;
    color: #fff;
    border-radius: 4px;
    transition: 0.3s ease;
}

.sbc-post-btn:hover {
    background: #005f8d;
    color: #fff;
}