/* ===================================
    Sembei - Custom Styles
    Base: Crafto Design Agency (faithful copy)
====================================== */

/* fonts — self-hosted, see rootsystem/static/front/fonts/ */
@font-face { font-family: 'Aeonik'; src: url('../fonts/aeonik/Aeonik-Thin.woff2') format('woff2');         font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: 'Aeonik'; src: url('../fonts/aeonik/Aeonik-ThinItalic.woff2') format('woff2');   font-weight: 100; font-style: italic; font-display: swap; }
@font-face { font-family: 'Aeonik'; src: url('../fonts/aeonik/Aeonik-Air.woff2') format('woff2');          font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: 'Aeonik'; src: url('../fonts/aeonik/Aeonik-AirItalic.woff2') format('woff2');    font-weight: 200; font-style: italic; font-display: swap; }
@font-face { font-family: 'Aeonik'; src: url('../fonts/aeonik/Aeonik-Light.woff2') format('woff2');        font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Aeonik'; src: url('../fonts/aeonik/Aeonik-LightItalic.woff2') format('woff2');  font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: 'Aeonik'; src: url('../fonts/aeonik/Aeonik-Regular.woff2') format('woff2');      font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Aeonik'; src: url('../fonts/aeonik/Aeonik-RegularItalic.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Aeonik'; src: url('../fonts/aeonik/Aeonik-Medium.woff2') format('woff2');       font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Aeonik'; src: url('../fonts/aeonik/Aeonik-MediumItalic.woff2') format('woff2'); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: 'Aeonik'; src: url('../fonts/aeonik/Aeonik-Bold.woff2') format('woff2');         font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Aeonik'; src: url('../fonts/aeonik/Aeonik-BoldItalic.woff2') format('woff2');   font-weight: 700; font-style: italic; font-display: swap; }
@font-face { font-family: 'Aeonik'; src: url('../fonts/aeonik/Aeonik-Black.woff2') format('woff2');        font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Aeonik'; src: url('../fonts/aeonik/Aeonik-BlackItalic.woff2') format('woff2');  font-weight: 900; font-style: italic; font-display: swap; }

@font-face { font-family: 'Neue Montreal'; src: url('../fonts/neue-montreal/NeueMontreal-Light.woff2') format('woff2');        font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Neue Montreal'; src: url('../fonts/neue-montreal/NeueMontreal-LightItalic.woff2') format('woff2');  font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: 'Neue Montreal'; src: url('../fonts/neue-montreal/NeueMontreal-Regular.woff2') format('woff2');      font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Neue Montreal'; src: url('../fonts/neue-montreal/NeueMontreal-Italic.woff2') format('woff2');       font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Neue Montreal'; src: url('../fonts/neue-montreal/NeueMontreal-Medium.woff2') format('woff2');       font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Neue Montreal'; src: url('../fonts/neue-montreal/NeueMontreal-MediumItalic.woff2') format('woff2'); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: 'Neue Montreal'; src: url('../fonts/neue-montreal/NeueMontreal-Bold.woff2') format('woff2');         font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Neue Montreal'; src: url('../fonts/neue-montreal/NeueMontreal-BoldItalic.woff2') format('woff2');   font-weight: 700; font-style: italic; font-display: swap; }

/* variables */
:root {
    --base-color: #014efe;            /* RISD Blue — the single brand blue (Sembei manual) */
    --accent-blue: var(--base-color); /* alias of --base-color; unified — do not diverge */
    --night: #0f0f0f;                 /* "Night" / Negro Sembei — brand near-black (Sembei manual) */
    --zaffre: #3c27a0;                /* Zaffre — brand secondary (blue-violet) */
    --medium-gray: #787875;
    --white: #ffffff;
    --concrete-gray: #ffffff;
    --bg-maire-yellow: #131312;
    --light-medium-gray: #cdcdc7;
    --dark-gray: #2d2d2d;
    --zeus-grey: #333331;
    --alt-font: 'Neue Montreal', sans-serif;
    --primary-font: 'Aeonik', sans-serif;
    --corner-extra-large: 28px;
    --corner-full: 1000px;
}

/* ---- base ---- */
body {
    font-size: 17px;
    line-height: 30px;
}

/* ---- viewport heights ---- */
.min-h-80vh {
    min-height: 80vh !important;
}

.container-fluid {
    max-width: 1750px;
}

/* ---- custom cursor ---- */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
    }
    .custom-cursor .circle-cursor-inner {
        width: 20px;
        height: 20px;
        left: -5px;
        top: -5px;
        background: var(--dark-gray);
    }
    .custom-cursor .circle-cursor-inner.cursor-link-hover {
        width: 30px;
        height: 30px;
        background: var(--white);
        opacity: 0.5 !important;
    }
}

/* ---- heading tags ---- */
h1 {
    font-size: 5rem;
    line-height: 4.5rem;
}

h3 {
    font-size: 3.125rem;
    line-height: 2.8rem;
}

.fs-325 {
    font-size: 20.313rem;
    line-height: 20.313rem;
}

/* ---- page title ---- */
.page-title-large h1 {
    font-size: 3.2rem;
    line-height: 3rem;
}

.page-title-large {
    margin-top: -40px;
}

/* ---- header ---- */
header .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
}

