
.thumb-wrap {
    text-align: center;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #f9f9f9;
    margin: 10px;
    transition: all 0.3s ease;
}

.thumb-wrap:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.thumb-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.static-title {
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-top: 8px;
}
