@import 'MelonCut.Guidelines.WebAssembly.u4o0nbg0l6.bundle.scp.css';

/* _content/MelonCut.Guidelines/Layout/Header.razor.rz.scp.css */
:root[b-fborhqai0y] {
  --primaryColor: #00698F;
  --grayColor: #f2f2f2;
  --textColor: #333;
  --shadowbg: #00000047;
  --shadowbgHover: #00000091;
  --duration: 0.3s ease-in-out;
  --maxWidth: 1200px;
  --radius: 10px;
  --gapLarge: clamp(50px, calc(20vw + 1rem), 200px);
  --gapMedium: clamp(25px, calc(10vw + 0.5rem), 100px);
  --gapSmall: clamp(15px, calc(5vw + 0.5rem), 50px);
  --accent-dark: color-mix(in srgb, black 60%, var(--accentColor));
  --accent-light: color-mix(in srgb, white 80%, var(--accentColor));
}
.header[b-fborhqai0y] {
  background-color: var(--headerBackground);
  z-index: 9999;
  transition: var(--transition);
  padding: 20px;
  --transition: all 0.2s ease-in-out;
}
.header-back[b-fborhqai0y] {
  border: none;
  background-color: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  opacity: 0.7;
  gap: 0.2em;
  cursor: pointer;
  transition: var(--transition);
}
.header-back:hover[b-fborhqai0y] {
  opacity: 1;
}
.header-back[b-fborhqai0y]  svg {
  width: 1em;
  transform: rotate(90deg);
  font-size: 0.8em;
}
.header-back[b-fborhqai0y]  svg .--svg-fill {
  fill: #fff;
}
.header h1[b-fborhqai0y] {
  font-size: 2rem;
  font-size: clamp(1rem, 3vw, 2rem);
  color: #fff;
  font-weight: 300;
  transition: var(--transition);
  margin: 0;
}
.header h1 span[b-fborhqai0y] {
  display: block;
  font-size: 2em;
  font-size: clamp(1.3em, 7vw, 2em);
  font-weight: 600;
  transition: var(--transition);
  white-space: nowrap;
}
.header article[b-fborhqai0y] {
  padding-block: 20px;
}
.header._small[b-fborhqai0y] {
  padding: 5px 20px;
  transition-duration: 0.4s;
}
.header._small article[b-fborhqai0y] {
  padding-block: 5px;
}
.header._small .header-logo[b-fborhqai0y] {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.header._small .header-logo button span[b-fborhqai0y] {
  display: none;
}
.header._small .header._hide-children-onscroll .header-children[b-fborhqai0y] {
  display: none;
}
.header._small h1[b-fborhqai0y] {
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
.header._small h1 span[b-fborhqai0y] {
  font-size: 1em;
  margin-left: 0.3em;
  display: inline-block;
}
.header._small h1 span[b-fborhqai0y]  br {
  display: none;
}
.header-buttons[b-fborhqai0y] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.header-buttons button[b-fborhqai0y] {
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}
.header-buttons button[b-fborhqai0y]  svg {
  width: 100%;
}
.header-buttons button[b-fborhqai0y]  .--svg-stroke {
  stroke: #fff;
  transition: all var(--duration);
}
.header-buttons button:hover[b-fborhqai0y]  .--svg-stroke {
  stroke: var(--primaryColor);
}
._scrolled:has(header._dynamic)[b-fborhqai0y] {
  padding: 5px 20px;
  transition-duration: 0.4s;
}
._scrolled:has(header._dynamic) article[b-fborhqai0y] {
  padding-block: 5px;
}
._scrolled:has(header._dynamic) .header-logo[b-fborhqai0y] {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
._scrolled:has(header._dynamic) .header-logo button span[b-fborhqai0y] {
  display: none;
}
._scrolled:has(header._dynamic) .header._hide-children-onscroll .header-children[b-fborhqai0y] {
  display: none;
}
._scrolled:has(header._dynamic) h1[b-fborhqai0y] {
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
._scrolled:has(header._dynamic) h1 span[b-fborhqai0y] {
  font-size: 1em;
  margin-left: 0.3em;
  display: inline-block;
}
._scrolled:has(header._dynamic) h1 span[b-fborhqai0y]  br {
  display: none;
}
.SmallHeader[b-fborhqai0y] {
  padding: 5px 20px;
  transition-duration: 0.4s;
}
.SmallHeader article[b-fborhqai0y] {
  padding-block: 5px;
}
.SmallHeader .header-logo[b-fborhqai0y] {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.SmallHeader .header-logo button span[b-fborhqai0y] {
  display: none;
}
.SmallHeader .header._hide-children-onscroll .header-children[b-fborhqai0y] {
  display: none;
}
.SmallHeader h1[b-fborhqai0y] {
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
.SmallHeader h1 span[b-fborhqai0y] {
  font-size: 1em;
  margin-left: 0.3em;
  display: inline-block;
}
.SmallHeader h1 span[b-fborhqai0y]  br {
  display: none;
}
/* _content/MelonCut.Guidelines/Pages/BrandPage.razor.rz.scp.css */
:root[b-69li5purv4] {
  --primaryColor: #00698F;
  --grayColor: #f2f2f2;
  --textColor: #333;
  --shadowbg: #00000047;
  --shadowbgHover: #00000091;
  --duration: 0.3s ease-in-out;
  --maxWidth: 1200px;
  --radius: 10px;
  --gapLarge: clamp(50px, calc(20vw + 1rem), 200px);
  --gapMedium: clamp(25px, calc(10vw + 0.5rem), 100px);
  --gapSmall: clamp(15px, calc(5vw + 0.5rem), 50px);
}
main[b-69li5purv4] {
  background-color: #fff;
}
main section[b-69li5purv4] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
}
main section.hero[b-69li5purv4] {
  padding-block: var(--gapMedium);
}
main section.hero article[b-69li5purv4] {
  display: flex;
  justify-content: center;
  max-width: 400px;
}
main section.sections[b-69li5purv4] {
  padding-bottom: var(--gapMedium);
}
main section.sections article[b-69li5purv4] {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: var(--gapLarge);
}
/* _content/MelonCut.Guidelines/Pages/Directory.razor.rz.scp.css */
section article[b-c2tx5kx7to] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
section article a[b-c2tx5kx7to] {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #d8d8d8;
  background-color: #f3f3f3;
  border-radius: 3px;
  color: #464646;
}
section article a:hover[b-c2tx5kx7to] {
  border-color: #8e8e8e;
  background-color: #ebebeb;
  color: #000;
}
/* _content/MelonCut.Guidelines/Pages/MainCardComponent.razor.rz.scp.css */
:root[b-v818qsemk1] {
  --primaryColor: #00698F;
  --grayColor: #f2f2f2;
  --textColor: #333;
  --shadowbg: #00000047;
  --shadowbgHover: #00000091;
  --duration: 0.3s ease-in-out;
  --maxWidth: 1200px;
  --radius: 10px;
  --gapLarge: clamp(50px, calc(20vw + 1rem), 200px);
  --gapMedium: clamp(25px, calc(10vw + 0.5rem), 100px);
  --gapSmall: clamp(15px, calc(5vw + 0.5rem), 50px);
}
.card[b-v818qsemk1] {
  display: flex;
  flex-direction: column;
  max-width: 480px;
}
.card-buttons[b-v818qsemk1] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card._full[b-v818qsemk1] {
  max-width: 100%;
}
h2[b-v818qsemk1] {
  font-size: 500%;
  font-size: clamp(2rem, calc(9vw + 1rem), 500%);
  padding: 0;
  margin: 0;
  margin-bottom: 0.125em;
  text-align: left;
}
a[b-v818qsemk1] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--accentColor);
  color: #fff;
  padding: 10px 20px;
  border-radius: var(--radius);
  min-width: 150px;
  text-align: center;
}
/* _content/MelonCut.Guidelines/Pages/OtherNamesComponents.razor.rz.scp.css */
.names div[b-0ylkenmdi1] {
  --spacing: 5px;
  display: inline-block;
  color: #fff;
  font-size: 0.8rem;
}
.names div:not(:last-child)[b-0ylkenmdi1]::after {
  content: '•';
  margin-left: var(--spacing);
  margin-right: var(--spacing);
}
.names div span[b-0ylkenmdi1] {
  margin-left: var(--spacing);
  opacity: 0.6;
}
