.wcmis-addons {
	margin: 20px 0;
	max-width: 600px;
}

/* Variation 1: Embroidered cape */

.wcmis-v1 {
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 20px;
}

.wcmis-toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	cursor: pointer;
}

.wcmis-toggle input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0;
}

.wcmis-price {
	color: #2bc4c6;
	font-weight: 700;
}

.wcmis-v1-section {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

.wcmis-v1-section h4 {
	margin: 0 0 5px;
}

.wcmis-warning {
	background: #fff4e5;
	border-left: 4px solid #e0a800;
	padding: 10px 12px;
	color: #8a5a00;
	font-size: 0.9em;
	margin: 10px 0 15px;
}

.wcmis-field {
	margin-bottom: 12px;
}

.wcmis-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.wcmis-field label small {
	font-weight: 400;
	color: #777;
	margin-left: 4px;
}

.wcmis-field .wcmis-help {
	display: block;
	font-size: 0.9em;
	color: #777;
	margin-bottom: 4px;
}

.wcmis-field input[type="text"],
.wcmis-field textarea {
	width: 100%;
	max-width: 400px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
}

/* Variation 2: Make it special */

.wcmis-v2 {
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}

.wcmis-v2-title {
	background: #2bc4c6;
	color: #fff;
	font-weight: 700;
	padding: 10px 15px;
	font-size: 1.05em;
}

.wcmis-section {
	border-bottom: 1px solid #e2e2e2;
}

.wcmis-section:last-child {
	border-bottom: none;
}

.wcmis-section summary {
	background: #e7f8f8;
	color: #2bc4c6;
	font-weight: 700;
	padding: 10px 15px;
	cursor: pointer;
	list-style: none;
}

.wcmis-section summary::-webkit-details-marker {
	display: none;
}

.wcmis-section summary::before {
	content: "\25B8";
	display: inline-block;
	margin-right: 8px;
}

.wcmis-section[open] summary::before {
	content: "\25BE";
}

.wcmis-section-body {
	padding: 15px;
}

.wcmis-prompt,
.wcmis-subheading {
	color: #c0392b;
	margin: 0 0 10px;
	font-size: 0.95em;
}

.wcmis-subheading {
	font-weight: 600;
}

.wcmis-radio {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	cursor: pointer;
}

.wcmis-conditional {
	margin-top: 10px;
}

.wcmis-conditional label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
	color: #555;
}

.wcmis-section-body textarea,
.wcmis-section-body input[type="text"] {
	width: 100%;
	max-width: 400px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
}

.wcmis-conditional input[type="text"] {
	max-width: 300px;
}
