.elementor-3920 .elementor-element.elementor-element-32580013{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3920 .elementor-element.elementor-element-276f89e8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3920 .elementor-element.elementor-element-410a5a0d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3920 .elementor-element.elementor-element-56f69193{text-align:center;}.elementor-3920 .elementor-element.elementor-element-56f69193 .elementor-heading-title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );-webkit-text-stroke-color:#000;stroke:#000;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-3920 .elementor-element.elementor-element-6b926071{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3920 .elementor-element.elementor-element-5981ee91 .elementor-repeater-item-bdcb83a.elementor-social-icon{background-color:var( --e-global-color-a0fe96f );}.elementor-3920 .elementor-element.elementor-element-5981ee91{--grid-template-columns:repeat(0, auto);--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-3920 .elementor-element.elementor-element-5981ee91 .elementor-widget-container{text-align:center;}.elementor-3920 .elementor-element.elementor-element-7d513ee{--display:flex;}@media(min-width:768px){.elementor-3920 .elementor-element.elementor-element-276f89e8{--width:100%;}.elementor-3920 .elementor-element.elementor-element-410a5a0d{--width:100%;}.elementor-3920 .elementor-element.elementor-element-6b926071{--width:100%;}}@media(max-width:1024px){.elementor-3920 .elementor-element.elementor-element-56f69193 .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-3920 .elementor-element.elementor-element-56f69193 .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for heading, class: .elementor-element-56f69193 */:root {
  --text: #111111;
  --muted: #555555;
  --accent: #000000;
  --soft: #f5f5f5;
  --line: #d9d9d9;
}

/* BASE */
body {
  background: #ffffff !important;
  color: var(--text);
  font-family: "Georgia", serif;
  line-height: 1.85;
}

/* CONTAINER */
article, .entry-content, .elementor-widget-container {
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

/* H1 PRINCIPAL */
h1 {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

/* pequeno detalhe místico no H1 */
h1::after {
  content: "✶ ✦ ✶";
  display: block;
  font-size: 12px;
  letter-spacing: 10px;
  color: var(--muted);
  margin-top: 10px;
}

/* TITULOS */
h2 {
  font-size: 26px;
  margin-top: 45px;
  padding-left: 12px;
  border-left: 3px solid var(--accent);
}

h3 {
  font-size: 20px;
  margin-top: 25px;
  color: var(--text);
}

/* TEXTO */
p {
  font-size: 17px;
  color: var(--text);
}

/* LISTAS */
ul {
  padding-left: 22px;
}

li {
  margin-bottom: 8px;
  color: var(--text);
}

/* CAIXAS DESTACADAS (Bastet vibe) */
.highlight {
  background: var(--soft);
  border-left: 4px solid var(--accent);
  padding: 18px;
  margin: 25px 0;
  border-radius: 6px;
  position: relative;
}

/* detalhe subtil místico */
.highlight::before {
  content: "☾";
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 18px;
  color: var(--muted);
}

/* FAQ estilo limpo */
h3 {
  border-bottom: 1px solid var(--line);
  padding-bottom: 6px;
}

/* LINKS */
a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: var(--muted);
}

a:hover {
  opacity: 0.7;
}

/* SEPARADORES */
hr {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #000, transparent);
  margin: 40px 0;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

  body {
    padding: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-4f8aef1 *//* ================================
   BASTETINME · ESTILO PREMIUM
   ================================ */

/* Espaçamento geral */
.semana-energia section {
  margin-bottom: 60px;
}

/* Divisórias */
.divider {
  text-align: center;
  font-size: 26px;
  letter-spacing: 6px;
  margin: 70px 0;
  opacity: 0.85;
}

.divider.grande {
  margin: 100px 0;
  font-size: 32px;
}

/* Títulos dos signos */
.signo-bloco h3 {
  font-size: 32px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Texto dos signos */
.signo-bloco p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* Espaço extra entre signos */
.signo-bloco {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Gráficos energéticos */
.graficos-energia-semana .barra {
  font-size: 18px;
  margin: 12px 0;
  letter-spacing: 0.5px;
}

/* Títulos dos gráficos */
.graficos-energia-semana h3 {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}

/* Secções dos gráficos */
.graficos-energia-semana section {
  margin-bottom: 50px;
}

/* Melhor leitura em ecrãs largos */
@media (min-width: 900px) {
  .semana-energia {
    max-width: 900px;
    margin: 0 auto;
  }
}/* End custom CSS */