.external-data-trial-image-wrapper {
    position: relative;
    width: 100%;

    picture,
    img {
        display: block;
        width: 100%;
        height: auto;
    }

    button[type="submit"] {
        width: auto;
    }
}

.external-data-trial-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    padding: 2rem;
}

.external-data-trial-cgv {
    font-size: 0.875rem;
}