/* IncreaseLicensesDialog styles */
.license-dialog-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.license-dialog-logo {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 6px;
    background: #f8f9fa;
    flex-shrink: 0;
}
.license-dialog-logo-placeholder {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #e9ecef;
    color: #8c96a3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
