/* --- Serviços Admin Accordion --- */
.servicos-admin-lista {
  max-width: 900px;
  margin: 2rem auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(127, 86, 152, 0.07);
  padding: 2rem 2.5rem;
}

.servicos-admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.servicos-accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

.servico-item {
  border-bottom: 1px solid #e0d3ea;
  padding: 1.2rem 0;
}

.servico-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.servico-nome {
  font-size: 1.1rem;
  font-weight: bold;
  color: #7f5698;
}

.servico-actions {
  display: flex;
  gap: 0.7rem;
}

.servico-paginas-lista {
  margin-top: 1rem;
  margin-left: 1.5rem;
  background: #faf7fc;
  border-radius: 6px;
  padding: 1rem 1.2rem;
  border: 1px solid #e0d3ea;
  list-style: none;
}

.pagina-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0;
}

.pagina-item.vazio {
  color: #aaa;
  font-style: italic;
  justify-content: flex-start;
}

.btn {
  display: inline-block;
  padding: 0.35rem 1rem;
  border-radius: 4px;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.btn-primary {
  background: #7f5698;
  color: #fff;
}

.btn-primary:hover {
  background: #4b2c5e;
}

.btn-success {
  background: #6fcf97;
  color: #fff;
}

.btn-success:hover {
  background: #43a047;
}

.btn-outline-secondary {
  background: #fff;
  color: #7f5698;
  border: 1px solid #7f5698;
}

.btn-outline-secondary:hover {
  background: #ede3f3;
}

.btn-sm {
  font-size: 0.95rem;
  padding: 0.2rem 0.7rem;
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex> :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid> :is(*, div) {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

.aux-elementor-header.aux-sticky .aux-wrapper {
  border-bottom: none;
}

.aux-elementor-header.aux-sticky {
  box-shadow: none;
}

.single-post .aux-fold {
  max-width: 100% !important;
  padding: 0;
}

.single-post .aux-primary {
  padding-top: 100px;
}

.single-post .hentry {
  max-width: 870px;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
}

.single-post .entry-media img {
  border-radius: 30px;
}

.single-post .entry-media {
  margin-bottom: 30px;
}

@media only screen and (min-width:768px) {

  .single-post .hentry.aux-medium-context .entry-header,
  .single-post .hentry.aux-medium-context .entry-info,
  .single-post .hentry.aux-medium-context .entry-content {
    margin-left: 0;
    margin-right: 0;
  }
}

.single-post .entry-main {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column
}

.single-post .entry-meta {
  border-bottom: none !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;

}

.single-post .aux-single-post-share span::after {
  content: "share";
  font-size: 16px;
  text-decoration: none !important;
  color: #6A6A6A;
  padding-left: 9px;

}

.single-post .aux-single-post-share span:hover::after {
  color: var(--e-global-color-secondary);
}

.single-post .aux-single-post-share span::before {

  transition: all 300ms ease-out;
}

.single-post .entry-title {
  text-align: center;
}

.single-post .entry-content h3 {
  font-size: 24px;
  font-family: 'Quattrocento';
  margin-top: 50px;
  line-height: 1.4em;
  font-weight: 700;
}

.single-post .hentry .entry-info .entry-edit {
  display: none
}


@media only screen and (max-width:767px) {

  .single-post .hentry .entry-meta,
  .single-post .comment-respond {
    width: 100%;

  }

}

.single-post #respond {
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 150px;

}

.single-post #respond .comment-reply-title,
.single-post #respond form {
  max-width: 800px;
  margin: 0 auto;
}

.single-post #commentform input[type="submit"] {
  background-color: var(--e-global-color-accent);
  border-radius: 47px;
  margin-bottom: 80px;
  min-height: 21px;
  padding: 18px 40px 18px 40px;
  margin-right: 0px;
  margin-top: 10px !important;
  margin-bottom: 0;

}

.single-post #commentform input[type="submit"]:hover {
  background-color: var(--e-global-color-secondary);
}

.single-post #commentform textarea {
  border-radius: 20px;
  border: none;
  background-color: #F4F3F3;
  margin-bottom: 20px;
  padding-left: 20px;
  min-height: 155px !important;
  height: 155px;

}

