/* ====================================================================
   GUIAS.CSS — THINKCHIP
   Componentes y layouts usados en páginas de guías de producto.
   ────────────────────────────────────────────────────────────────────
   5.3.1 Glosario en Guías (.c-glosario-guia-grid, .c-termino-card)
   8.0   Checklist, Cita, Veredicto
   8.1   Explicador Tamaño Reloj (.c-watch-size-explainer)
   8.3   Animación de Scroll (.c-scrolly-container)
   11.3  Tarjeta Combo (.c-combo-card)
         Filtros de Guías (.c-filtros-guias)
         Lista de Guías (.guides-list-grid)
   11.7  Showdown Grid (.c-showdown-grid) + Tabla Tarea (.c-task-table)
   12.0  Rejilla Comparación Visual (.c-comparison-grid, .c-product-column)
   13.0  Scrollytelling Visual (.c-scrolly-section)
   14.0  Tarjetas de Perfil (.c-profile-grid)
   11.9  Tarjeta de Producto (.c-product-grid, .c-product-card)
   11.10 Timeline (.c-timeline)
   11.x  Feature Flow (.c-feature-flow) + Pixel 10
==================================================================== */

/* ====================================================================
   5.3.1 - Glosario en Guías (.c-glosario-guia-grid, .c-termino-card)
==================================================================== */
.c-glosario-guia-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}
.c-termino-card {
    background-color: var(--color-superficie);
    border-radius: 8px;
    border-top: 3px solid var(--color-acento);
    padding: 1.5rem;
    height: 100%;
}
.c-termino-card__title {
    font-family: var(--fuente-titulos);
    font-size: 1.1rem;
    color: var(--color-texto-principal);
    margin: 0 0 0.75rem 0;
}
.c-termino-card__text {
    color: var(--color-texto-secundario);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* ====================================================================
   8.0 - Checklist, Cita y Subtítulo de Veredicto
==================================================================== */
.c-checklist-section {
    background-color: var(--color-superficie);
    padding: 3rem 2rem;
    border-radius: 16px;
    margin: 3rem 0;
}
.c-checklist-section h2 {
    margin-top: 0;
}
.c-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}
.c-checklist__item {
    background-color: hsla(0, 0%, 100%, 0.05);
    padding: 1.25rem;
    border-radius: 8px;
    border-left: 3px solid var(--color-exito);
    font-weight: 500;
    color: var(--color-texto-principal);
}
.c-checklist__item::before {
    content: '✓';
    margin-right: 0.75rem;
    color: var(--color-exito);
}
.c-quote {
    margin: 3rem auto;
    padding: 2rem;
    border-left: 4px solid var(--color-acento);
    background-color: hsla(0, 0%, 100%, 0.03);
    max-width: 800px;
    font-style: italic;
    color: var(--color-texto-secundario);
}
.c-veredicto-subtitulo {
    text-align: center;
    font-size: 1.2rem;
    color: var(--color-texto-secundario);
    max-width: 700px;
    margin: -1.5rem auto 2.5rem auto;
}

/* ====================================================================
   8.1 - Explicador Tamaño de Reloj (.c-watch-size-explainer)
==================================================================== */
.c-watch-size-explainer {
    background-color: rgba(36, 43, 53, 0.4);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid var(--color-borde);
    max-width: 800px;
    margin: 2.5rem auto; 
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 2rem 3rem;
}
.c-watch-size-explainer__diagram {
    position: relative; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 4rem; 
}
.c-watch-size-explainer__watch-body {
    width: 80px;
    height: 100px;
    background-color: #2c2c2e;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #555;
}
.c-watch-size-explainer__screen {
    width: 65px;
    height: 85px;
    background-color: #000;
    border-radius: 12px;
}
.c-watch-size-explainer__arrow {
    position: absolute;
    right: 44px;
    width: 2px;
    height: 108px; 
    background-color: var(--color-acento);
}
.c-watch-size-explainer__arrow::before,
.c-watch-size-explainer__arrow::after {
    content: '';
    position: absolute;
    left: -4px;
    width: 10px;
    height: 2px;
    background-color: var(--color-acento);
}
.c-watch-size-explainer__arrow::before { top: 0; }
.c-watch-size-explainer__arrow::after { bottom: 0; }
.c-watch-size-explainer__label {
    position: absolute;
    right: -23px; 
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--color-acento);
}
.c-watch-size-explainer__text { text-align: left; }
.c-watch-size-explainer__text h4 { margin-top: 0; color: var(--color-texto-principal); }
.c-watch-size-explainer__text ul { list-style-type: '✓  '; padding-left: 1rem; }
.c-watch-size-explainer__text li { margin-bottom: 0.5rem; padding-left: 0.5rem; }

