.docsy-cl-entries-list {
	margin-bottom: 20px;
}

.docsy-cl-entry-panel {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fff;
	margin-bottom: 16px;
	overflow: hidden;
	transition: all 0.2s ease;

	&.is-dragging {
		opacity: 0.5;
		border-style: dashed;
		background: #f0f7ff;
	}

	.docsy-cl-entry-header {
		padding: 10px 12px;
		background: #f8f9fa;
		border-bottom: 1px solid #e0e0e0;
		cursor: grab;

		strong {
			font-size: 13px;
			color: #1e1e1e;
		}

		.docsy-cl-drag-handle {
			margin-right: 8px;
			color: #949494;
		}
	}

	.docsy-cl-entry-body {
		padding: 12px;

		.components-base-control {
			margin-bottom: 12px;
		}

		.components-base-control__label {
			font-size: 11px;
			font-weight: 700;
			text-transform: uppercase;
			color: #757575;
			margin-bottom: 4px;
			display: block;
		}

		.docsy-cl-date-button {
			width: 100%;
			justify-content: flex-start;
			border: 1px solid #757575;
			border-radius: 2px;
			height: 40px;
			font-size: 13px;
			color: #1e1e1e;
			background: #fff;
			padding: 0 12px;

			&:hover {
				background: #f0f0f0;
			}
		}
	}
}

.docsy-cl-points-section {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #f0f0f0;

	.docsy-cl-points-label {
		display: block;
		font-size: 12px;
		font-weight: 600;
		color: #1e1e1e;
		margin-bottom: 10px;
	}

	.docsy-cl-point-item {
		margin-bottom: 8px;
		background: #f9f9f9;
		padding: 8px;
		border-radius: 4px;

		.components-base-control {
			margin-bottom: 0;
		}

		.docsy-cl-point-actions {
			margin-top: 4px;
		}
	}
}

.docsy-cl-add-point-btn {
	width: 100%;
	justify-content: center;
	margin-top: 8px;
}

.docsy-cl-add-entry-btn {
	width: 100%;
	justify-content: center;
	height: 36px;
}
