.tableau-optin {
    display: grid;
    place-items: center;
    padding: 24px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    line-height: 0;
}

.tableau-optin__box {
    max-width: 620px;
    background: #e6e6e6;
    border-radius: 0;
    padding: 24px;
    color: #333;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
	border: 1px solid #ccc;
}

.tableau-optin__box h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.25;
}

.tableau-optin__box p {
    margin: 0 0 22px;
    line-height: 1.5;
    font-size: 16px;
}

.tableau-optin__remember {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 25px;
    font-size: 16px;
    align-content: center;
    cursor: pointer;
    width: fit-content;
	line-height: 1.2;
}

.tableau-optin__remember input {
    margin: 0 !important;
    cursor: pointer;
}

.tableau-optin__actions {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.tableau-optin__link {
    color: #232d55;
	font-size: 16px;
    text-decoration: underline;
}

.tableau-optin iframe,
.tableau-optin img {
    width: 100%;
    border: 0;
}

.tableau-optin img {
    display: block;
    height: auto;
    object-fit: contain;
}

.tableau-optin--loaded {
    display: block;
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

.tableau-optin-editor {
    padding: 20px;
    border: 1px dashed #9ca3af;
    background: #f9fafb;
}

.tableau-optin-editor__preview strong {
    display: block;
    margin-bottom: 8px;
}

.tableau-optin-editor__preview p {
    margin: 0;
    overflow-wrap: anywhere;
}
