.custom-embed {
	width: 100%;
}

.custom-embed.controlled {
	max-width: var(--width-base);
	margin: 0 auto;
	padding: 0 var(--space-5);
}

.custom-embed.controlled .embed-container {
	display: flex;
}

.custom-embed .embed-container {
	width: 100%;
}

.custom-embed.full iframe {
	width: 100%;
}

.custom-embed.left .embed-container {
	justify-content: flex-start;
}

.custom-embed.center .embed-container {
	justify-content: center;
}

.custom-embed.right .embed-container {
	justify-content: flex-end;
}

/* Mailchimp */
.custom-embed .mc-field-group select {
    border: 1px solid #ABB0B2;
}

.custom-embed .mc-field-group ul {
    display: grid;
    gap: 10px;
}

.custom-embed .mc-field-group ul li input {
    margin-right: 10px;
}

.custom-embed #mc_embed_signup .mc-field-group label {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
}

.custom-embed #mc_embed_signup .mc-field-group input {
    width: unset;
    margin-right: 10px;
}

.custom-embed #mc_embed_signup .button {
    background: var(--pink);
    border-radius: 30px;
}

.custom-embed #mc_embed_signup .button:hover {
    background: var(--pink);
}