/* ====================================================================
   8.3 - Animación de Scroll (Scrolly canvas para home/Apple)
==================================================================== */
.c-scrolly-container {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-texto-secundario);
  position: relative;
}
.c-scrolly-canvas {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.c-scrolly-final-promises h3 {
  font-size: clamp(1.6rem, 3vw, 3.3rem);
  font-family: var(--fuente-logos);
  margin: 0.5rem 0;
  min-height: 60px;
  letter-spacing: 1px;
  background: linear-gradient(180deg, var(--gris-200), #FFFFFF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 15px hsla(212, 100%, 70%, 0.3);
}

/* ====================================================================
   11.3 - Tarjeta Combo (.c-combo-card) y texto de categoría
==================================================================== */
.c-combo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
}
@media (min-width: 992px) {
    .c-combo-grid {
        grid-template-columns: 1fr 1fr;
    }
}
.c-combo-card {
    background-color: var(--color-superficie);
    border: 1px solid var(--color-borde);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-combo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}
.c-combo-card__header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-bottom: 1px solid var(--color-borde);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.c-combo-card__header img {
    height: 80px;
    width: 80px;
    object-fit: contain;
    flex-shrink: 0;
}
.c-combo-card__header-text h3 {
    margin: 0 0 0.25rem 0;
    font-size: 1.5rem;
    color: var(--color-texto-principal);
    text-align: left;
}
.c-combo-card__header-text p {
    margin: 0;
    color: var(--color-texto-secundario);
    font-size: 1rem;
    text-align: left;
}
.c-combo-card__body { flex-grow: 1; }
.c-combo-card__body > p { margin: 0 0 1rem 0; color: var(--color-texto-secundario); }
.c-combo-card__app-list { list-style: none; padding: 0; margin: 0; }
.c-combo-card__app-list li { padding: 0.5rem 0 0.5rem 1.5rem; position: relative; }
.c-combo-card__app-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0.5rem;
    color: var(--color-acento);
}
.c-combo-card .btn { margin-top: 2rem; width: 100%; }
.category-intro-text {
    text-align: center;
    max-width: 600px;
    margin: -1rem auto 2.5rem auto;
    color: var(--color-texto-secundario);
    font-size: 1.1rem;
    transition: opacity 0.3s ease;
    min-height: 3em;
}

/* ====================================================================
   Filtros de Guías y Lista de Guías
==================================================================== */
.c-filtros-guias {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
.guides-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

/* ====================================================================
   11.7 - Showdown Grid y Tabla de Tareas (.c-task-table)
==================================================================== */
.c-showdown-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: end;
    text-align: center;
    margin: 3rem 0;
}
.c-showdown-item h3 { font-size: 1.8rem; margin: 0.5rem 0 0.5rem 0; }
.c-showdown-item span { color: var(--color-texto-secundario); }
.c-showdown-item img {
    width: 300px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 30px 35px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease-in-out;
}
.c-showdown-item:hover img {
    filter: drop-shadow(0 45px 45px rgba(0, 0, 0, 0.4));
    transform: scale(1.1);
}

