/** Shopify CDN: Minification failed

Line 35:12 Unexpected "{"
Line 35:21 Expected ":"
Line 36:16 Expected identifier but found whitespace
Line 36:18 Unexpected "{"
Line 36:27 Expected ":"
Line 36:53 Expected ":"
Line 37:19 Expected identifier but found whitespace
Line 37:21 Unexpected "{"
Line 37:30 Expected ":"
Line 37:59 Expected ":"

**/
/* START_SECTION:publuu-book-section (INDEX:69) */
.publuu-section {
    display: flex;
    flex-direction: column;
  }

  .publuu-header {
    text-align: center;
  }

  .publuu-book-component {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }

  .publuu-book-component iframe {
    border: none;
  }

  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
/* END_SECTION:publuu-book-section */
