.http-status {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-family: "Fira Code", monospace;
    align-items: center;
    flex: 1;
    min-height: 0;
}

.http-status__card {
    padding: 0.5rem;
    display: flex;
    flex: 1;
    min-height: 0;
}

.http-status h1 {
    font-size: 1.25rem;
    color: #111827;
    font-weight: 500;
    text-align: center;
}

.http-status__subtitle {
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.5;
    text-align: center;
}

.http-status__hint {
    color: #6b7280;
    font-size: 0.85rem;
    text-align: center;
}

.http-status__hint code {
    background-color: #f3f4f6;
    padding: 0.1rem 0.35rem;
    border-radius: 0.25rem;
}

.http-status__grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    align-items: center;
    flex: 1;
    min-height: 0;
    overflow: auto;
    scrollbar-width: none;
}

.http-status__grid::-webkit-scrollbar {
    display: none;
}

.http-status__group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
    max-width: 640px;
}

.http-status__group h5 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #111827;
    text-align: center;
}

.http-status__group ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 320px;
}

.http-status__group li + li {
    margin-top: 0.25rem;
}

.http-status__group a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #374151;
    text-decoration: none;
    font-size: 0.85rem;
    justify-content: flex-start;
}

.http-status__group a:hover {
    color: #111827;
}

.http-status__code {
    font-weight: 600;
    color: #22c55e;
}

.http-status__back a {
    color: #22c55e;
    text-decoration: none;
    font-size: 0.9rem;
}
