/****************************************************
 *
 * Layout
 *
 ****************************************************/

.view-request-wrapper {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px;
    align-items: start;
    width: 100%;
}

.view-request-wrapper .left-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.view-request-wrapper .right-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.view-request-wrapper .right-column .button {
    width: 100%;
}

.ornate-panel {
    width: auto !important;
}

.view-request-karma {
    display: flex;
    gap: 12px;
    align-items: center;
}

.view-request-karma .label {
    font-family: 'Cinzel', serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--mist);
}

.no-release {
    color: var(--mist-dim);
    font-style: italic;
}