/* Tabla premium (.c-task-table) — definición base + full + scroll fix */
.c-task-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--color-borde);
  border-radius: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
  margin: 3rem 0;
  font-size: 1.1rem;
  table-layout: fixed;
  min-width: 600px;
  scrollbar-width: thin;
  scrollbar-color: var(--color-borde) transparent;
  -webkit-mask-image: linear-gradient(to right, black 95%, transparent 100%);
  mask-image: linear-gradient(to right, black 95%, transparent 100%);
}
.c-task-table table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
}
.c-task-table thead th {
  background: hsla(0,0%,100%,.03);
  text-align: left;
  padding: 1rem;
  font-weight: 600;
  color: var(--color-texto-secundario);
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: center;
}
.c-task-table thead th:first-child { text-align: left; }
.c-task-table th, .c-task-table td {
  padding: 1.25rem 1rem;
  border-bottom: 1px solid var(--color-borde);
  text-align: left;
  vertical-align: middle;
}
.c-task-table tbody td {
  padding: .9rem 1rem;
  border-top: 1px solid var(--color-borde);
  text-align: center;
}
.c-task-table tbody td:first-child {
  text-align: left;
  color: var(--color-texto-principal);
}
.c-task-table tbody tr:nth-child(odd) { background: hsla(0,0%,100%,.015); }
.c-task-table tbody tr:hover { background-color: hsla(0, 0%, 100%, 0.03); }
.c-task-table .ganador {
  position: relative;
  color: var(--color-exito);
  font-weight: 700;
}
.c-task-table .ganador::before { content: '✓ '; }
.c-task-table .ganador::after {
  content: 'GANADOR';
  position: absolute;
  top: 0.2rem;
  right: 0.6rem;
  background-color: var(--color-exito);
  color: #fff;
  font-size: 0.6rem;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.c-task-table .perdedor { color: var(--color-texto-secundario); opacity: 0.7; }
.c-task-table .perdedor::before { content: '• '; opacity: 0.7; }
.c-task-table::-webkit-scrollbar { height: 8px; }
.c-task-table::-webkit-scrollbar-track { background: transparent; }
.c-task-table::-webkit-scrollbar-thumb { background-color: var(--color-borde); border-radius: 10px; }
.c-task-table::-webkit-scrollbar-thumb:hover { background-color: var(--color-acento); }

/* ====================================================================
   12.0 - Rejilla de Comparación Visual (.c-comparison-grid)
==================================================================== */
.c-comparison-grid {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 2rem;
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .c-comparison-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
}
.c-product-column {
    background-color: var(--color-superficie);
    border: 1px solid var(--color-borde);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}
.c-product-column:hover { transform: translateY(-8px); box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.c-product-column.is-highlighted {
    border-color: var(--color-acento);
    box-shadow: 0 0 40px hsla(212, 100%, 50%, 0.2);
}
.c-product-column__badge {
    position: absolute;
    top: 1rem; right: 1rem;
    background-color: var(--color-acento);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    text-transform: uppercase;
}
.c-product-column__header { padding: 2rem 1.5rem 1.5rem 1.5rem; border-bottom: 1px solid var(--color-borde); }
.c-product-column__image { max-height: 180px; margin-bottom: 1rem; }
.c-product-column__name { font-size: 1.8rem; margin: 0; color: var(--color-texto-principal); }
.c-product-column__tagline { color: var(--color-texto-secundario); font-size: 0.9rem; min-height: 2.7em; }
.c-spec-block { padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--color-borde); flex-grow: 1; }
.c-spec-block:last-of-type { border-bottom: none; }
.c-spec-block__title {
    display: block;
    font-size: 0.8rem;
    color: var(--color-texto-secundario);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}
.c-spec-block__value { color: var(--color-texto-principal); font-weight: 600; font-size: 1.1rem; }
.c-spec-block__value--highlight { color: var(--color-acento); }
.c-analysis-block { font-size: 0.95rem; line-height: 1.6; color: var(--color-texto-secundario); flex-grow: 2; }
.c-product-column__footer { padding: 1.5rem; margin-top: auto; background-color: hsla(0, 0%, 100%, 0.03); }

/* ====================================================================
   13.0 - Scrollytelling Visual (.c-scrolly-section)
==================================================================== */
.guia-articulo .c-titulo-seccion--con-lineas { margin-top: 4rem; margin-bottom: 2rem; }
.c-scrolly-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 4rem 0;
}
@media (min-width: 992px) {
    .c-scrolly-section { grid-template-columns: 1fr 1fr; }
}
.c-scrolly-visual { text-align: center; }
.c-scrolly-sticky-container {
    position: sticky;
    top: 120px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
}
.c-scrolly-svg { width: 100%; max-width: 150px; transition: transform 0.4s ease; }
.c-scrolly-sticky-container:hover .c-scrolly-svg { transform: rotate(15deg); }
.c-scrolly-svg .watch-bg { fill: none; stroke: var(--color-borde); stroke-width: 2; }
.c-scrolly-svg .watch-details { stroke: var(--color-texto-secundario); stroke-width: 2; stroke-linecap: round; }
.c-scrolly-svg .watch-center { fill: var(--color-acento); }
.c-scrolly-key-list { list-style: none; padding: 0; margin: 0; text-align: left; width: 100%; max-width: 200px; }
.c-scrolly-key-list li { color: var(--color-texto-secundario); padding: 0.75rem 0; border-bottom: 1px solid var(--color-borde); font-weight: 500; transition: color 0.3s ease; }
.c-scrolly-key-list li:hover { color: var(--color-texto-principal); }
.c-scrolly-key-list li:first-child { border-top: 1px solid var(--color-borde); }
.c-scrolly-key-list i { color: var(--color-acento); margin-right: 1rem; width: 20px; }
.c-scrolly-content { display: flex; flex-direction: column; gap: 2rem; }
.c-scrolly-card {
    background-color: hsla(0, 0%, 100%, 0.03);
    border: 1px solid var(--color-borde);
    padding: 2rem;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-scrolly-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.15); }
