.column.is-two-thirds {
    flex: 4;
}

.column {
    flex: 1;
}

.message.is-dark .message-body {
    font-size: 16px;
    color: #363636;
}

.browser-bar {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px 15px;
    max-width: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: monospace, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.lock-icon {
    font-size: 1.2rem;
    margin-right: 10px;
}

#url-text {
    color: #333;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#auth-schemes pre {
    font-size: 0.95rem;
}

#auth-schemes .card {
    border: 2px solid #c49c5d;
    border-radius: 12px;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.05);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    height: 100%;
}

#auth-schemes .card:hover {
    box-shadow: 4px 6px 10px rgba(0,0,0,0.08);
}

.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;
    color: black;
}
