/** Shopify CDN: Minification failed

Line 39:10 Expected identifier but found whitespace
Line 39:20 Expected ":"
Line 40:18 Expected identifier but found whitespace
Line 40:20 Expected identifier but found "0.1rem"
Line 46:8 Expected identifier but found whitespace
Line 46:18 Expected ":"
Line 47:16 Expected identifier but found whitespace
Line 47:18 Expected identifier but found "1.25rem"
Line 68:8 Expected identifier but found whitespace
Line 68:10 Unexpected "{"
... and 1 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:book-table-form (INDEX:7) */
.book-table-section spacing {
  container-gutter: 1rem;
    section-vertical-spacing: 1rem;
    section-vertical-spacing-tight: 1rem;
    section-stack-gap: 1rem;
    section-stack-gap-tight: 1rem;
  }
  
.book-table-form {
  padding-top: 0rem;
  padding-bottom: 0rem;
  text-align: center;
}
  
  .book-table-heading {
    font-family: Begum, serif;
    font-size: 2.25rem;
    margin-bottom: 0.25rem;
    color: { section.settings.text_color };
    margin-bottom: {0.1rem} ;
  }
  
.book-table-subtext {
 font-family: Begum, serif;
  font-size: 1rem;
  color: { section.settings.text_color };
  margin-bottom: {1.25rem} ;   
  }
  
.book-table-form {
  padding: 0.1rem 0.3rem;
  text-align: center;
  margin-top: 0 auto ;
}

.book-table-form form {
  display: grid;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto;
  font-family: Begum, serif;
}

.book-table-form input,
.book-table-form textarea {
  padding: 0.75rem;
  font-size: 1rem;
  color: {{ section.settings.input_text_color }};
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background: #fff;
  font-family: 'Begum', serif;
}

.book-table-form input::placeholder,
.book-table-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}

.theme-button {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  border-radius: 0.25rem;
  font-family: 'Begum', serif;
  transition: all 0.3s ease;
}

.theme-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
/* END_SECTION:book-table-form */