.c-scrolly-card__header { display: flex; align-items: center; gap: 1rem; }
.c-scrolly-card__icon { font-size: 1.8rem; color: var(--color-acento); margin-bottom: 0; }
.c-scrolly-card h3 { margin: 0; font-size: 1.5rem; }
.c-scrolly-card p { margin-top: 1rem; margin-bottom: 0; }

/* ====================================================================
   14.0 - Tarjetas de Perfil de Usuario (.c-profile-grid)
==================================================================== */
.c-profile-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; }
@media (min-width: 992px) { .c-profile-grid { grid-template-columns: repeat(3, 1fr); } }
.c-profile-card {
    background-color: var(--color-superficie);
    border: 1px solid var(--color-borde);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.c-profile-card__header { margin-bottom: 1rem; }
.c-profile-card__icon { font-size: 2.5rem; color: var(--color-acento); margin-bottom: 1rem; }
.c-profile-card h3 { margin: 0; font-size: 1.4rem; }
.c-profile-card__description { color: var(--color-texto-secundario); line-height: 1.6; flex-grow: 1; margin-bottom: 2rem; }
.c-profile-card__recommendation { border-top: 1px solid var(--color-borde); padding-top: 1.5rem; margin-top: auto; }
.c-profile-card__recommendation span { font-size: 0.9rem; color: var(--color-texto-secundario); display: block; }
.c-profile-card__recommendation img { height: 80px; margin: 0.5rem 0; }
.c-profile-card__recommendation strong { font-size: 1.2rem; color: var(--color-texto-principal); display: block; }

/* ====================================================================
   11.9 - Tarjeta de Producto (.c-product-grid, .c-product-card)
==================================================================== */
.c-product-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 3rem; }
@media (min-width: 768px) { .c-product-grid { grid-template-columns: 1fr 1fr; } }
.c-product-card {
    background-color: var(--color-superficie);
    border: 1px solid var(--color-borde);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.3s ease;
}
.c-product-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.2); border-color: var(--color-acento); }
@media (min-width: 600px) { .c-product-card { flex-direction: row; } }
.c-product-card__imagen {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsla(0, 0%, 100%, 0.03);
    padding: 1rem;
    flex-shrink: 0;
    width: 100%;
    height: 200px;
}
.c-product-card__imagen img { max-width: 100%; max-height: 100%; object-fit: contain; }
@media (min-width: 600px) { .c-product-card__imagen { width: 180px; height: auto; } }
.c-product-card__contenido { padding: 1.5rem; display: flex; flex-direction: column; flex-grow: 1; }
.c-product-card__titulo { font-size: 1.3rem; margin: 0 0 0.5rem 0; }
.c-product-card__descripcion { font-size: 0.95rem; color: var(--color-texto-secundario); line-height: 1.6; flex-grow: 1; font-weight: 500; text-align: center; }
.c-product-card__features { list-style: none; padding: 0; margin: 1rem 0; font-size: 0.9rem; }
.c-product-card__features li { margin-bottom: 0.25rem; }
.c-product-card__features .pro::before { content: '✓'; color: var(--color-exito); margin-right: 0.75rem; }
.c-product-card__features .contra::before { content: '✗'; color: var(--color-error); margin-right: 0.75rem; }
.c-product-card__boton { margin-top: auto; }

