/** Shopify CDN: Minification failed

Line 34:12 Expected identifier but found whitespace
Line 34:13 Unexpected "2px"
Line 34:24 Unexpected "{"
Line 34:33 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:tc-faq (INDEX:71) */
details {
    animation: slideDown 0.3s ease-out;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  summary {
    outline: none;
  }

  summary:focus {
    outline: 2px solid {{ section.settings.focus_color }};
    outline-offset: -2px;
  }
/* END_SECTION:tc-faq */