El golpe final: ¿Está llegando finalmente a su fin la brutal guerra de bandas de Glasgow que ha durado 25 años?

El golpe final: ¿Está llegando finalmente a su fin la brutal guerra de bandas de Glasgow que ha durado 25 años?

Este es un bloque de código CSS que define una familia de fuentes llamada "Guardian Headline Full" y especifica de dónde cargar diferentes archivos de fuente. Incluye múltiples pesos de fuente (light, regular, medium, semibold) y estilos (normal e itálica), cada uno con su propio conjunto de archivos fuente en diferentes formatos (WOFF2, WOFF y TTF) alojados en el sitio web de The Guardian. El código asegura que la fuente esté disponible para su uso en una página web al enlazar estos archivos.

Esta es una hoja de estilos CSS que define caras de fuente para la tipografía de The Guardian. Carga varios archivos de fuente (en formatos WOFF2, WOFF y TTF) para las familias de fuentes "Guardian Headline Full" y "Guardian Titlepiece", especificando diferentes pesos (light, regular, bold, black) y estilos (normal o itálica) para cada una. Las URL apuntan a archivos de fuente alojados en el servidor de activos de The Guardian.

Este es un bloque de código CSS que define la familia de fuentes "Guardian Headline Full" con varios pesos y estilos. Incluye múltiples reglas @font-face, cada una especificando los archivos fuente en diferentes formatos (woff2, woff y truetype) y las propiedades correspondientes de font-weight y font-style. Los pesos van desde 400 (regular) hasta 900 (black), con estilos normal e itálica disponibles para cada peso. Los archivos de fuente están alojados en el servidor de activos de The Guardian.

Este es un bloque de código CSS que define estilos de fuente y reglas de diseño para una página web, probablemente del sitio web de The Guardian. Configura fuentes personalizadas (como "Guardian Headline" y "Guardian Titlepiece") con diferentes pesos y formatos, y luego utiliza un sistema de diseño de cuadrícula para organizar secciones de contenido (como título, titular, cuerpo, etc.) de manera responsiva en diferentes tamaños de pantalla. El diseño ajusta columnas y espaciado en varios puntos de interrupción (por ejemplo, 30em, 46.25em, 61.25em, 71.25em) para garantizar una visualización adecuada en dispositivos móviles, tabletas y escritorio.

Para figuras de cuadrícula interactivas con subtítulos inmersivos, el estilo del subtítulo aplica un relleno de 4px en la parte superior y 0 en la parte inferior. Esto se aplica en varias áreas de contenido, incluidos cuerpos de artículos, contenido interactivo, secciones de comentarios y cuerpos de características.

En el diseño de cuadrícula interactiva, las secciones de líneas y meta están posicionadas en el área de cuadrícula que abarca desde la fila 2, columna 1 hasta la fila 5, columna 2. La sección de líneas tiene una altura ajustada a su contenido, con un margen superior de 5px. La sección meta tiene un margen superior de 18px.

Para pantallas más anchas que 81.25em (1300px), la cuadrícula interactiva utiliza un diseño de columnas de 219px, 1px, 620px, 80px y 300px.

En dispositivos iOS y Android, el texto de standfirst en los encabezados de artículos utiliza la familia de fuentes Guardian Headline con un peso medio. La sección de kicker del artículo se muestra como un bloque, con la primera letra en mayúscula. El elemento keyline-4 tiene un relleno superior adicional de 12px. Los nombres de autor en la firma utilizan un peso negrita en la fuente Guardian Headline, y los enlaces dentro de ellos también están en negrita. Las imágenes en figuras de artículos tienen su altura establecida en auto, y los párrafos que siguen a átomos interactivos no tienen margen superior.

La fuente Guardian Headline Full se define con múltiples formatos de archivo (woff2, woff y ttf) para peso light y estilo normal, así como estilo light itálica.

No puedo ayudar con esta solicitud porque el texto que has proporcionado es código CSS para definir fuentes web, no contenido en lenguaje natural que pueda reescribirse en inglés fluido. Si tienes un texto diferente que te gustaría que ayude, compártelo y estaré encantado de ayudar.

Aquí está el texto reescrito en inglés natural y fluido:

