/**
 * Frontend Styles
 */

.wc-gc-apply-gift-card {
	margin: 20px 0;
	/* Make the container visually blend with the checkout background. */
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.wc-gc-apply-gift-card h3 {
	margin-top: 0;
}

.wc-gc-apply-gift-card .form-row {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.wc-gc-apply-gift-card input[type="text"] {
	flex: 1;
}

.wc-gc-applied-cards {
	margin-top: 15px;
}

.wc-gc-applied-cards ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wc-gc-applied-cards li {
	padding: 10px;
	margin: 5px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* The remove button already has the standard WooCommerce `button` class,
 * so we don't force any custom colours here. */

#wc_gc_messages {
	margin: 10px 0;
}

/* Error/success messages use standard WooCommerce notice classes now. */