.single-post #commentform input[type=text],
.single-post #commentform input[type=email],
.single-post #commentform input[type=url] {
  background-color: var(--e-global-color-150cb7e);
  border-radius: 54px;
  background-color: #F4F3F3;
  margin-bottom: 20px;
  min-height: 43px;
  padding-left: 20px;
  width: 100%;
  border: none;

}

.single-post #commentform input[type=text]::placeholder,
.single-post #commentform input[type=email]::placeholder,
.single-post #commentform input[type=url]::placeholder,
.single-post #commentform textarea::placeholder {
  font-style: normal;
}

.single-post #commentform .aux-form-cookies-consent {
  display: none;
}

.single-post .comment-form .comment-notes {
  display: none;
}

.single-post #respond .comment-reply-title {
  margin-bottom: 40px;
}

.single-post .form-submit {
  margin-left: auto;
}

.single-post .hentry footer.entry-meta .entry-tax a:hover,
.single-post .hentry .entry-info .entry-tax a:hover {
  color: var(--e-global-color-text);
}

@media only screen and (max-width:550px) {
  .single-post .comment-form {
    display: block;
  }

  .single-post input[type="submit"] {
    width: 100%;
  }

}

.single-post .aux-comments {
  margin-bottom: 0;
  max-width: 870px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
}

.single-post .aux-commentlist {

  margin-bottom: 0 !important;
}

.single-post .comments-title {
  margin: 0px 0px 40px 0px;
  color: var(--e-global-color-text);
}

.single-post .comments-title:before {
  content: "";
  width: calc(100% + -140px);
  height: 1px;
  position: absolute;
  background-color: #6A6A6A;
  top: 50%;
  right: 0;

}

.single-post .aux-commentlist li:last-child {
  margin-bottom: 0;
}

.single-post .aux-commentlist .avatar {
  border-radius: 50px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 5px
}

.single-post .aux-commentlist .comment .comment-body {
  margin-left: 66px;
  margin-top: 5px;
}

.single-post .aux-commentlist .comment .comment-author {
  margin-left: 66px !important;
}

.single-post .aux-commentlist .children {
  margin-left: 66px;
}

.single-post .comment-reply-nav {
  margin-left: 66px !important;
}

.single-post .comment-reply-nav a {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #878787 !important;
}

.single-post .aux-commentlist.skin-arrow-links .children li {
  padding-left: 0;

}

.single-post .aux-commentlist .comment {
  margin-bottom: 20px
}


@media only screen and (max-width:320px) {

  .single-post .comment .comment-body {
    margin-left: 0px !important;
    margin-top: 30px;
  }

  .single-post .aux-commentlist .children {
    margin-left: 20px !important;

  }

  .single-post .comment .comment-reply-nav {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}

.single-post .children .comment-reply-nav {}

@media only screen and (max-width:767px) {

  .single-post .entry-header,
  .single-post .entry-info,
  .single-post .entry-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.single-post .comment .wpulike {
  display: none;
}

@media only screen and (max-width:414px) {
  .aux-elementor-header.aux-sticky {
    top: 0 !important;
  }

  .single-post .aux-primary {
    padding-top: 50px;
  }

  .single-post #respond {
    padding-bottom: 80px;
  }
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
  background-image: none !important;
}

@media screen and (max-height: 1024px) {

  .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
  }
}

@media screen and (max-height: 640px) {

  .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
  }
}

.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cmplz-hidden {
  display: none !important;
}


.editable {
  position: relative;
}

.editable .edit-icon {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #007bff;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}

.editable .edit-icon:hover {
  background: #0056b3;
}

.editable:hover .edit-icon {
  display: flex;
}

.editable .edit-icon::before {
  content: "✎";
  font-size: 16px;
}



/* EditorJS modal sizing: garante que o editor ocupe toda a altura do modal */
#modalEditable .modal-body {
  height: auto;
}

.quil-editor {
  height: 400px;
  box-sizing: border-box;
  padding: 0;
}



#editorjs-modal {
  height: 340px !important;
}

/* Fallback para diferentes versões de EditorJS */
/* #editorjs-modal .ce-block__content,
#editorjs-modal .ce-block__content .ce-paragraph {
  min-height: 300px;
} */

