.gpa-admin-wrap .gpa-field-box {
	border: 1px solid #ffffff;
	padding: 16px;
	margin-bottom: 16px;
	border-radius: 6px;
}

.gpa-field-box-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.gpa-actions {
	display: flex;
	gap: 8px;
	align-items: center;
}

.gpa-inline-check {
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 8px;
}

.gpa-product-fields-wrap {
	margin-top: 18px;
	width: 100%;
}

.gpa-product-fields-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
    margin-bottom: 35px;
}

.gpa-product-fields-table td {
	padding: 12px 10px;
	border-bottom: 1px solid #d5cece;
	vertical-align: top;
}

.gpa-label-column {
	width: 30%;
}

.gpa-input-column {
	width: 70%;
}



.gpa-product-fields-table input[type="text"],
.gpa-product-fields-table input[type="email"],
.gpa-product-fields-table input[type="date"],
.gpa-product-fields-table input[type="file"],
.gpa-product-fields-table textarea,
.gpa-product-fields-table select {
	width: 100%;
	max-width: 100%;
}
.gpa-product-fields-table input[type="file"]{
    color: #090909;
    padding: 5px;
}
.gpa-product-fields-table input[type="text"],
.gpa-product-fields-table input[type="email"],
.gpa-product-fields-table textarea,
.gpa-product-fields-table select {
	border-radius: 12px;
	
}

.gpa-field-description {
	margin: 0;
	font-size: 13px;
	color: #666;
	text-align: left;
}

.gpa-section-title {
	margin: 0;
	font-size: 18px;
}

.gpa-required {
	color: #d63638;
}

.gpa-choice-label {
	display: inline-block;
	margin-bottom: 6px;
}

.gpa-error-field {
	border: 2px solid #d63638 !important;
	background: #fff5f5 !important;
	padding: 6px;
	border-radius: 4px;
}
td.gpa-input-column {
    padding: 10px 20px !important;
}
td.gpa-input-column input{
    margin: 0;
}
.gpa-product-fields-table tbody{
    border: 1px solid #d5cece;
    background: none;
}
.woocommerce div.product form.cart table td
 {
    padding-left: 10px;
    background: none;
}
.gpa-product-fields-table label{
    color: #000000;
}
.single_variation_wrap{
        width: 84%;
    margin: 0 auto;
}
.gpa-help-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-left: 6px;
	border: none;
	border-radius: 50%;
	background: #2271b1;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	vertical-align: middle;
}

.gpa-help-icon:hover {
	background: #135e96;
}

.gpa-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	z-index: 99999;
	display: none;
}

.gpa-modal-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 90%;
	max-width: 745px;
	    max-height: 500px;
    overflow: scroll;
	padding: 24px;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.gpa-modal-close {
	position: absolute;
	top: 8px;
	right: 10px;
	background: transparent;
	border: none;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #333;
}

#gpa-modal-title {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 600;
}

#gpa-modal-content {
	font-size: 14px;
	color: #444;
	white-space: pre-line;
}
.gpa-product-fields-table textarea{
    margin: 0;
}

.gpa-field-wrap {
	width: 100%;
}

.gpa-inline-error {
	display: none;
	margin-top: 6px;
	color: #d63638;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}

.gpa-error-field {
	border: 2px solid #d63638 !important;
	background: #fff5f5 !important;
	padding: 6px;
	border-radius: 4px;
}
.gpa-label-column{
    align-content: center;
}
td.gpa-label-column {
    border-right: 1px solid #d5cece;
}
.gpa-product-fields-table tr:nth-child(even){background-color: #f2f2f2;}


.gpa-file-preview-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 12px;
}

.gpa-preview-item {
	position: relative;
	width: 90px;
	height: 90px;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.gpa-preview-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.gpa-remove-preview {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 22px;
	height: 22px;
	border: none;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
}

.gpa-remove-preview:hover {
	background: #d63638;
}
.gpa-checkbox-group {
    text-align: left;
}