.GeneratePostModal_modal__AjL0n {
  z-index: 9999;
}

.GeneratePostModal_modal__AjL0n [data-slot="backdrop"] {
  background: rgb(0 0 0 / 70%);
}

.GeneratePostModal_modal__AjL0n [data-slot="base"] {
  background: white;
  border-radius: 12px;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 25%);
}

@media (max-width: 768px) {
  .GeneratePostModal_modal__AjL0n [data-slot="base"] {
    margin: 0;
    border-radius: 0;
    height: 100vh;
  }
}

.Footer_container__kXO5A {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #181719;
  height: 110px;
  color: var(--background);
  padding: 16px;
  width: 100%;
  grid-area: footer;
}

@media (max-width: 530px) {
  .Footer_container__kXO5A {
    display: flex;
    justify-content: space-between;
    padding: 4px;
  }
}

@media (max-width: 767px) {
  .Footer_container__kXO5A {
    display: none;
  }
}

.Footer_lucyIcon__9H85E {
  margin-right: 6px;
}

/* .socialLinks {
  padding-right: 45px;
  display: flex;
  justify-content: space-between;
} */

.Badge_base__TR5M6 {
  display: flex;
  width: fit-content;
  font-size: var(--font-size-1);
  border-radius: var(--radius-round);
}

.Badge_outline__oWL77,
.Badge_true__dFOBH {
  outline: 2px solid white;
}

.Badge_outline__oWL77.Badge_none__VU_T_, .Badge_true__dFOBH.Badge_none__VU_T_ {
    outline: none;
  }

.Badge_badge__WYder {
  padding: var(--size-1);
}

.Badge_badge__WYder.Badge_xs__eTzHN {
    width: var(--size-2);
    height: var(--size-2);
  }

.Badge_badge__WYder.Badge_sm__77Ywq {
    width: var(--size-3);
    height: var(--size-3);
  }

.Badge_badge__WYder.Badge_md__47UH9 {
    width: var(--size-7);
    height: var(--size-7);
  }

.Badge_badge__WYder.Badge_lg__GLbYq {
    width: var(--size-9);
    height: var(--size-9);
  }

.Badge_badgeText__rBQoD {
  padding: var(--size-1) var(--size-2);
}

.Badge_badgeText__rBQoD .Badge_xs__eTzHN {
    height: var(--size-3);
  }

.Badge_badgeText__rBQoD .Badge_sm__77Ywq {
    height: var(--size-5);
  }

.Badge_badgeText__rBQoD .Badge_md__47UH9 {
    height: var(--size-7);
  }

.Badge_badgeText__rBQoD .Badge_lg__GLbYq {
    height: var(--size-9);
  }

/* colors */

.Badge_brand__WXQoB {
  background-color: var(--brand);
}

.Badge_success__otI5p {
  background-color: var(--green-7);
}

.Badge_error__PiDY7 {
  background-color: var(--red-7);
}

.Avatar_avatarWrapper__7FnKt {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  color: var(--background);
  font-size: 0.9em;
}

  .Avatar_avatarWrapper__7FnKt[data-outline="true"] {
    outline: var(--outline-width) solid var(--outline-color);
  }

  .Avatar_avatarWrapper__7FnKt > img {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    object-fit: cover;
  }

.Avatar_avatarBadge__3mVdY {
  position: absolute;
}

.Avatar_avatarBadge__3mVdY.Avatar_topRight__eaK9N {
    top: 0;
    right: 0;
  }

.Avatar_avatarBadge__3mVdY.Avatar_bottomRight__1W53A {
    bottom: 0;
    right: 0;
  }

.Avatar_fallback__N8Qlq {
  background-color: var(--brand);
  text-transform: uppercase;
}

.Avatar_fallback__N8Qlq[data-custom-fallback="false"] {
    background-color: transparent;
  }

/* formats */

.Avatar_rounded__V4ox8 {
  border-radius: var(--radius-round);
}

.Avatar_soft__Kcuc5 {
  border-radius: var(--radius-2);
}

.Avatar_square__D8BPA {
  border-radius: none;
}

.Avatar_upload__oNFhL {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  height: inherit;
  width: inherit;
  border-radius: inherit;
  opacity: 0;
  transition-duration: 200ms;
  background-color: hsl(var(--gray-9-hsl) / 30%);
}

.Avatar_upload__oNFhL:hover {
    opacity: 1;
  }

.Avatar_upload__oNFhL > input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }

/* stylelint-disable keyframes-name-pattern */

.Popover_popoverContent__JiDhN {
  border-radius: 0 0 14px 14px;
  padding: 20px;
  background-color: var(--brand);
  box-shadow: var(--shadow-2);
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
  z-index: 10;
}

.Popover_popoverContent__JiDhN[data-state="open"][data-side="top"] {
  animation-name: Popover_slideDownAndFade__znUyk;
}

.Popover_popoverContent__JiDhN[data-state="open"][data-side="right"] {
  animation-name: Popover_slideLeftAndFade__d6j4Q;
}

.Popover_popoverContent__JiDhN[data-state="open"][data-side="bottom"] {
  animation-name: Popover_slideUpAndFade__vGFcK;
}

.Popover_popoverContent__JiDhN[data-state="open"][data-side="left"] {
  animation-name: Popover_slideRightAndFade__BA_dh;
}

.Popover_popoverTrigger__E_8HM {
  background-color: transparent;
}

