.license-admin {
    padding: 24px;
    max-width: 600px;
    margin: 0 auto;
    color: var(--lb-ref-gray-200);
}

.la-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--lb-ref-gray-800);
}

.la-header h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.la-card {
    background: var(--lb-ref-gray-900);
    border: 1px solid var(--lb-ref-gray-800);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
}

.la-title {
    font-size: 13px;
    font-weight: 500;
    color: var(--lb-ref-gray-400);
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.la-row {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid var(--lb-ref-gray-800);
}

.la-row:last-child {
    border-bottom: none;
}

.la-unauthorized {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--lb-error, #f43f5e);
}
