/*!
 * Simplified Checkout Agent - Template Styles
 * 
 * @package Simplified Checkout Agent
 * @version 1.0.0
 */

/* Template Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  color: #1F2020;
}

/* Hidden form styles for checkout redirection */
.sca-hidden-form {
  display: none !important;
}