/* WineBox Gift Card Widget - structural styles only.
   Visual styling is controlled from the Elementor editor. */

.wbgc-widget {
	max-width: 100%;
}

.wbgc-hidden {
	display: none !important;
}

.wbgc-title {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
}

.wbgc-desc {
	margin-bottom: 10px;
}

.wbgc-row {
	display: flex;
	align-items: stretch;
	gap: 10px;
}

.wbgc-row .wbgc-input {
	flex: 1 1 auto;
	min-width: 0;
	padding: 10px 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.wbgc-row .wbgc-apply {
	flex: 0 0 auto;
	cursor: pointer;
	padding: 10px 22px;
	border: none;
	border-radius: 4px;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.wbgc-row .wbgc-apply:disabled {
	opacity: 0.6;
	cursor: default;
}

/* Stacked layout (Elementor switcher adds wbgc-stack-yes on the wrapper) */
.wbgc-stack-yes .wbgc-row {
	flex-direction: column;
}

.wbgc-error {
	color: #c0392b;
}

.wbgc-error:empty {
	display: none;
}

.wbgc-success {
	color: #1e8a4c;
	margin-top: 6px;
}

.wbgc-cancel {
	display: inline-block;
	margin-top: 8px;
	cursor: pointer;
	text-decoration: underline;
}

.wbgc-card {
	display: flex;
	flex-direction: column;
	row-gap: 4px;
}

.wbgc-card + .wbgc-card {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px dashed rgba(0, 0, 0, 0.15);
}

.wbgc-loaded-title {
	font-weight: 600;
	margin-bottom: 8px;
}

.wbgc-continue-wrap {
	margin-top: 12px;
}

.wbgc-continue-btn {
	display: inline-block;
	cursor: pointer;
	padding: 10px 22px;
	border-radius: 4px;
	background-color: #311e49;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s ease;
}

.wbgc-continue-btn:hover {
	opacity: 0.9;
	color: #fff;
}

.wbgc-actions {
	display: flex;
	gap: 16px;
	margin-top: 10px;
	flex-wrap: wrap;
}

.wbgc-actions a {
	cursor: pointer;
	text-decoration: underline;
}
