/** Shopify CDN: Minification failed

Line 39:12 Unexpected "{"
Line 39:21 Expected ":"
Line 40:16 Expected identifier but found whitespace
Line 40:18 Unexpected "{"
Line 40:27 Expected ":"
Line 40:53 Expected ":"
Line 41:19 Expected identifier but found whitespace
Line 41:21 Unexpected "{"
Line 41:30 Expected ":"
Line 41:59 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:publuu-book-section (INDEX:68) */
.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 */