.efc-wrapper {
    max-width: 540px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    font-family: sans-serif;
}
.efc-wrapper label, .efc-wrapper input, .efc-wrapper select, .efc-wrapper button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.efc-wrapper h2 { font-size: 1.5rem; margin-bottom: 1rem; }
.efc-wrapper button {
    background: #0074D9;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
}
.efc-wrapper button:hover { background: #005fa3; }
.efc-disclaimer {
    font-size: 0.8rem;
    color: #555;
    margin-top: 10px;
}
#efc-preview {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.efc-checkboxes {
	display: flex;
	gap: 10px;
	flex-direction: row;
	margin-bottom: 10px;
	text-align: center;
}
.efc-checkboxes label {
    display: block;
    margin-bottom: 5px;
}