.tgesve-wrap {
    --tgesve-max: 760px;
    width: 100%;
    max-width: var(--tgesve-max);
    margin: 1.35em auto;
    overflow: hidden;
}

.tgesve-wrap iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
}

.tgesve-landscape {
    aspect-ratio: 16 / 9;
}

.tgesve-landscape iframe {
    width: 100%;
    height: 100%;
}

.tgesve-vertical {
    aspect-ratio: 9 / 16;
}

.tgesve-vertical iframe {
    width: 100%;
    height: 100%;
}

.tgesve-social-card {
    overflow: visible;
}

.tgesve-social-card blockquote {
    margin-left: auto !important;
    margin-right: auto !important;
}

.tgesve-fallback {
    overflow-wrap: anywhere;
}

@media (max-width: 600px) {
    .tgesve-wrap {
        margin: 1em auto;
    }
}
