.eurovision-embed {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 1.5rem auto;
}

.eurovision-embed iframe {
    display: block;
    max-width: 100%;
    border: 0;
}

.eurovision-map iframe {
    width: 100%;
    min-height: 18rem;
}

.eurovision-facebook iframe {
    background: transparent;
}

.eurovision-embed-error {
    padding: 1rem;
    border-left: 0.25rem solid #b00020;
    background: #fff4f4;
    color: #5f0011;
}
