/* Dedicated SEO page: /coffee-shops-in-brick-lane/ (+ /best-coffee-shop-in-brick-lane/) */

.blc-guide {
    padding-bottom: 3rem;
}

.blc-rank-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.blc-rank-card {
    border: 1px solid var(--pos-border);
    border-radius: 1rem;
    background: #fff;
    padding: 1.35rem 1.4rem;
}

.blc-rank-card.is-highlight {
    border-color: color-mix(in srgb, var(--primary-color) 45%, var(--pos-border));
    background: color-mix(in srgb, var(--primary-color) 7%, #fff);
    box-shadow: 0 10px 28px color-mix(in srgb, var(--primary-color) 12%, transparent);
}

.blc-rank-card__top {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 0.85rem;
}

.blc-rank-card__num {
    flex: 0 0 auto;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 1.05rem;
    color: #fff;
    background: var(--primary-color);
}

.blc-rank-card__badge {
    margin: 0 0 0.2rem;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color);
}

.blc-rank-card__name {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.25;
    color: var(--pos-text-strong);
}

.blc-rank-card__addr {
    margin: 0.25rem 0 0;
    color: var(--pos-text-muted);
    font-size: 0.92rem;
}

.blc-rank-card__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem 1.25rem;
    margin: 0 0 0.9rem;
}

.blc-rank-card__meta dt {
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--pos-text-muted);
    margin: 0 0 0.2rem;
}

.blc-rank-card__meta dd {
    margin: 0;
    font-weight: 600;
    color: var(--pos-text-strong);
    line-height: 1.4;
}

.blc-rank-card__why {
    margin: 0 0 1rem;
    line-height: 1.65;
    color: var(--pos-text);
}

.blc-need-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0.9rem;
}

.blc-need-card {
    border: 1px solid var(--pos-border);
    border-radius: 0.9rem;
    background: #fff;
    padding: 1.1rem 1.15rem;
}

.blc-need-card h3 {
    margin: 0 0 0.45rem;
    font-size: 0.95rem;
    line-height: 1.35;
    color: var(--pos-text-strong);
}

.blc-need-card__pick {
    margin: 0 0 0.45rem;
    font-weight: 800;
    color: var(--primary-color);
}

.blc-need-card p:last-child {
    margin: 0;
    color: var(--pos-text-muted);
    line-height: 1.5;
    font-size: 0.92rem;
}

@media (max-width: 700px) {
    .blc-rank-card__meta {
        grid-template-columns: 1fr;
    }
}

.blc-guide-crumb {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.25rem 1.25rem 0;
    font-size: 0.85rem;
    color: var(--pos-text-muted);
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.blc-guide-crumb a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

.blc-guide-hero {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5rem 1.25rem 2rem;
}

.blc-guide-hero h1 {
    font-size: clamp(2rem, 5vw, 3.1rem);
    line-height: 1.15;
    margin: 0.35rem 0 1rem;
    max-width: 18ch;
}

.blc-guide-lede {
    font-size: 1.08rem;
    line-height: 1.65;
    color: var(--pos-text);
    max-width: 62ch;
    margin: 0 0 1.5rem;
}

.blc-compare-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 1rem;
    border: 1px solid var(--pos-border);
    background: #fff;
}

.blc-compare {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    font-size: 0.92rem;
}

.blc-compare th,
.blc-compare td {
    padding: 0.85rem 0.9rem;
    text-align: left;
    border-bottom: 1px solid var(--pos-border);
    vertical-align: top;
}

.blc-compare thead th {
    background: color-mix(in srgb, var(--primary-color) 8%, #fff);
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--pos-text-strong);
}

.blc-compare tr.is-highlight {
    background: color-mix(in srgb, var(--primary-color) 10%, #fff);
}

.blc-compare tr.is-highlight th,
.blc-compare tr.is-highlight td {
    font-weight: 600;
}

.blc-compare-note {
    margin-top: 1.25rem;
    color: var(--pos-text-muted);
    line-height: 1.6;
    max-width: 70ch;
}

.blc-guide-orders {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
}

.blc-guide-order {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    padding: 1rem 1.1rem;
    border-radius: 0.9rem;
    border: 1px solid var(--pos-border);
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.blc-guide-order:hover {
    border-color: var(--primary-color);
    transform: translateY(-1px);
}

.blc-guide-order__name {
    font-weight: 700;
    color: var(--pos-text-strong);
}

.blc-guide-order__price {
    font-weight: 700;
    color: var(--primary-color);
    white-space: nowrap;
}

.blc-guide-two {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    align-items: start;
}

@media (max-width: 900px) {
    .blc-guide-two {
        grid-template-columns: 1fr;
    }
}
