/* CourtClok List Manager – Front-End Unsubscribe Styles */
.cclm-unsub-wrap {
	max-width: 480px;
	margin: 0 auto;
	font-family: inherit;
}

.cclm-unsub-form .cclm-field {
	margin-bottom: 1.25rem;
}

.cclm-unsub-form label {
	display: block;
	font-weight: 600;
	font-size: .9rem;
	margin-bottom: .35rem;
	color: #0d1b2a;
}

.cclm-unsub-form input[type="email"] {
	width: 100%;
	padding: .65rem .85rem;
	border: 1.5px solid #ddd;
	border-radius: 5px;
	font-size: 1rem;
	box-sizing: border-box;
	transition: border-color .2s;
}

.cclm-unsub-form input[type="email"]:focus {
	outline: none;
	border-color: #f47c20;
	box-shadow: 0 0 0 3px rgba(244,124,32,.15);
}

.cclm-btn {
	display: inline-block;
	padding: .7rem 1.8rem;
	background: #0d1b2a;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	transition: background .2s;
}

.cclm-btn:hover { background: #1a2e45; }

.cclm-notice {
	padding: .85rem 1.1rem;
	border-radius: 5px;
	margin-bottom: 1.25rem;
	font-size: .925rem;
}

.cclm-notice-success { background: #e8f5e9; border: 1px solid #a5d6a7; color: #2e7d32; font-weight: 600; }
.cclm-notice-error   { background: #fdecea; border: 1px solid #f5c6c6; color: #c62828; }

.cclm-unsub-lists { display: flex; flex-direction: column; gap: .6rem; margin: .75rem 0; }
.cclm-unsub-list-option {
	display: flex; align-items: center; gap: .6rem;
	padding: .7rem 1rem; border: 1px solid #d0d7de; border-radius: 6px;
	cursor: pointer; font-weight: 500;
}
.cclm-unsub-list-option input { width: 16px; height: 16px; cursor: pointer; }

@media (max-width: 480px) {
	.cclm-btn { width: 100%; text-align: center; }
}
