:root {
    --text-3xl: 2.5rem !important;
    --text-base: 1.25rem !important;
    --text-s: 1rem !important;
}

.w-\(--sidebar-width\) {
    --sidebar-width: 20rem !important;
}

br {
  display: block;
  content: "";
  margin-top: 10px;
}

p {
    font-size: var(--text-base);    
}

.group\/menu-item > * {
    font-size: var(--text-s);
    height: auto;
}

.group\/menu-item > a > span {
    width: auto;
    overflow: unset;
}

#page-header > div, article + div { /* flechas navegacion */
    display: none;
}

footer > div > div > .text-muted-foreground {
    display: none;
}

header > div > div > div > div > button { /* searchbar */
    display: none;
}

article > div > p > img, article > div > p > video {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
