.mt-elementor-sample {
    width: 100%;
    aspect-ratio: 1440 / 788;
    position: relative;
    overflow: hidden;
    background: #eef3f8;
}

.mt-elementor-sample .mt-elementor-sample-image {
    width: 100%;
    height: 100%;
    max-width: none;
    display: block;
    object-fit: cover;
    object-position: center;
}

.mt-elementor-sample-placeholder {
    width: 100%;
    height: 100%;
    background:
        linear-gradient(135deg, rgba(46, 240, 214, 0.16), rgba(143, 137, 250, 0.16)),
        #eef3f8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-family: var(--vape-font-brand);
    font-size: 18px;
    font-weight: 700;
}

.mt-elementor-sample-content {
    position: absolute;
    top: 80%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: min(1240px, calc(100% - 36px));
    max-width: 1240px;
    text-align: center;
}

.mt-elementor-sample-content h2 {
    margin: 0 0 30px;
    font-family: var(--vape-font-brand);
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.14em;
    color: #ffffff;
    text-transform: uppercase;
}

.mt-elementor-sample-content p {
    max-width: 888px;
    margin: 0 auto;
    font-family: var(--vape-font-brand);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #f2f2f2;
}

@media (max-width: 768px) {
    .mt-elementor-sample {
        aspect-ratio: auto;
        height: 420px;
    }

    .mt-elementor-sample-content {
        width: calc(100% - 36px);
    }

    .mt-elementor-sample-content p {
        margin-bottom: 12px;
        font-size: 16px;
        letter-spacing: 0.1em;
    }

    .mt-elementor-sample-content h2 {
        font-size: 42px;
        line-height: 1;
    }
}