/* RCAD v428 — artículos normales unificados con categorías/recursos: fondo blanco y breadcrumb limitado al contenido. */
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single),
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) #page,
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) #content,
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) .site,
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) .site-content,
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) .content-area,
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) .site-main,
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) main,
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) #content-wrapper.rcad-single-layout-v73,
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) .rcad-single-main-v73{
  background:#fff!important;
}

/* El artículo deja de verse como una tarjeta flotando sobre un lienzo gris. */
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) .rcad-article-card-v73{
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) .rcad-article-head-v73,
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) .rcad-article-body-v73{
  background:#fff!important;
}

/* La franja de migas ya no dibuja fondo/línea a todo el viewport. */
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) .rcad-global-article-breadcrumb,
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) .rcad-global-article-breadcrumb::before,
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) .rcad-global-article-breadcrumb::after{
  width:100%!important;
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
}
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) .rcad-global-article-breadcrumb::before,
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) .rcad-global-article-breadcrumb::after{
  content:none!important;
  display:none!important;
}

/* Línea inferior solo al ancho visual del contenido, como en categorías. */
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) .rcad-global-article-breadcrumb .rcad-bc-wrap{
  box-sizing:border-box!important;
  width:min(1320px,calc(100% - 48px))!important;
  max-width:1320px!important;
  margin:0 auto!important;
  padding:0!important;
  border:0!important;
  border-bottom:1px solid #e4e9f0!important;
  background:#fff!important;
}
body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) .rcad-global-article-breadcrumb .rcad-bc-box{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
}

@media(max-width:900px){
  body.single.single-post:not(.single-topic):not(.single-forum):not(.rcad-resource-single) .rcad-global-article-breadcrumb .rcad-bc-wrap{
    width:calc(100% - 32px)!important;
  }
}
