/** Shopify CDN: Minification failed

Line 14:12 Expected identifier but found whitespace
Line 14:14 Unexpected "{"
Line 14:23 Expected ":"
Line 14:45 Expected ":"

**/


/* CSS from section stylesheet tags */
.continue-button-section {
    background-color: white;
    padding: {{ section.settings.padding }}px 0;
  }

  .continue-button-container {
    display: flex;
    justify-content: flex-end;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px 0 20px; /* top right bottom left */
  }

  .continue-button {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    transition: opacity 0.3s ease;
  }

  .continue-button:hover {
    opacity: 0.7;
  }

  .arrow {
    margin-left: 5px;
  }