@keyframes Popover_slideUpAndFade__vGFcK {
  from {
    opacity: 0;
    transform: translateY(2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes Popover_slideRightAndFade__BA_dh {
  from {
    opacity: 0;
    transform: translateX(-2px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes Popover_slideDownAndFade__znUyk {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes Popover_slideLeftAndFade__d6j4Q {
  from {
    opacity: 0;
    transform: translateX(2px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.focus_focusable__DXWKy {
  position: relative;
  display: inline-block;
  width: 100%;
}

.focus_focusable__DXWKy::after {
  content: "";
  display: block;
  position: absolute !important;
  inset: -6px;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: 0.2s ease;
  z-index: 9999;
  pointer-events: none;
}

.focus_focusable__DXWKy[data-active="true"]::after {
  border-color: #3b82f6 !important;
}

/* Desktop: overlay na tela toda */
@media (min-width: 769px) {
  .focus_focusable__DXWKy[data-active="true"]::after {
    box-shadow: 0 0 0 9999px rgb(24 24 25 / 50%);
  }
}

/* Mobile: overlay contido no preview container */
@media (max-width: 768px) {
  .focus_focusable__DXWKy[data-active="true"]::after {
    /* Overlay localizado no preview + borda azul */
    box-shadow: 0 0 0 9999px rgb(24 24 25 / 50%);
    z-index: 999 !important;
  }

  /* Remove o overlay da área do elemento focado usando inset box-shadow */
  .focus_focusable__DXWKy[data-active="true"] {
    position: relative !important;
    z-index: 1000 !important;

    /* Cria um "buraco" no overlay usando inset box-shadow */
    box-shadow: inset 0 0 0 1000px transparent !important;

    /* Garante que não tenha overlay sobre ele */
    background-color: transparent !important;

    /* Força o elemento a ficar acima de tudo */
    transform: translateZ(0) !important;
  }
}

.ModalVideo_description__JmTPo {
  color: #334155;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.ModalVideo_modalBody__6xI3e {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  max-height: 578px;
  height: 100%;
  flex-shrink: 0;
  align-self: stretch;
  padding-bottom: 16px;
}

.ModalVideo_buttonClose__GfaTB {
  color: #334155;
  border-color: #d6d3d1;
}

.PostEmptyState_productItem__S49L3 {
  width: 270px;
  height: 292px;
  background-color: var(--off-white);
  border-radius: 14px;
  padding: 20px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

  .PostEmptyState_productItem__S49L3 > img {
    width: 120px;
    height: 169px;
    border-radius: 10px;
    margin: auto;
  }

.PostEmptyState_createBtn__4hDla {
  padding: 10px 30px;
}

.PostEmptyState_carouselButton__vSjid {
  background-color: var(--white);
  border: 1px solid var(--brand);
  height: 35px;
  width: 35px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-radius: 999px;
}

.PostEmptyState_carouselButton__vSjid svg {
    fill: var(--brand);
    width: 15px;
    height: 15px;
  }

.PostEmptyState_productLoadingContainer__G_HqK {
  height: 80vh;
}

.PostEmptyState_card__hGYJx {
  padding: 16px;
  background-color: var(--white);
  overflow-x: auto;
  border-radius: 14px;
  scrollbar-width: none;
}

@media (min-width: 580px) {
  .PostEmptyState_card__hGYJx {
    padding: 50px;
  }
}

.Header_container__46aCD {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background-color: var(--white);
  height: 64px;
  padding-right: 50px;
  padding-left: 30px;
}

.Header_logo__Ux2j4 {
  height: 150px;
  width: 150px;
  margin-right: 8px;
  max-width: 150px;
  display: flex;
  align-items: center;
}

.Header_nav__KpBJk {
  display: flex;
  align-items: center;
  gap: 16px;
}

.Header_menu__7peW8 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  opacity: 0;
  margin-left: auto;
}

.Header_button__jPR5j {
  /* background-color: #FFB0B040; */
  width: 100px !important;
  justify-content: flex-start;
}

.Header_button__jPR5j svg {
    height: 14px;
    width: 14px;
    fill: #fff9;
  }

.Header_button__jPR5j div {
    font-size: 14px;
    font-weight: 400;
  }

.Header_logoutButton__PxPfN {
  color: #fff9 !important;
  align-self: flex-end;
  font-size: 12px;
  margin-top: 6px;
}

.Header_username___oIzL {
  display: none;
}

/* Estilo para o conteúdo do Popover */
.Header_popoverContent__jQEJY {
  margin-top: 35px !important;
}

@media (max-width: 768px) {
  .Header_popoverContent__jQEJY {
    margin-top: 17px !important;
  }
}

@media (min-width: 720px) {
  .Header_container__46aCD {
    height: 94px;
    padding-right: 50px;
    padding-left: 30px;
  }

  .Header_username___oIzL {
    display: block;
  }
}

.headerComponent_container__IxQAW {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  min-height: 76px;
  border-bottom: 1.5px solid #cbd5e1;
  padding: 18px 24px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

@media (max-width: 768px) {
  .headerComponent_container__IxQAW {
    border-radius: 0;
  }
}

.layout_postLayout__JWwAa {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

.layout_postLayout__JWwAa.layout_fullScreen__7ZNGa {
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
  padding: 0;
  margin: 0;
  gap: 0;
}

.layout_postHeader__qryP_ {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  border-radius: 12px;
  padding: 8px 16px;
}

.layout_postHeader__qryP_ h1 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

.layout_postContent__O1W59 {
  flex: 1;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
}

.layout_fullScreen__7ZNGa .layout_postContent__O1W59 {
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
  border-radius: 16;
  flex: none;
  background-color: transparent;
}

@media (max-width: 768px) {
  .layout_postLayout__JWwAa {
    gap: 0;
  }

  .layout_postHeader__qryP_ {
    border-radius: 0;
    padding: 16px 8px 16px 24px;
  }

  .layout_postContent__O1W59 {
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .layout_postHeader__qryP_ {
    max-width: 618px;
  }
}