@media (max-width: 768px) {
  .servicos-admin-lista {
    margin: 1rem;
    padding: 1.25rem 1rem;
    border-radius: 16px;
  }

  .servicos-admin-header {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .servicos-admin-header .btn {
    width: 100%;
    text-align: center;
  }

  .servico-item {
    padding: 1rem 0;
  }

  .servico-item-header {
    flex-direction: column;
    align-items: stretch;
    gap: 0.9rem;
  }

  .servico-nome {
    font-size: 1rem;
  }

  .servico-actions {
    flex-wrap: wrap;
    gap: 0.6rem;
  }

  .servico-actions .btn {
    flex: 1 1 100%;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }

  .servico-paginas-lista {
    margin-left: 0;
    padding: 0.9rem;
  }

  .pagina-item {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
  }

  .pagina-item .btn {
    width: 100%;
    text-align: center;
  }
}

/* ============================================================
   MENU MOBILE — tela cheia com Bootstrap Collapse
============================================================ */

/* Oculta o hamburger DO TEMA e o menu em mobile — substituídos pelo nosso */
@media (max-width: 1199px) {
  .elementor-element-11a3e1f .aux-burger-box,
  .elementor-element-11a3e1f .aux-master-menu,
  .elementor-element-11a3e1f .aux-fs-popup {
    display: none !important;
  }
}

/* Nosso botão hamburger mobile */
#btn-mobile-hamburger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 7px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.2s;
}

#btn-mobile-hamburger:hover {
  background: rgba(127, 86, 152, 0.08);
}

#btn-mobile-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #7f5698;
  border-radius: 2px;
}

/* Em mobile: mantém logo e hamburger na mesma linha com space-between */
@media (max-width: 1199px) {
  #btn-mobile-hamburger {
    display: flex;
  }

  .elementor-element-8846c20 > .elementor-widget-wrap {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

/* Painel fullscreen */
#mobile-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: #f7f3f9;
  z-index: 120000;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#mobile-nav-overlay.is-open {
  opacity: 1;
}

/* Cabeçalho do painel: botão fechar */
#mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e0d3ea;
}

#btn-mobile-nav-close {
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: #7f5698;
  padding: 0;
  transition: color 0.2s;
}

#btn-mobile-nav-close:hover {
  color: #4b2c5e;
}

/* Lista principal */
.mobile-nav-list {
  margin: 0;
  padding: 1rem 0;
}

.mobile-nav-list > li {
  border-bottom: 1px solid #e0d3ea;
}

/* Links e botões do menu */
.mobile-nav-link {
  display: block;
  width: 100%;
  padding: 1rem 1.75rem;
  color: #4b2c5e;
  font-size: 1.15rem;
  font-weight: 500;
  text-decoration: none;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background 0.2s, color 0.2s, padding-left 0.2s;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus {
  color: #7f5698;
  background: #ede3f3;
  padding-left: 2.25rem;
  text-decoration: none;
}

/* Botão com seta (toggle do collapse) */
.mobile-nav-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-nav-arrow {
  font-size: 0.7rem;
  transition: transform 0.25s ease;
  flex-shrink: 0;
  margin-left: 0.5rem;
  color: #7f5698;
}

.mobile-nav-toggle[aria-expanded="true"] .mobile-nav-arrow {
  transform: rotate(180deg);
}

/* Sublist nível 1 */
.mobile-nav-sublist {
  padding: 0.25rem 0 0.5rem 0;
  margin: 0;
  background: #ede3f3;
  border-top: 1px solid #e0d3ea;
}

.mobile-nav-sublist > li {
  border-bottom: 1px solid #e0d3ea;
}

.mobile-nav-sublist .mobile-nav-link {
  font-size: 1rem;
  padding-left: 2.5rem;
  color: #7f5698;
}

.mobile-nav-sublist .mobile-nav-link:hover {
  padding-left: 3rem;
  color: #4b2c5e;
}

/* Sublist nível 2 (sub-sub) */
.mobile-nav-sublist--deep {
  background: #e5d6ef;
}

.mobile-nav-sublist--deep .mobile-nav-link {
  font-size: 0.95rem;
  padding-left: 3.5rem;
  color: #7f5698;
}

.mobile-nav-sublist--deep .mobile-nav-link:hover {
  padding-left: 4rem;
  color: #4b2c5e;
}

/* Oculta tudo em desktop */
@media (min-width: 1200px) {
  #mobile-nav-overlay {
    display: none !important;
  }
}
