.wpcf7 [data-name="your-schedule"] .wpcf7-radio {
	display: block;
	width: 100%;
}

.wpcf7 [data-name="your-schedule"] .skcf7-section-title {
	display: block;
	margin: 24px 0 10px;
	padding: 0 0 8px;
	border-bottom: 1px solid #d9dce3;
	color: #252d48;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
}

.wpcf7 [data-name="your-schedule"] .skcf7-section-title:first-child {
	margin-top: 4px;
}

.wpcf7 [data-name="your-schedule"] .skcf7-slot {
	display: block;
	margin: 0 0 8px !important;
}

.wpcf7 [data-name="your-schedule"] .skcf7-slot > label {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	min-block-size: 56px;
	padding: 12px 14px;
	border: 1px solid #d9dce3;
	border-radius: 8px;
	background: #fff;
	color: #303747;
	cursor: pointer;
	line-height: 1.5;
	transition: border-color 0.15s ease, background-color 0.15s ease;
}

.wpcf7 [data-name="your-schedule"] .skcf7-slot:not(.skcf7-slot--full) > label:hover {
	border-color: #747d9e;
	background: #fafbff;
}

.wpcf7 [data-name="your-schedule"] .skcf7-slot > label:has(input:focus-visible) {
	outline: 3px solid rgba(36, 98, 170, 0.25);
	outline-offset: 2px;
}

.wpcf7 [data-name="your-schedule"] .skcf7-slot input[type="radio"] {
	width: 20px;
	height: 20px;
	margin: 0;
}

.wpcf7 [data-name="your-schedule"] .skcf7-slot .wpcf7-list-item-label {
	min-width: 0;
	overflow-wrap: anywhere;
	font-weight: 500;
}

.wpcf7 [data-name="your-schedule"] .skcf7-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	padding: 3px 8px;
	border-radius: 5px;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.4;
	white-space: nowrap;
}

.wpcf7 [data-name="your-schedule"] .skcf7-status--open {
	background: #e4f7e9;
	color: #25703a;
}

.wpcf7 [data-name="your-schedule"] .skcf7-status--full {
	background: #e5e6e9;
	color: #555b66;
}

.wpcf7 [data-name="your-schedule"] .skcf7-slot--full > label {
	border-color: #e1e2e5;
	background: #f5f5f6;
	color: #747780;
	cursor: not-allowed;
}

.wpcf7 [data-name="your-schedule"] .skcf7-slot--full .wpcf7-list-item-label {
	text-decoration-line: line-through;
	text-decoration-thickness: 1px;
	text-decoration-color: #747780;
}

.wpcf7 [data-name="your-schedule"] input[data-skcf7-booked="1"] {
	cursor: not-allowed;
	opacity: 0.4;
}

@media (max-width: 600px) {
	.wpcf7 [data-name="your-schedule"] .skcf7-section-title {
		margin-top: 24px;
		font-size: 0.98rem;
	}

	.wpcf7 [data-name="your-schedule"] .skcf7-slot > label {
		grid-template-columns: 20px minmax(0, 1fr) auto;
		gap: 10px;
		min-block-size: 52px;
		padding: 11px 12px;
		border-radius: 7px;
	}

	.wpcf7 [data-name="your-schedule"] .skcf7-slot input[type="radio"] {
		width: 19px;
		height: 19px;
	}

	.wpcf7 [data-name="your-schedule"] .skcf7-slot .wpcf7-list-item-label {
		font-size: 0.95rem;
	}

	.wpcf7 [data-name="your-schedule"] .skcf7-status {
		min-width: 42px;
		padding-inline: 7px;
		font-size: 0.78rem;
	}
}

@media (max-width: 360px) {
	.wpcf7 [data-name="your-schedule"] .skcf7-slot > label {
		gap: 8px;
		padding-inline: 10px;
	}
}
