.cinegen-card-82e91049 {
    background-color: #0c151a;
    border: 1px solid #1a2b34;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
}

.cinegen-image-82e91049 {
    width: 100%;
}

.cinegen-image-82e91049 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.cinegen-content-82e91049 {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cinegen-kicker-82e91049 {
    color: #00d282;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.cinegen-title-82e91049 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.cinegen-subtitle-82e91049 {
    color: #7b8e98;
    font-size: 14px;
    margin: 0 0 8px 0;
}

.cinegen-desc-82e91049 {
    color: #8ba3a6;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.cinegen-specs-82e91049 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.cinegen-spec-box-82e91049 {
    background-color: #070e12;
    border: 1px solid #1a2b34;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cinegen-spec-label-82e91049 {
    color: #7b8e98;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.cinegen-spec-val-82e91049 {
    color: #ffffff; /* Overridden by inline style from elementor if set */
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 480px) {
    .cinegen-specs-82e91049 {
        grid-template-columns: 1fr;
    }
}