.navbar .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 17px;
    padding: 10px 24px;
}

header .navbar-brand {
    padding: 38px 0;
}

header .navbar-brand img {
    max-height: 38px;
}

/* Páginas con hero oscuro: forzamos logo, links del nav y botón
   "Cotizar" en blanco SOLO mientras el header está sobre el hero.
   Cuando Crafto agrega `.sticky-active`, soltamos el override y los
   estilos por defecto del tema (texto dark-gray sobre fondo blanco
   translúcido) vuelven a aplicar. La clase del nav permanece
   `header-light` para no romper el efecto de scroll del resto del sitio. */
body.sembei-hero-dark-nav header:not(.sticky-active) nav .navbar-nav .nav-link,
body.sembei-hero-dark-nav header:not(.sticky-active) nav .dropdown-toggle,
body.sembei-hero-dark-nav header:not(.sticky-active) .header-icon .header-button .btn,
body.sembei-hero-dark-nav header:not(.sticky-active) .header-icon .header-button .btn:hover,
body.sembei-hero-dark-nav header:not(.sticky-active) .header-icon .header-button .btn .btn-text {
    color: var(--white) !important;
}

/* ---- e-learning hero ---- */
/* color de respaldo si el webp del fondo (degradado azul→violeta + formas)
   no carga; el bg-image inline del template manda cuando sí carga. */
.sembei-hero-elearning {
    background-color: var(--base-color);
}

/* popup de video de la instructora (Magnific inline) */
.sembei-video-dialog {
    max-width: 900px;
    width: 100%;
}

/* sección "Combinamos": esfera decorativa (figura-2) detrás de la foto (ya circular) */
.sembei-combinamos-figure {
    width: 58%;
    max-width: 300px;
    height: auto;
    top: -9%;
    left: -6%;
}

/* ---- dropdown (Sembei: services menu) ---- */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    padding: 10px 0 !important;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    padding: 10px 20px;
    font-size: 15px;
}


/* ---- line height ---- */
.lh-160 {
    line-height: 10rem;
}

.lh-300 {
    line-height: 18.75rem;
}

/* ---- positioning ---- */
.top-minus-250px {
    top: -250px;
}

.right-minus-250px {
    right: -250px;
}

.left-minus-230px {
    left: -230px;
}

/* ---- bg colors ---- */
.bg-concrete-gray {
    background-color: var(--concrete-gray);
}

.sembei-bg-base {
    background-color: var(--base-color);
}

.sembei-bg-night {
    background-color: var(--night);
}

/* Footer background: gradient Night (top) -> RISD Blue (bottom).
   Top (logo + nav) stays in the dark Night zone; RISD Blue floods the
   lower edge. */
.sembei-footer-gradient {
    background: linear-gradient(to bottom, var(--night) 0%, var(--base-color) 100%);
}

/* Marquee band (ecommerce + desarrollo-software "cintillo"): RISD Blue -> Night. */
.sembei-bg-blue-night {
    background: linear-gradient(to right, var(--base-color) 0%, var(--night) 100%);
}

/* Odoo "¿Por qué Odoo?" cards: hover overlay as a Night -> RISD Blue gradient
   (azul a blanco hides white content on the white end, so Night->blue keeps the
   white icon + text legible across the whole fill). Icon turns white on hover. */
.sembei-hover-night-blue .feature-box-overlay {
    background: linear-gradient(135deg, var(--night), var(--base-color));
}

