/* Theme Name: Het Vormingsmoment 
Child Theme URI: https://hetvormingsmoment.be 
Description: Child theme for Het Vormingsmoment 
Author: Lime Lift BV 
Template: generatepress 
Version: 3.6.0 Text 
Domain: hetvormingsmoment-child
*/

/* Theme Name: Het Vormingsmoment Child 
Template: generatepress */
/* Your custom CSS starts here */

/* Two-column layout on the Pay for order page */ .woocommerce-order-pay .hv-pay-layout { display: flex; flex-wrap: wrap; gap: 32px; align-items: flex-start;
}
/* Left = payment, right = summary */ .woocommerce-order-pay .hv-pay-col { background: #ffffff; border-radius: 16px; padding: 20px 24px; box-shadow: 0 10px 20px 
  rgba(15, 23, 42, 0.06);
}
.woocommerce-order-pay .hv-pay-col--payment { flex: 1 1 340px; min-width: 320px;
}
.woocommerce-order-pay .hv-pay-col--summary { flex: 1 1 420px; min-width: 360px;
}
/* Make it stack on mobile */ @media (max-width: 768px) { .woocommerce-order-pay .hv-pay-layout { flex-direction: column;
  }
}
/* Slightly tighter table styling */ .woocommerce-order-pay .hv-pay-table { margin-top: 16px;
}
.woocommerce-order-pay .hv-pay-reservation p { margin: 0 0 4px;
}
.woocommerce-order-pay .hv-pay-reservation { margin-bottom: 16px;
}
