/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/builder/snippet/snippet-collapse/snippet-collapse.scss ***!
  \*************************************************************************************************************************************************************************************************************/
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* stylelint-disable scss/no-global-function-names */
.snippet-collapse.collapsed > *:first-child:after {
  transform: rotate(0deg);
}

.snippet-collapse > *:first-child {
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  position: relative;
}

.snippet-collapse > *:first-child:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right: -20px;
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2714%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 24 24%27 stroke-width=%271.5%27 stroke=%27%23af226f%27 class=%27size-6%27%3E%3Cpath stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27m19.5 8.25-7.5 7.5-7.5-7.5%27%3E%3C/path%3E%3C/svg%3E");
}

.snippet-collapse-content {
  padding: 21px 0 0 0;
}
