
.olm-customer-box {
    border: 1px solid rgba(15, 125, 53, .22);
    background: linear-gradient(135deg, #fff 0%, #f6fff8 100%);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 16px 40px rgba(0,0,0,.06);
}
.olm-customer-box h2 {
    margin-top: 0;
    color: #0f7d35;
}
.olm-license-list {
    width: 100%;
    border-collapse: collapse;
}
.olm-license-list th,
.olm-license-list td {
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: 12px;
}
.olm-license-list code {
    user-select: all;
}
