/** Shopify CDN: Minification failed

Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 29:18 Unexpected "{"
Line 29:27 Expected ":"
Line 35:18 Unexpected "{"
Line 35:27 Expected ":"
Line 39:18 Unexpected "{"
Line 39:27 Expected ":"
Line 44:18 Unexpected "{"
Line 44:27 Expected ":"
... and 8 more hidden warnings

**/


/* CSS from section stylesheet tags */
/* Keep the widget centred */
#shopify-section-{{ section.id }} .open-table-area{
  text-align: center;
  padding-bottom: 0 !important; /* reduce gap below OpenTable */
  margin-bottom: 0 !important;
  padding-top: 0 !important;    /* reduce gap above OpenTable (if any) */
  margin-top: 0 !important;
}

/* Centre the injected iframe reliably */
#shopify-section-{{ section.id }} .open-table-area iframe{
  display: inline-block !important;
  margin: 0 !important;
}

/* If OpenTable injects a wrapper div, centre that too */
#shopify-section-{{ section.id }} .open-table-area > div{
  margin-left: auto !important;
  margin-right: auto !important;
}
#shopify-section-{{ section.id }} .takeaway-order-area {
  padding-bottom: 24px;
  text-align: center;
}

#shopify-section-{{ section.id }} .takeaway-button {
  display: inline-block;
  background-color: #343434;
  color: #ffffff;
  text-align: center;
  padding: 16px 24px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0;
  text-transform: uppercase;
}

#shopify-section-{{ section.id }} .takeaway-button:hover {
  opacity: 0.9;
}
#shopify-section-{{ section.id }} .takeaway-order-area {
  padding-bottom: 24px;
  text-align: center; /* keeps button centred */
}

#shopify-section-{{ section.id }} .takeaway-button {
  display: inline-block;
  background-color: #343434;
  color: #ffffff;
  text-align: center;
  padding: 16px 24px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0;
  text-transform: uppercase;
}

#shopify-section-{{ section.id }} .takeaway-button:hover {
  opacity: 0.9;
}