.vtsg-grid-empreendimentos-card,
.vtsg-grid-empreendimentos-card-wrapper,
.vtsg-grid-empreendimentos-card-content,
.vtsg-grid-empreendimentos-card-details,
.vtsg-grid-empreendimentos-card-infos {
    position: relative;
    display: flex;
}

.elementor-widget-valeuthi_sigavi_grid_empreendimentos .vtsg-grid-empreendimentos-card {
    cursor: pointer;
}

.vtsg-grid-empreendimentos-card {
    --vtsg-grid-border-radius: 8px;
    border: 1px solid #ccc;
    border-radius: var(--vtsg-grid-border-radius);
    overflow: hidden;
}

.vtsg-grid-empreendimentos-card {
    --vtsg-grid-columns: 3;
    justify-content: space-between;
    flex: 0 0 calc((100% - (calc(var(--vtsg-grid-columns) - 1)) * var(--vtsg-grid-gap)) / var(--vtsg-grid-columns));
}

.vtsg-grid-empreendimentos-card,
.vtsg-grid-empreendimentos-card-wrapper,
.vtsg-grid-empreendimentos-card-content {
    flex-direction: column;
}

.vtsg-grid-empreendimentos-card-content {
    --vtsg-grid-gap: 0px;
    --vtsg-grid-padding: 8px 12px 8px 12px;
    gap: var(--vtsg-grid-gap);
    padding: var(--vtsg-grid-padding);
}

.vtsg-grid-empreendimentos-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.vtsg-grid-empreendimentos-card-image img {
    object-fit: cover;
    object-position: center center;
    z-index: 1;
}

.vtsg-grid-empreendimentos-card-ref {
    font-weight: 500;
    color: var(--e-global-color-secondary);
}

.vtsg-grid-empreendimentos-card-title,
.vtsg-grid-empreendimentos-card-step,
.vtsg-grid-empreendimentos-card-infos p,
.vtsg-grid-empreendimentos-card-details p,
.vtsg-grid-empreendimentos-card-launch p,
.vtsg-grid-empreendimentos-card-address p,
.vtsg-grid-empreendimentos-card-developer p,
.vtsg-grid-empreendimentos-card-featured p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.vtsg-grid-empreendimentos-card-launch {
    --vtsg-grid-gap: 12px;
    --vtsg-grid-padding: 8px 12px 8px 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--vtsg-grid-gap);
    background: rgba(255, 255, 255, .4);
    padding: var(--vtsg-grid-padding);
    border-top: 1px solid rgba(255, 255, 255, .4);
    backdrop-filter: blur(2px);
    z-index: 2;
}

.vtsg-grid-empreendimentos-card-launch p {
    position: relative;
    font-size: .8rem;
    font-weight: 700;
    color: var(--e-global-color-primary);
    background: #f5f5f5;
    padding: 4px 12px;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 4px;
}

.vtsg-grid-empreendimentos-card-title {
    font-size: 1rem !important;
    color: var(--e-global-color-primary);
}

.vtsg-grid-empreendimentos-card-step {
    width: fit-content;
    font-size: .9rem !important;
    font-weight: 700;
    color: var(--e-global-color-primary);
}

.vtsg-grid-empreendimentos-card-infos,
.vtsg-grid-empreendimentos-card-details {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    margin-bottom: 8px;
}

.vtsg-grid-empreendimentos-card-infos {
    align-items: center;
    gap: calc(20px + 1rem);
}

.vtsg-grid-empreendimentos-card-infos li {
    position: relative;
    display: flex;
    align-items: center;
}

.vtsg-grid-empreendimentos-card-infos p {
    font-size: .8rem;
    font-weight: 700;
}

.vtsg-grid-empreendimentos-card-details {
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.vtsg-grid-empreendimentos-card-details li {
    display: flex;
    align-items: center;
}

.vtsg-grid-empreendimentos-card-details p {
    text-wrap: nowrap;
    font-size: .8rem;
    font-weight: 700;
}

.vtsg-grid-empreendimentos-card-developer {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    width: fit-content;
}

.vtsg-grid-empreendimentos-card-developer p {
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    background: var(--e-global-color-primary);
    padding: 2px 12px;
    border-radius: 4px;
}

.vtsg-grid-empreendimentos-card-address {
    --vtsg-grid-gap: 0px;
    --vtsg-grid-padding: 8px 12px 8px 12px;
    display: flex;
    align-items: center;
    gap: var(--vtsg-grid-gap);
    padding: var(--vtsg-grid-padding);
    background: #f5f5f5;
    border-top: 1px solid #ccc;
}

.vtsg-grid-empreendimentos-card-address p {
    font-size: .9rem;
    font-weight: 500;
}