.wll-greeting-card-edit {
	margin-left: 0.35rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
}

.wll-greeting-card-edit:disabled {
	opacity: 0.5;
	cursor: default;
}

.wll-greeting-card-editor,
.wll-greeting-card-editor textarea,
.wll-greeting-card-status,
.wll-greeting-card-counter {
	display: block;
	width: 100%;
}

.wll-greeting-card-editor textarea {
	box-sizing: border-box;
	margin: 0.35rem 0;
	resize: vertical;
}

.wll-greeting-card-counter {
	margin-bottom: 0.35rem;
	color: #767676;
	font-size: 0.85em;
}

.wll-greeting-card-status {
	margin-bottom: 0.35rem;
	color: #b00020;
	font-size: 0.9em;
}

.wll-greeting-card-save,
.wll-greeting-card-cancel {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
	margin: 0.25rem 0.4rem 0 0;
	border: 1px solid transparent;
	border-radius: 3px;
	font: inherit;
	font-weight: 600;
	line-height: 1;
	padding: 0.7rem 1rem;
	cursor: pointer;
	transition:
		background-color 150ms ease,
		border-color 150ms ease,
		color 150ms ease;
}

.wll-greeting-card-save {
	background: #111;
	border-color: #111;
	color: #fff;
}

.wll-greeting-card-save:hover {
	background: #2c2c2c;
	border-color: #2c2c2c;
}

.wll-greeting-card-cancel {
	background: #fff;
	border-color: #c8c8c8;
	color: #111;
}

.wll-greeting-card-cancel:hover {
	background: #f5f5f5;
	border-color: #999;
}

.wll-greeting-card-save:focus-visible,
.wll-greeting-card-cancel:focus-visible {
	outline: 2px solid #111;
	outline-offset: 2px;
}

.wll-greeting-card-save:disabled,
.wll-greeting-card-cancel:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}
