/* ==========================================================================
   Vereadores Rede 55 - Stylesheet Frontend v3.6
   ========================================================================== */

/* Main Container & Typography */
.vr55-classifieds-container,
.vr55-single-container {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #212529;
    background-color: #ffffff;
}

/* Card Photo Thumbnail Dimensions: EXACT 246px Width x 339px Height */
.vr55-thumb-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.vr55-card-img {
    width: 246px !important;
    height: 339px !important;
    max-width: 100% !important;
    object-fit: cover !important;
    border-radius: 6px;
    transition: transform 0.3s ease, filter 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.vr55-vp-card:hover .vr55-card-img {
    transform: scale(1.02);
    filter: brightness(1.03);
}

/* Single Profile Main Photo: EXACT 246px Width x 339px Height */
.vr55-single-img {
    width: 246px !important;
    height: 339px !important;
    max-width: 100% !important;
    object-fit: cover !important;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(13, 110, 253, 0.15);
}

/* Classificados Card Styling */
.vr55-vp-card {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #e2e8f0 !important;
}

.vr55-vp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(13, 110, 253, 0.15) !important;
    border-color: #0d6efd !important;
}

.vr55-card-title {
    font-size: 17px;
    line-height: 1.3;
}

.vr55-card-title a:hover {
    color: #0d6efd !important;
}

/* VER PERFIL Button Box */
.vr55-btn-ver-perfil {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    color: #ffffff !important;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
}

.vr55-btn-ver-perfil:hover {
    background-color: #1e3a8a !important;
    border-color: #1e3a8a !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(13, 110, 253, 0.3) !important;
}

/* WhatsApp CTA Button */
.vr55-btn-whatsapp {
    transition: all 0.3s ease;
}

.vr55-btn-whatsapp:hover {
    background-color: #16a34a !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4) !important;
}

/* MAIS INFORMAÇÕES Banner Bar */
.vr55-info-bar {
    border-left: 6px solid #198754;
}

/* Gallery Thumbnail Zoom */
.vr55-gallery-item-link:hover img {
    transform: scale(1.05);
}

/* Responsive Overrides */
@media (max-width: 576px) {
    .vr55-card-img,
    .vr55-single-img {
        width: 100% !important;
        height: 320px !important;
    }
}
