.card {
    height: 100%;
}

.box {
    margin-top: 1vw;
}

.message-header {
    border-radius: 5px;
    opacity: 0.95;
    cursor: pointer;
}

.message-body {
    padding: 0;
}

.message pre {
    background-color: #2d2d2d;
}

.tag.is-light-red {
    border: 2px solid #000000 !important;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
    font-weight: 800;
}

code {
    color: black;
    background-color: white;
}

code.no-padding {
    padding-left: 0;
    padding-right: 0;
}

#reqs-ul li {
    margin-bottom: 2rem;
}

pre {
    background-color: #2d2d2d;
    color: #fff;
    border-radius: 8px;
    margin-top: 1rem;
    font-size: 0.95rem;
}

.table th, .table td {
    padding: 12px 16px;
}

#get-token-btn {
    background: linear-gradient(135deg, #f7c948, #f0b429);
    border-color: #e09f3e;
    color: #222;
    transition: box-shadow 0.2s ease, transform 0.1s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#get-token-btn:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

#get-token-btn:active {
    transform: scale(0.98);
}

.token-box {
    background: #fffefb;
    border-left: 5px solid #f7c948;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1.25rem 1.5rem;
    max-width: 100%;
}

.token-scroll {
    background: #fdf6e3;
    border: 1px solid #f5e1a4;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #3a3a3a;
    max-height: 200px;
}

.token-scroll code {
    background: none;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-x: hidden;
    padding: 0;
}

#reqs-ul > li {
    padding: 1.75rem;
    border: 3px solid #000000;
    border-radius: 1.1rem;
    box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.4);
    background-color: var(--card-bg);
}

#reqs-ul .table thead th {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
}