.sembei-hover-night-blue.hover-box.dark-hover:hover i {
    color: #fff !important;
}

/* Horizontal flip for reused decorative images (mirror across vertical axis). */
.sembei-flip-x {
    transform: scaleX(-1);
}

.bg-maire-yellow {
    background-color: var(--bg-maire-yellow);
}

.bg-gradient-dark-transparent {
    background: linear-gradient(to top, var(--base-color), #000);
}

.bg-gradient-gray-light-dark-transparent {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}

/* Blue scrim over a cover-background hero: 40% RISD Blue (#014efe) at the top,
   fading to transparent at the bottom. Keeps the hero content above the layer. */
.sembei-hero-overlay-blue {
    position: relative;
}

.sembei-hero-overlay-blue::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to bottom, rgba(1, 78, 254, 0.6) 0%, rgba(1, 78, 254, 0) 100%);
    pointer-events: none;
    z-index: 0;
}

.sembei-hero-overlay-blue > .container {
    position: relative;
    z-index: 1;
}

/* ---- border color ---- */
.border-color-zeus-grey {
    border-color: var(--zeus-grey) !important;
}

/* ---- text color ---- */
.text-concrete-gray {
    color: var(--concrete-gray);
}

.text-accent-blue {
    color: var(--accent-blue);
}

/* Single shared display gradient for the giant mid-page words site-wide
   (integral, experiencia, confianza, and the elearning / produccion-video
   lockups): RISD Blue -> white, fading out horizontally, clipped to text. */