/* ====================================================================
   11.10 - Línea de Tiempo (.c-timeline)
==================================================================== */
.c-timeline { position: relative; max-width: 800px; margin: 3rem auto; padding: 1rem 0; }
.c-timeline::before {
    content: '';
    position: absolute;
    top: 0; left: 20px;
    height: 100%; width: 3px;
    background: var(--color-borde);
    border-radius: 2px;
}
.c-timeline__item { position: relative; padding-left: 60px; padding-bottom: 2.5rem; }
.c-timeline__item:last-child { padding-bottom: 0; }
.c-timeline__icon {
    position: absolute;
    left: 20px; top: 4px;
    transform: translateX(-50%);
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--color-acento);
    border: 3px solid var(--color-fondo);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 1;
}
.c-timeline__content {
    position: relative;
    background: hsla(0, 0%, 100%, 0.03);
    border: 1px solid var(--color-borde);
    padding: 1.5rem;
    border-radius: 12px;
    font-weight: 500;
    text-align: center;
}
.c-timeline__content h4 { margin: 0 0 0.5rem 0; font-size: 1.3rem; color: var(--color-texto-principal); }
.c-timeline__content p { margin: 0; color: var(--color-texto-secundario); }

/* ====================================================================
   11.x - Feature Flow (.c-feature-flow) + overrides Pixel 10
==================================================================== */
.c-feature-flow {
    position: relative;
    padding: 2rem 0;
    max-width: 800px;
    margin: 3rem auto;
}
.c-feature-flow::before {
    content: '';
    position: absolute;
    top: 135px; left: 40px;
    height: 75%; width: 2px;
    background-color: var(--color-borde);
}
.c-feature-flow__item { display: flex; align-items: center; gap: 2rem; position: relative; }
.c-feature-flow__item:not(:last-child) { margin-bottom: 2.5rem; }
.c-feature-flow__letter {
    font-family: var(--fuente-titulos);
    letter-spacing: 0.1rem;
    font-size: 7rem;
    font-weight: 800;
    color: var(--color-marca-samsung);
    flex-shrink: 0;
    width: 80px;
    text-align: center;
    line-height: 1;
}
.c-feature-flow__text h4 { margin: 0 0 0.5rem 0; font-size: 1.5rem; color: var(--color-texto-principal); }
.c-feature-flow__text p { margin: 0; color: var(--color-texto-secundario); line-height: 1.6; text-align: justify; font-weight: 500; }

/* Overrides para sección Pixel 10 */
#pixel10-specs.c-feature-flow { position: relative; padding-top: 2rem; }
#pixel10-specs .c-feature-flow__item {
  display: flex; align-items: flex-start; gap: 1rem;
  background: rgba(255,255,255,0.03);
  border-radius: 12px; padding: 1rem 1.25rem;
  transition: background 0.3s ease;
}
#pixel10-specs .c-feature-flow__item:hover { background: rgba(255,255,255,0.07); }
#pixel10-specs .c-feature-flow__letter { font-size: 3.6rem; width: 3.2rem; line-height: 1; text-align: center; }
#pixel10-specs .c-feature-flow__text h4 { margin: 0 0 0.25rem; font-size: 1.2rem; text-transform: uppercase; font-weight: 700; color: #fff; }
#pixel10-specs .c-feature-flow__text p {
  margin: 0; line-height: 1.5; font-size: 0.95rem;
  font-family: var(--fuente-principal); color: #c9d1d9;
  font-weight: 500; text-align: center;
  margin-top: 0.25rem; max-width: 600px; margin-left: 1.5rem;
}
#pixel10-specs.c-feature-flow::before {
  content: ""; position: absolute;
  top: 19.5rem; left: 3.3rem;
  width: 2px; height: calc(100% - 23.5rem);
  background: rgba(255,255,255,0.1);
}
