.job-showcase-card {
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.job-showcase-card.hover-y:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
}

.job-showcase-cover {
    display: block;
    height: 170px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.job-showcase-cover img,
.job-showcase-cover .ad-no-image {
    height: 100%;
    width: 100%;
}

.job-showcase-cover img {
    object-fit: cover;
}

.job-showcase-cover .ad-no-image {
    align-items: center;
    background: linear-gradient(135deg, #eef2f7, #d7dee9);
    color: #64748b;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 700;
    gap: 6px;
    justify-content: center;
}

.job-showcase-cover .ad-no-image i {
    font-size: 26px;
}

.job-showcase-badge {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    border-radius: 999px;
    color: #111827;
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    left: 10px;
    line-height: 1;
    max-width: calc(100% - 24px);
    overflow: hidden;
    padding: 8px 12px;
    position: absolute;
    text-overflow: ellipsis;
    top: 10px;
    white-space: nowrap;
    z-index: 2;
}

.job-showcase-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 14px 16px 16px;
}

.job-showcase-meta-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.job-showcase-category {
    color: #111827;
    font-size: 13px;
    font-weight: 700;
}

.job-showcase-views {
    align-items: center;
    color: #6b7280;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 5px;
    line-height: 1;
}

.job-showcase-views i {
    font-size: 13px;
}

.job-showcase-title {
    font-size: 17px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0 0 8px;
}

.job-showcase-title a {
    color: #111827;
    text-decoration: none;
}

.job-showcase-title a:hover {
    color: #374151;
}

.job-showcase-location {
    align-items: center;
    color: #94a3b8;
    display: flex;
    font-size: 13px;
    gap: 6px;
    margin: 0 0 10px;
}

.job-showcase-location span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.job-showcase-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.job-showcase-sqft {
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
}

.job-showcase-price {
    color: #111827;
    font-size: 15px;
    font-weight: 900;
}

@media (max-width: 575px) {
    .job-showcase-cover {
        height: 140px;
    }

    .job-showcase-title {
        font-size: 15px;
    }

    .job-showcase-body {
        padding: 12px;
    }
}
