/* Add custom CSS styles below */ 
.main-content.w-full > section > form > div.grid.grid-cols-1  > div{
background: white !important;
color: var(--color-header-main);
border: 1px solid var(--color-header-main);
}
form.form.product-form .grid > div:nth-child(2) {
background-color: #fff !important;
border: 1px solid #e5e7eb;
cursor: pointer;
transition: all 0.25s ease;
}

form.form.product-form .grid > div:nth-child(2):hover {
background-color: #f9fafb !important;
border-color: #d1d5db;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

form.form.product-form .grid > div:nth-child(2) .mt-1 {
font-weight: 600;
text-decoration: underline;
text-underline-offset: 3px;
}