input[readonly] {
    color: black;
}

.inner-list {
    list-style-type: disc;
    margin-left: 2em;
    margin-bottom: 1em;
}

ol li {
    margin-bottom: 10px;
}

.card {
    height: 100%;
}

code {
    color: black;
}

#cookieForm {
    padding: 1.5em;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#cookieForm .field {
    margin-bottom: 1em;
}

.http-list li {
    margin-bottom: 0.75rem;
}

.http-list .tag {
    font-weight: 600;
}

article .message-body {
    font-size: 18px;
    color: #363636;
    padding: 0;
}

article .message-header {
    font-size: 18px;
    border: 1px solid #363636;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.9;
}

#http-request-block,
#http-response-block {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 0.2rem 0;
}

.http-line {
    padding: 0.4rem 0.6rem;
    background: #fffaf3;
    border-radius: 0.4rem;
    box-shadow: inset 0 0 0 1px #e9e1d0;
}

.http-example > div {
    margin-bottom: 0.8rem;
    padding: 0.7rem;
    background: #fffaf3;
    border-radius: 0.5rem;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.http-example span.tag {
    margin-right: 0.5rem;
}

.http-example code {
    background-color: transparent;
}
