.markers-page {
    padding: 0.5rem 0 2rem;
}

.markers-hero {
    margin-bottom: 1.5rem;
}

.markers-kicker {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
    display: none;
}

.markers-title {
    font-size: clamp(1.8rem, 2vw + 1rem, 2.4rem);
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.35rem;
}

.markers-subtitle {
    color: #6b7280;
    font-size: 1rem;
    max-width: 680px;
    margin: 0 auto;
}

.markers-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1.1rem 1.1rem 1rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 100%;
}

.markers-card-ghost {
    background: linear-gradient(135deg, #f8fafc, #f4f6fb);
}

.markers-card-header {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.markers-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

.markers-card-title a {
    color: #1f2937;
    text-decoration: none;
}

.markers-card-title a:hover,
.markers-card-title a:focus {
    color: #0d6efd;
    text-decoration: underline;
}

.markers-card-meta {
    margin: 0;
    color: #6b7280;
    font-size: 0.95rem;
}

.markers-card-text {
    margin: 0;
    color: #374151;
    line-height: 1.55;
}

.markers-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #111827;
}

.markers-chip i {
    font-size: 0.95rem;
}

.markers-chip-blue {
    background: #e0f2fe;
    color: #0f3a65;
}

.markers-chip-green {
    background: #dcf4e4;
    color: #1f4c33;
}

.markers-chip-teal {
    background: #d9f1f3;
    color: #0f4f55;
}

.markers-chip-purple {
    background: #ede9fe;
    color: #3d2f7a;
}

.markers-chip-orange {
    background: #ffe8d5;
    color: #6f3b00;
}

.markers-chip-indigo {
    background: #e2e8ff;
    color: #24387c;
}

.markers-chip-pink {
    background: #ffe6f1;
    color: #74294f;
}

.markers-chip-grey {
    background: #e5e7eb;
    color: #374151;
}

@media (max-width: 768px) {
    .markers-card {
        padding: 1rem;
    }

    .markers-card-title {
        font-size: 1.05rem;
    }
}
