/* echoes.paris custom CSS (with shared.css).
   Served from https://nt.maiastra.xyz/lib/super/ and linked from the Super.so Head field.
   Docs: docs/super-so.md (notion-tools). */

.notion-toggle.bg-brown { 
  display: none !important; 
}
.notion-callout.bg-purple-light { 
  display: none !important; 
}
.notion-column-list {
 flex-wrap: nowrap !important;
}
.notion-header__description { 
  display: none !important; 
}


.notion-button {
  display: flex;
  justify-content: center;
}

.super-footer {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}



#block-2aef3868d02e800aa2cfedab819bc385 {
    width: 100vw !important;       /* Full viewport width */
    height: 100vh !important;      /* Full viewport height */
    max-width: 100vw !important;
    max-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* I2. Hide page icons in content (the grey squares before CV project names) */
.notion-root .notion-page__icon {
  display: none;
}

/* I3. Lighter inline-code chips (years, dates) */
.notion-root code.code {
  font-size: 0.8em;
  font-variant-numeric: tabular-nums;
  padding: 0.1em 0.4em;
}

/* I4. External links: text colour, no underline; Super's opacity: 0.7 keeps them grey.
   Links to Notion pages (.notion-page) aren't matched. */
.notion-root a.notion-link.link {
  color: inherit;
  text-decoration: none;
  border-bottom: 0px ;
}