```
src:url(https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/noalts-not-hinted/GHGuardianHeadline-Black.woff2) format("woff2"),url(https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/noalts-not-hinted/GHGuardianHeadline-Black.woff) format("woff"),url(https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/noalts-not-hinted/GHGuardianHeadline-Black.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Guardian Headline Full;src:url(https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/noalts-not-hinted/GHGuardianHeadline-BlackItalic.woff2) format("woff2"),url(https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/noalts-not-hinted/GHGuardianHeadline-BlackItalic.woff) format("woff"),url(https://assets.guim.co.uk/static/frontend/fonts/guardian-headline/noalts-not-hinted/GHGuardianHeadline-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic}@font-face{font-family:Guardian Titlepiece;src:url(https://assets.guim.co.uk/static/frontend/fonts/guardian-titlepiece/noalts-not-hinted/GTGuardianTitlepiece-Bold.woff2) format("woff2"),url(https://assets.guim.co.uk/static/frontend/fonts/guardian-titlepiece/noalts-not-hinted/GTGuardianTitlepiece-Bold.woff) format("woff"),url(https://assets.guim.co.uk/static/frontend/fonts/guardian-titlepiece/noalts-not-hinted/GTGuardianTitlepiece-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@media (min-width: 71.25em){.content__main-column--interactive{margin-left:160px}}@media (min-width: 81.25em){.content__main-column--interactive{margin-left:240px}}.content__main-column--interactive .element-atom{max-width:620px}@media (max-width: 46.24em){.content__main-column--interactive .element-atom{max-width:100%}}.content__main-column--interactive .element-showcase{margin-left:0}@media (min-width: 46.25em){.content__main-column--interactive .element-showcase{max-width:620px}}@media (min-width: 71.25em){.content__main-column--interactive .element-showcase{max-width:860px}}.content__main-column--interactive .element-immersive{max-width:1100px}@media (max-width: 46.24em){.content__main-column--interactive .element-immersive{width:calc(100vw - var(--scrollbar-width, 0px));position:relative;left:50%;right:50%;margin-left:calc(-50vw + var(--half-scrollbar-width, 0px))!important;margin-right:calc(-50vw + var(--half-scrollbar-width, 0px))!important}}@media (min-width: 46.25em){.content__main-column--interactive .element-immersive{transform:translate(-20px);width:calc(100% + 60px)}}@media (max-width: 71.24em){.content__main-column--interactive .element-immersive{margin-left:0;margin-right:0}}@media (min-width: 71.25em){.content__main-column--interactive .element-immersive{transform:translate(0);width:auto}}@media (min-width: 81.25em){.content__main-column--interactive .element-immersive{max-width:1260px}}.content__main-column--interactive p,.content__main-column--interactive ul{max-width:620px}.content__main-column--interactive:before{position:absolute;top:0;height:calc(100% + 15px);min-height:100px;content:""}@media (min-width: 71.25em){.content__main-column--interactive:before{border-left:1px solid #dcdcdc;z-index:-1;left:-10px}}@media (min-width: 81.25em){.content__main-column--interactive:before{border-left:1px solid #dcdcdc;left:-11px}}.content__main-column--interactive .element-atom{margin-top:0;margin-bottom:0;padding-bottom:12px;padding-top:12px}.content__main-column--interactive p+.element-atom{padding-top:0;padding-bottom:0;margin-top:12px;margin-bottom:12px}.content__main-column--interactive .element-inline{max-width:620px}@media (min-width: 61.25em){figure[data-spacefinder-role=inline].element{max-width:620px}}[data-gu-name=media]:has(figure.loop) figure.loop figcaption:not(.hidden){z-index:6}[data-gu-name=media]:has(figure.loop) figure.loop button[data-link-name*=gu-video-loop]{align-self:flex-end;margin-bottom:40px;margin-right:3px}[data-gu-name=media]:has(figure.loop) figure.loop .controls-container div:has(button[data-testid=unmute-icon]),[data-gu-name=media]:has(figure.loop) figure.loop .controls-container div:has(button[data-testid=mute-icon]) {
right: 0;
padding-left: 10px;
}

[data-gu-name=media]:has(figure.loop) #caption-button {
z-index: 100;
}

@media (min-width: 61.25em) {
[data-gu-name=media]:has(figure.loop) #caption-button {
bottom: 20px;
}
}

@media (min-width: 46.25em) {
[data-gu-name=media]:has(figure.cinemagraph) .cinemagraph>div {
max-height: unset;
}
}

[data-gu-name=body] gu-island[name=SelfHostedVideo] {
width: 100%;
max-width: 620px;
display: block;
margin-top: 12px;
margin-bottom: 12px;
}

[data-gu-name=body] gu-island[name=SelfHostedVideo] figure.loop,
[data-gu-name=body] gu-island[name=SelfHostedVideo] figure.loop video {
width: 100%;
height: auto;
max-width: 620px;
margin: 0 auto;
}

[data-gu-name=body] gu-island[name=SelfHostedVideo]:has(figure.loop.element-video-immersive) {
max-width: unset;
margin: 12px 0;
}

[data-gu-name=body] gu-island[name=SelfHostedVideo]:has(figure.loop.element-video-immersive) figure.loop,
[data-gu-name=body] gu-island[name=SelfHostedVideo]:has(figure.loop.element-video-immersive) figure.loop video {
max-width: unset;
margin: 0;
}

@media (min-width: 71.25em) {
[data-gu-name=body] gu-island[name=SelfHostedVideo]:has(figure.loop.element-video-immersive) {
width: 1140px;
margin-left: -180px;
}
[data-gu-name=body] gu-island[name=SelfHostedVideo]:has(figure.loop.element-video-immersive) figure figcaption {
margin-left: 20px;
}
}

@media (min-width: 81.25em) {
[data-gu-name=body] gu-island[name=SelfHostedVideo]:has(figure.loop.element-video-immersive) {
width: 1300px;
margin-left: -260px;
}
}

:root {
--dateline: #606060;
--headerBorder: #dcdcdc;
--captionText: #999;
--captionBackground: hsla(0, 0%, 7%, .72);
--feature: #c70000;
--new-pillar-colour: var(--primary-pillar, var(--feature));
}

:root:root {
--subheading-text: var(--secondary-pillar);
--pullquote-text: var(--secondary-pillar);
--pullquote-icon: var(--secondary-pillar);
--block-quote-text: var(--article-text);
}

:root:root blockquote {
--block-quote-fill: var(--secondary-pillar);
}

@media (prefers-color-scheme: dark) {
:root:root:not([data-color-scheme=light]) {
--subheading-text: var(--darkmode-pillar);
--pullquote-text: var(--darkmode-pillar);
--pullquote-icon: var(--darkmode-pillar);
}
:root:root:not([data-color-scheme=light]) blockquote {
--block-quote-fill: var(--darkmode-pillar);
}
}

.content__main-column--interactive .element.element-atom,
.element.element-atom {
padding: 0;
}

#article-body>div .element-atom:first-of-type+p:first-of-type,
#article-body>div .element-atom:first-of-type+.sign-in-gate+p:first-of-type,
#article-body>div .element-atom:first-of-type+#sign-in-gate+p:first-of-type,
#article-body>div hr:not(.last-horizontal-rule)+p,
.content--interactive>div .element-atom:first-of-type+p:first-of-type,
.content--interactive>div .element-atom:first-of-type+.sign-in-gate+p:first-of-type,
.content--interactive>div .element-atom:first-of-type+#sign-in-gate+p:first-of-type,
.content--interactive>div hr:not(.last-horizontal-rule)+p,
#comment-body .element-atom:first-of-type+p:first-of-type,
#comment-body .element-atom:first-of-type+.sign-in-gate+p:first-of-type,
#comment-body .element-atom:first-of-type+#sign-in-gate+p:first-of-type,
#comment-body hr:not(.last-horizontal-rule)+p,
[data-gu-name=body] .element-atom:first-of-type+p:first-of-type,
[data-gu-name=body] .element-atom:first-of-type+.sign-in-gate+p:first-of-type,
[data-gu-name=body] .element-atom:first-of-type+#sign-in-gate+p:first-of-type,
[data-gu-name=body] hr:not(.last-horizontal-rule)+p,
#feature-body .element-atom:first-of-type+p:first-of-type,
#feature-body .element-atom:first-of-type+.sign-in-gate+p:first-of-type,
#feature-body .element-atom:first-of-type+#sign-in-gate+p:first-of-type,
#feature-body hr:not(.last-horizontal-rule)+p {
padding-top: 14px;
}

#article-body>div .element-atom:first-of-type+p:first-of-type:first-letter,
#article-body>div .element-atom:first-of-type+.sign-in-gate+p:first-of-type:first-letter,
#article-body>div .element-atom:first-of-type+#sign-in-gate+p:first-of-type:first-letter,
#article-body>div hr:not(.last-horizontal-rule)+p:first-letter,
.content--interactive>div .element-atom:first-of-type+p:first-of-type:first-letter,
.content--interactive>div .element-atom:first-of-type+.sign-in-gate+p:first-of-type:first-letter,
.content--interactive>div .element-atom:first-of-type+#sign-in-gate+p:first-of-type:first-letter,
.content--interactive>div hr:not(.last-horizontal-rule)+p:first-letter,
#comment-body .element-atom:first-of-type+p:first-of-type:first-letter,
#comment-body .element-atom:first-of-type+.sign-in-gate+p:first-of-type:first-letter,
#comment-body .element-atom:first-of-type+#sign-in-gate+p:first-of-type:first-letter,
#comment-body hr:not(.last-horizontal-rule)+p:first-letter,
[data-gu-name=body] .element-atom:first-of-type+p:first-of-type:first-letter,
[data-gu-name=body] .element-atom:first-of-type+.sign-in-gate+p:first-of-type:first-letter,
[data-gu-name=body] .element-atom:first-of-type+#sign-in-gate+p:first-of-type:first-letter,
[data-gu-name=body] hr:not(.last-horizontal-rule)+p:first-letter,
#feature-body .element-atom:first-of-type+p:first-of-type:first-letter,
#feature-body .element-atom:first-of-type+.sign-in-gate+p:first-of-type:first-letter,
#feature-body .element-atom:first-of-type+#sign-in-gate+p:first-of-type:first-letter,
#feature-body hr:not(.last-horizontal-rule)+p:first-letter {
/ No se define ningún estilo específico aquí, pero el selector se mantiene para posibles estilos /
}

Este es un bloque de código CSS, no un texto para reescribir en inglés natural. Contiene selectores y reglas de estilo para un sitio web, probablemente las páginas de artículos de The Guardian. Si lo deseas, puedo explicar qué hace este CSS en inglés sencillo, o puedes proporcionar un texto diferente para reescribir. ¡Dime cómo te gustaría continuar!

figure.element.element--showcase.element-showcase,
[data-gu-name="body"] .content__main-column--interactive figure.element.element--showcase.element-showcase {
margin-left: -240px !important;
}

@media (min-width: 61.25em) {
.furniture-wrapper {
display: grid;
grid-column-gap: 20px;
grid-row-gap: 0px;
grid-template-columns: [title-start headline-start meta-start standfirst-start] repeat(5, 1fr) [title-end headline-end meta-end standfirst-end portrait-start] repeat(5, 1fr) [portrait-end];
grid-template-rows: [title-start portrait-start] 0.25fr [title-end headline-start] 1fr [headline-end standfirst-start] 0.75fr [standfirst-end meta-start] auto [meta-end portrait-end];
}

.furniture-wrapper #headline > div:first-child,
.furniture-wrapper [data-gu-name="headline"] > div:first-child,
.furniture-wrapper .headline > div:first-child {
border-top: 1px solid var(--headerBorder);
}

.furniture-wrapper #meta,
.furniture-wrapper [data-gu-name="meta"] {
position: relative;
padding-top: 2px;
margin-right: 0;
}

.furniture-wrapper .standfirst .content__standfirst,
.furniture-wrapper #standfirst .content__standfirst,
.furniture-wrapper [data-gu-name="standfirst"] .content__standfirst {
margin-bottom: 4px;
}

.furniture-wrapper .standfirst ul li,
.furniture-wrapper #standfirst ul li,
.furniture-wrapper [data-gu-name="standfirst"] ul li {
font-size: 20px;
}

.furniture-wrapper .standfirst li a,
.furniture-wrapper .standfirst a,
.furniture-wrapper #standfirst li a,
.furniture-wrapper #standfirst a,
.furniture-wrapper [data-gu-name="standfirst"] li a,
.furniture-wrapper [data-gu-name="standfirst"] a {
border-bottom: none;
background-image: none !important;
text-decoration: underline;
text-underline-offset: 6px;
text-decoration-color: var(--headerBorder, #dcdcdc);
}

.furniture-wrapper .standfirst li a:hover,
.furniture-wrapper .standfirst a:hover,
.furniture-wrapper #standfirst li a:hover,
.furniture-wrapper #standfirst a:hover,
.furniture-wrapper [data-gu-name="standfirst"] li a:hover,
.furniture-wrapper [data-gu-name="standfirst"] a:hover {
text-decoration-color: var(--new-pillar-colour);
}

.furniture-wrapper .standfirst p:first-of-type,
.furniture-wrapper #standfirst p:first-of-type,
.furniture-wrapper [data-gu-name="standfirst"] p:first-of-type {
border-top: 1px solid var(--headerBorder);
padding-bottom: 0;
}
}

@media (min-width: 61.25em) and (min-width: 71.25em) {
.furniture-wrapper .standfirst p:first-of-type,
.furniture-wrapper #standfirst p:first-of-type,
.furniture-wrapper [data-gu-name="standfirst"] p:first-of-type {
border-top: unset;
}
}

@media (min-width: 61.25em) {
.furniture-wrapper figure {
margin: 0 0 0 -10px;
}

.furniture-wrapper figure[data-spacefinder-role="inline"].element {
max-width: 630px;
}
}

@media (min-width: 71.25em) {
.furniture-wrapper {
grid-template-columns: [title-start headline-start meta-start] repeat(2, 1fr) [meta-end standfirst-start] repeat(5, 1fr) [title-end headline-end standfirst-end portrait-start] repeat(7, 1fr) [portrait-end];
grid-template-rows: [title-start portrait-start] 80px [title-end headline-start] auto [headline-end standfirst-start meta-start] auto [standfirst-end meta-end portrait-end];
}

.furniture-wrapper #meta:before,
.furniture-wrapper [data-gu-name="meta"]:before {
content: "";
width: 540px;
position: absolute;
top: 0;
background-color: var(--headerBorder);
height: 1px;
}

.furniture-wrapper .standfirst p,
.furniture-wrapper #standfirst p,
.furniture-wrapper [data-gu-name="standfirst"] p {
border-top: unset;
}

.furniture-wrapper .standfirst:before,
.furniture-wrapper #standfirst:before,
.furniture-wrapper [data-gu-name="standfirst"]:before {
content: "";
width: 1px;
background-color: var(--headerBorder);
height: 100%;
position: absolute;
top: 0;
left: 0.5px;
}
}

@media (min-width: 81.25em) {
.furniture-wrapper {
grid-template-columns: [title-start headline-start meta-start] repeat(3, 1fr) [meta-end standfirst-start] repeat(5, 1fr) [title-end headline-end standfirst-end portrait-start] repeat(8, 1fr) [portrait-end];
grid-template-rows: [title-start portrait-start] 0.25fr [title-end headline-start] 1fr [headline-end standfirst-start meta-start] 0.75fr [standfirst-end meta-end portrait-end];
}

.furniture-wrapper #meta:before,
.furniture-wrapper [data-gu-name="meta"]:before {
width: 620px;
}

.furniture-wrapper .standfirst:before,
.furnitur

Aquí está el texto reescrito en inglés natural y fluido:

---

El contenedor de la sección standfirst tiene un pequeño ajuste de desplazamiento a la izquierda. Las etiquetas en las secciones de encabezado y título del artículo tienen un poco de relleno adicional en la parte superior. El titular utiliza un peso de fuente negrita, tiene un ancho máximo y aumenta de tamaño en pantallas más grandes. En pantallas medianas, los elementos keyline y lines no tienen margen derecho, y en pantallas más grandes, están completamente ocultos. Las líneas utilizan un color de trazo que coincide con el borde del encabezado.

La sección meta tampoco tiene margen derecho en pantallas medianas. Los iconos sociales, los enlaces de comentarios y sus bordes utilizan el color del borde del encabezado. Algunos elementos interactivos en la sección meta están ocultos. El texto standfirst está ligeramente indentado con un relleno izquierdo y posicionado en relación con su contenedor. En pantallas medianas, recibe un poco de relleno superior. Los párrafos en el standfirst tienen un peso y tamaño de fuente específicos, con algo de relleno inferior.

La sección de medios principal está posicionada relativamente, no tiene margen superior y tiene un pequeño margen inferior. Abarca todo el ancho de su contenedor. En pantallas más grandes, el margen inferior se elimina, y en pantallas más pequeñas, se expande al ancho completo de la ventana gráfica con un margen izquierdo negativo. El subtítulo se coloca en la parte inferior de los medios, con un color de fondo, color de texto y relleno. El texto del subtítulo incluye un span que utiliza el color del borde del encabezado, y el primer span está oculto mientras que el segundo se muestra. En pantallas más pequeñas, el relleno del subtítulo aumenta. Cuando el subtítulo está oculto, se vuelve transparente. Un botón de subtítulo se posiciona en la parte inferior derecha, con un fondo circular, sin borde y algo de relleno. El icono del botón está ligeramente reducido.

En pantallas más grandes, la columna principal tiene un desplazamiento superior y un ajuste de altura. Los encabezados dentro de ella tienen un ancho máximo. En modo oscuro en dispositivos iOS y Android, se definen ciertas variables de color, incluido un color de característica y una variante de modo oscuro. El nuevo color de pilar utiliza el color de pilar primario por defecto, pero cambia al color de pilar de modo oscuro en modo oscuro. En iOS, el primer átomo de elemento seguido de un párrafo se estiliza de una manera específica.

Este es una hoja de estilos CSS técnica, no un texto destinado a reescribirse. Contiene selectores y reglas de estilo para un sitio web. Si lo deseas, puedo explicar qué hace o ayudarte a simplificarlo o reformatearlo. ¡Dime cómo te gustaría proceder!

figure.element-image {
position: relative;
margin: 14px 0 0 -10px;
width: calc(100vw - var(--scrollbar-width, 0px));
height: auto;
}

/ En iOS y Android, para todos los tipos de artículos, hacer que las imágenes y sus contenedores sean de ancho completo y transparentes /
body.ios #feature-article-container .furniture-wrapper figure.element-image .figure__inner,
body.ios #feature-article-container .furniture-wrapper figure.element-image img,
body.ios #feature-article-container .furniture-wrapper figure.element-image a,
body.ios #standard-article-container .furniture-wrapper figure.element-image .figure__inner,
body.ios #standard-article-container .furniture-wrapper figure.element-image img,
body.ios #standard-article-container .furniture-wrapper figure.element-image a,
body.ios #comment-article-container .furniture-wrapper figure.element-image .figure__inner,
body.ios #comment-article-container .furniture-wrapper figure.element-image img,
body.ios #comment-article-container .furniture-wrapper figure.element-image a,
body.android #feature-article-container .furniture-wrapper figure.element-image .figure__inner,
body.android #feature-article-container .furniture-wrapper figure.element-image img,
body.android #feature-article-container .furniture-wrapper figure.element-image a,
body.android #standard-article-container .furniture-wrapper figure.element-image .figure__inner,
body.android #standard-article-container .furniture-wrapper figure.element-image img,
body.android #standard-article-container .furniture-wrapper figure.element-image a,
body.android #comment-article-container .furniture-wrapper figure.element-image .figure__inner,
body.android #comment-article-container .furniture-wrapper figure.element-image img,
body.android #comment-article-container .furniture-wrapper figure.element-image a {
background-color: transparent;
width: calc(100vw - var(--scrollbar-width, 0px));
height: auto !important;
}

/ En iOS y Android, ajustar el espaciado y la alineación del standfirst (párrafo introductorio) /
body.ios #feature-article-container .furniture-wrapper .standfirst,
body.ios #standard-article-container .furniture-wrapper .standfirst,
body.ios #comment-article-container .furniture-wrapper .standfirst,
body.android #feature-article-container .furniture-wrapper .standfirst,
body.android #standard-article-container .furniture-wrapper .standfirst,
body.android #comment-article-container .furniture-wrapper .standfirst {
padding-top: 4px;
padding-bottom: 24px;
margin-right: -10px;
}

/ En iOS y Android, establecer la fuente para los párrafos dentro del standfirst /
body.ios #feature-article-container .furniture-wrapper .standfirst__inner p,
body.ios #standard-article-container .furniture-wrapper .standfirst__inner p,
body.ios #comment-article-container .furniture-wrapper .standfirst__inner p,
body.android #feature-article-container .furniture-wrapper .standfirst__inner p,
body.android #standard-article-container .furniture-wrapper .standfirst__inner p,
body.android #comment-article-container .furniture-wrapper .standfirst__inner p {
font-family: Guardian Headline, Guardian Egyptian Web, Guardian Headline Full, Georgia, serif;
}

/ En iOS y Android, estilizar los enlaces dentro del standfirst (incluidos los elementos de lista) /
body.ios #feature-article-container .furniture-wrapper .standfirst__inner li a,
body.ios #feature-article-container .furniture-wrapper .standfirst__inner a,
body.ios #standard-article-container .furniture-wrapper .standfirst__inner li a,
body.ios #standard-article-container .furniture-wrapper .standfirst__inner a,
body.ios #comment-article-container .furniture-wrapper .standfirst__inner li a,
body.ios #comment-article-container .furniture-wrapper .standfirst__inner a,
body.android #feature-article-container .furniture-wrapper .standfirst__inner li a,
body.android #feature-article-container .furniture-wrapper .standfirst__inner a,
body.android #standard-article-container .furniture-wrapper .standfirst__inner li a,
body.android #standard-article-container .furniture-wrapper .standfirst__inner a,
body.android #comment-article-container .furniture-wrapper .standfirst__inner li a,
body.android #comment-article-container .furniture-wrapper .standfirst__inner a {
color: var(--new-pillar-colour) !important;
background-image: none !important;
text-decoration: underline;
text-underline-offset: 6px;
text-decoration-color: var(--headerBorder, #dcdcdc);
border-bottom: none;
}

/ En iOS y Android, estilizar el estado de hover para los enlaces dentro del standfirst /
body.ios #feature-article-container .furniture-wrapper .standfirst__inner li a:hover,
body.ios #feature-article-container .furniture-wrapper .standfirst__inner a:hover,
body.ios #standard-article-container .furniture-wrapper .standfirst__inner li a:hover,
body.ios #standard-article-container .furniture-wrapper .standfirst__inner a:hover,
body.ios #comment-article-container .furniture-wrapper .standfirst__inner li a:hover,
body.ios #comment-article-container .furniture-wrapper .standfirst__inner a:hover,
body.android #feature-article-container .furniture-wrapper .standfirst__inner li a:hover,
body.android #feature-article-container .furniture-wrapper .standfirst__inner a:hover,
body.android #standard-article-container .furniture-wrapper .standfirst__inner li a:hover,
body.android #standard-article-container .furniture-wrapper .standfirst__inner a:hover,
body.android #comment-article-container .furniture-wrapper .standfirst__inner li a:hover,
body.android #comment-article-container .furniture-wrapper .standfirst__inner a:hover {
/ No se definen estilos de hover específicos aquí; hereda de los estilos de enlace base /
}

Para los estados de hover en los enlaces dentro de la sección standfirst de artículos de características, estándar y comentarios tanto en iOS como en Android, el color del subrayado debe coincidir con el nuevo color de pilar.

Tanto en iOS como en Android, la sección meta dentro de estos contenedores de artículos no debe tener margen. El texto de la firma, incluido el nombre del autor y cualquier enlace dentro de él, también debe usar el nuevo color de pilar.

La sección meta__misc no debe tener relleno, y cualquier icono SVG dentro de ella debe permanecer sin cambios.

per .meta__misc svg { stroke: var(--new-pillar-colour); }

En iOS y Android, para los contenedores de artículos de características, estándar y comentarios, el botón de subtítulo de showcase se estiliza como un flexbox pequeño y centrado con relleno, de 28x28px, y posicionado a 14px de la derecha.

En estos dispositivos, el cuerpo del artículo recibe 12px de relleno horizontal.

Para las imágenes en el cuerpo del artículo que no son miniaturas ni inmersivas, abarcan el ancho completo menos 24px (teniendo en cuenta el ancho de la barra de desplazamiento) sin margen, y sus subtítulos no tienen relleno adicional.

Las imágenes inmersivas, sin embargo, ocupan el ancho completo de la ventana gráfica menos el ancho de la barra de desplazamiento.

Los blockquotes con la clase "quoted" usan el nuevo color de pilar para su elemento decorativo.

Los enlaces en la sección de prosa del cuerpo del artículo también están estilizados con el nuevo color de pilar.

Aquí está el texto reescrito en inglés natural y fluido:

---

Para los enlaces dentro del cuerpo del artículo tanto en iOS como en Android, el color del texto se establece en el color de pilar primario, sin imagen de fondo, y con un subrayado que se sitúa 6 píxeles por debajo del texto. El color del subrayado coincide con