.sembei-display-fade {
    background-image: linear-gradient(to right, var(--base-color) 5%, #fff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* "Sembei en números" lockup: blue→white and white→blue, painted across
   a dark background so both colors are visible. */
.sembei-display-fade-blue-to-white {
    background-image: linear-gradient(to right, var(--accent-blue), #fff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.sembei-display-fade-white-to-blue {
    background-image: linear-gradient(to right, #fff, var(--accent-blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Outline pill (used as section eyebrow / category label). Transparent
   background, thin blue border, blue text — distinct from the filled
   CTA buttons. */
.sembei-pill-outline {
    display: inline-block;
    padding: 8px 22px;
    border: 1px solid var(--base-color);
    border-radius: var(--corner-full);
    color: var(--base-color);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
}

/* Unify horizontal separator lines site-wide: thin solid gray, no
   sliding-line stripe. Overrides Crafto's separator-line-{1..5}px so
   every section uses the same hairline regardless of the original
   utility class. */
[class*="separator-line-"] {
    height: 2px !important;
    background-image: none !important;
}

/* Display text lockups (Crafto's .text-sliding-line, normally the
   diagonal hatched pattern over big typography): kill the stripes
   site-wide so the text reads solid. Color comes from whatever color
   utility is paired with it. */
.text-sliding-line {
    background-image: none !important;
    padding-bottom: 0 !important;
}

/* When the display lockup uses .bg-base-color (Crafto's mis-named class
   that sets color, not background), force the brand blue. Resolves to
   --base-color (#014efe) site-wide. */
.text-sliding-line.bg-base-color {
    color: var(--accent-blue) !important;
}

/* Disable forced uppercase site-wide. Juan's design system is sentence
   case throughout; any deliberately uppercase string is typed that way
   in HTML. */
.text-uppercase {
    text-transform: none !important;
}

/* Headings site-wide: Aeonik Regular (400). Juan's design uses weight
   sparingly — visual hierarchy comes from size and color, not weight.
   Overrides Crafto .fw-600/.fw-700 on heading tags (class + !important
   beats element-only selectors). Spans inside a heading can still use
   fw-600/fw-700 when needed. */
h1, h2, h3, h4,
h1.fw-600, h2.fw-600, h3.fw-600, h4.fw-600,
h1.fw-700, h2.fw-700, h3.fw-700, h4.fw-700 {
    font-weight: 400 !important;
}

/* Numbered pill markers (Crafto's process-step-icon-wrap + bg-sliding-line)
   site-wide: blue gradient (Zaffre bottom -> RISD Blue top), fully-rounded
   pill, white number. Applies to nosotros, home, and any other page that
   reuses Crafto's striped marker pattern. */
.process-step-icon-wrap.bg-sliding-line {
    background-color: var(--base-color) !important;
    background-image: linear-gradient(to top, var(--zaffre), var(--base-color)) !important;
    border-radius: var(--corner-full) !important;
}

.process-step-icon-wrap.bg-sliding-line .number {
    align-items: center !important;
}

/* Footer-edge display lockup: large display text painted with a blue->white
   gradient (clipped to the glyphs) that bleeds off the bottom-right corner
   of a section. Used for "tu socio digital", "hablemos", "nuestra historia",
   "desarrollo web", etc. — one shared look across pages. */
.sembei-display-bleed {
    font-family: var(--alt-font);
    font-size: 12.5rem;
    line-height: 1;
    font-weight: 500;
    background-image: linear-gradient(to bottom, var(--base-color) 0%, #fff 95%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: right;
    letter-spacing: -1px;
    position: absolute;
    right: -50px;
    bottom: -50px;
    white-space: nowrap;
    word-break: normal;
}

@media (max-width: 1199px) {
    .sembei-display-bleed {
        font-size: 7.5rem;
        right: -30px;
        bottom: -30px;
    }
}

@media (max-width: 767px) {
    .sembei-display-bleed {
        font-size: 6.25rem;
        right: 0;
        bottom: -20px;
    }
}

@media (max-width: 575px) {
    .sembei-display-bleed {
        font-size: 4rem;
        bottom: -10px;
    }
}

.text-white, .btn-link.text-white, a.text-white-hover:hover {
    color: var(--white) !important;
}

/* ---- word break ---- */
.word-break-normal {
    word-break: normal;
}

/* ---- buttons ---- */
.btn {
    font-family: var(--primary-font) !important;
    letter-spacing: 0;
    text-transform: none !important;
    border-radius: var(--corner-full) !important;
}

.btn.btn-switch-text.btn-large > span {
    font-size: 15px;
    padding: 18px 36px;
}

.btn.sembei-hero-cta.btn-switch-text.btn-large > span {
    font-size: 20px;
    padding: 18px 44px;
}

.btn.btn-switch-text.btn-medium > span {
    font-size: 14px;
    padding: 14px 28px;
}

/* All brand buttons: Night -> RISD Blue gradient (left to right), white text.
   Hover flips the gradient (RISD Blue -> Night) for a subtle interaction. */
.btn.btn-base-color {
    background-image: linear-gradient(to right, var(--night), var(--base-color)) !important;
    border-color: transparent !important;
    color: #fff;
}

.btn.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:hover {
    background-image: linear-gradient(to right, var(--base-color), var(--night)) !important;
    border-color: transparent !important;
    color: #fff;
}

.btn.btn-link {
    padding: 0;
}

.btn.btn-dark-gray, .btn.btn-box-shadow.btn-dark-gray:hover {
    color: #d8d8d4;
}

.threeD-letter-menu {
    min-height: inherit;
}

/* ---- hover box ---- */
.hover-box.dark-hover:hover i {
    color: var(--base-color) !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* ---- sliding lines ---- */
.bg-sliding-line {
    background-image: linear-gradient(45deg, transparent 45%, #fff 45%, #fff 55%, transparent 0);
    background-size: 0.2em 0.2em;
}

.text-sliding-line {
    background-image: linear-gradient(135deg, transparent 45%, #fff 45%, #fff 55%, transparent 0);
    padding-bottom: 0.1em;
}

/* ---- team style 08 ---- */
.team-style-08 figure figcaption .social-icon a {
    background-color: var(--base-color);
}

.team-style-08 figure figcaption .social-icon a:hover {
    color: var(--dark-gray);
}

/* ---- tab style 04 ---- */
.tab-style-04 .nav-tabs .nav-item .nav-link {
    color: var(--dark-gray);
}

/* ---- counter style 04 ---- */
.counter-style-04 .vertical-counter-number ul {
    line-height: 1;
}

/* ---- footer ---- */
footer {
    padding-top: 110px;
    padding-bottom: 90px;
}

footer,
footer a,
footer span,
footer span.text-white,
footer ul li a,
footer .text-dark-gray {
    color: #fff !important;
}

footer a:hover {
    color: var(--base-color) !important;
}

footer .footer-logo img {
    max-height: 56px;
}

footer .list-style-05 li:before {
    background-color: #fff;
    margin: 0 20px;
}

footer .list-style-05 li:hover {
    margin-left: 0;
}

footer ul li {
    margin-bottom: 12px;
    transition: all 300ms cubic-bezier(0.37, 0.8, 0.63, 1);
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer ul li a:hover {
    padding-left: 10px;
}

/* ---- servicios ---- */
.sembei-video-gradient {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.4) 35%, transparent 60%);
    pointer-events: none;
}

/* Parallax blocks that use MP4 instead of background-image (desarrollo-web, produccion-video) */
.sembei-parallax-media {
    min-height: 55vh;
}

.sembei-parallax-media__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.icon-with-text-style-07 .feature-box-title {
    font-size: 5rem;
    line-height: 1;
}

/* ---- nosotros ---- */
.sembei-about-hero.big-section {
    padding-bottom: 40px;
}

/* ---- responsive ---- */
@media (max-width: 1599px) {
    .fs-325 {
        font-size: 18.313rem;
        line-height: 18.313rem;
    }
}

@media (max-width: 1499px) {
    .fs-325 {
        font-size: 16rem;
        line-height: 16rem;
    }
}

@media (max-width: 1399px) {
    .bottom-minus-130px {
        bottom: -70px;
    }
    .fs-325 {
        font-size: 15rem;
        line-height: 15rem;
    }
}

@media (max-width: 1199px) {
    .lg-lh-128 {
        line-height: 8rem;
    }
    .lg-bg-black {
        background-color: var(--bg-maire-yellow);
    }
    .fs-325 {
        font-size: 12rem;
        line-height: 12rem;
    }
}

@media (max-width: 991px) {
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav > .nav-item {
        border-bottom: 0;
        text-align: center;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
        font-size: 32px;
        line-height: 32px;
        font-weight: 700;
    }
    .main-content {
        z-index: inherit;
    }
    .lh-300 {
        line-height: 15rem;
    }
    footer {
        padding-top: 90px;
        padding-bottom: 70px;
    }
    .fs-325 {
        font-size: 10rem;
        line-height: 10rem;
    }
}

@media (max-width: 767px) {
    .sm-border-start {
        border-left: 1px solid !important;
    }
    .btn.btn-switch-text.btn-large > span {
        padding: 18px 30px;
    }
    footer ul li {
        margin-bottom: 6px;
    }
    footer {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    footer .footer-logo img {
        width: auto;
    }
    .fs-325 {
        font-size: 9rem;
        line-height: 10.5rem;
    }
}

@media (max-width: 575px) {
    .xs-lh-112 {
        line-height: 7rem;
    }
    .fs-325 {
        font-size: 6rem;
        line-height: 8rem;
    }
}

/* Text transform override */
.sembei-text-normal {
    text-transform: none !important;
}

/* ===================================
    Blog article content
====================================== */
.sembei-article-content {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--medium-gray, #555);
}

.sembei-article-content h2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--dark-gray, #232323);
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.sembei-article-content h3 {
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--dark-gray, #232323);
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.sembei-article-content h4 {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--dark-gray, #232323);
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.sembei-article-content p {
    margin-bottom: 1.25rem;
}

.sembei-article-content ul,
.sembei-article-content ol {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.sembei-article-content ul {
    list-style-type: disc;
}

.sembei-article-content ol {
    list-style-type: decimal;
}

.sembei-article-content li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.sembei-article-content blockquote {
    border-left: 4px solid var(--base-color, #014efe);
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    background: #f8f9fa;
    font-style: italic;
    font-size: 1.1rem;
    color: var(--dark-gray, #232323);
}

.sembei-article-content blockquote p {
    margin-bottom: 0;
}

.sembei-article-content a {
    color: var(--base-color, #014efe);
    text-decoration: underline;
}

.sembei-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.sembei-article-content strong {
    font-weight: 600;
    color: var(--dark-gray, #232323);
}

.sembei-article-content code {
    background: #f1f3f5;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9em;
}

.sembei-article-content pre {
    background: #2d2d2d;
    color: #f8f8f2;
    padding: 1.25rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 1.5rem 0;
    font-size: 0.9rem;
    line-height: 1.6;
}

.sembei-article-content pre code {
    background: none;
    padding: 0;
    color: inherit;
}

.sembei-article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.sembei-article-content th,
.sembei-article-content td {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    text-align: left;
}

.sembei-article-content th {
    background: #f8f9fa;
    font-weight: 600;
    color: var(--dark-gray, #232323);
}
